Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsPlayer { get; }
Property Value
Type:
BooleanImplements
UserIsPlayerRemarks
Non-Game Rooms always return
false.
If the user is inside multiple Game Rooms at the same time, use the
IsPlayerInRoom(Room) method.
See Also