MatchRoom Methods |
The MatchRoom type exposes the following members.
Name | Description | |
---|---|---|
GetCapacity |
Gets the maximum allowed number of members in the room.
| |
GetIsJoinable |
Gets the flag determining if it's allowed to join the room.
| |
GetMemberCount |
Gets the current number of members in the room.
| |
GetName |
Gets the room name.
| |
GetOwnerUid |
Gets the UID of the room owner.
| |
GetPassword |
Gets the room password.
| |
GetPrimaryKey |
Gets the room ID (primary key).
| |
GetState |
Gets the room state.
| |
SetCapacity |
Sets the maximum allowed number of members in the room.
| |
SetIsJoinable |
Sets the flag determining if it's allowed to join the room.
| |
SetMemberCount |
Sets the current number of members in the room.
| |
SetName |
Sets the room name.
| |
SetOwnerUid |
Sets the UID of the room owner.
| |
SetPassword |
Sets the room password.
| |
SetPrimaryKey |
Sets the room ID (primary key).
| |
SetState |
Sets the room state.
|