Returns the playerId value of this user in the passed Room.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax int GetPlayerId(
Room room
)
Parameters
- room
- Type: Sfs2X.EntitiesRoom
The object representing the Room to retrieve the player id from.
Return Value
Type:
Int32The player id of this user in the passed Room.
Remarks
See the
PlayerId property description for more informations.
See Also