Click or drag to resize

SFSUser Properties

The SFSUser type exposes the following members.

Properties
  NameDescription
Public propertyAOIEntryPoint
Returns the entry point of this user in the current user's AoI.
Public propertyId
Indicates the id of this user.
Public propertyIsItMe
Indicates if this User object represents the current client.
Public propertyIsPlayer
Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not.
Public propertyIsSpectator
Indicates whether this user is a spectator (playerId lower than 0) in the last joined Room or not.
Public propertyName
Indicates the name of this user.
Public propertyPlayerId
Returns the id of this user as a player in a Game Room.
Public propertyPrivilegeId
Returns the id which identifies the privilege level of this user.
Public propertyProperties
Defines a generic utility object that can be used to store custom user data.
Top
See Also