User Methods |
The User type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsVariable |
Indicates whether this user has the specified User Variable set or not.
| |
| GetPlayerId |
Returns the playerId value of this user in the passed Room.
| |
| GetVariable |
Retrieves a User Variable from its name.
| |
| GetVariables |
Retrieves all the User Variables of this user.
| |
| IsAdmin |
Indicates whether this user logged in as an administrator or not.
| |
| IsGuest |
Indicates whether this user logged in as a guest or not.
| |
| IsJoinedInRoom |
Indicates whether this user joined the passed Room or not.
| |
| IsModerator |
Indicates whether this user logged in as a moderator or not.
| |
| IsPlayerInRoom |
Indicates whether this user is a player (playerId greater than 0) in the passed Room or not.
| |
| IsSpectatorInRoom |
Indicates whether this user is a spectator (playerId lower than 0) in the passed Room or not.
| |
| IsStandardUser |
Indicates whether this user logged in as a standard user or not.
|