|
override string | GameId [get, set] |
|
Hashtable | ActorProperties [get, set] |
| Gets or sets custom actor properties. More...
|
|
bool | BroadcastActorProperties [get, set] |
| Gets or sets a value indicating whether the actor properties should be included in the JoinEvent event which will be sent to all clients currently in the room. More...
|
|
virtual string | GameId [get, set] |
| Gets or sets the name of the game (room). More...
|
|
Hashtable | GameProperties [get, set] |
| Gets or sets custom game properties. More...
|
|
bool | DeleteCacheOnLeave [get, set] |
| Gets or sets a value indicating whether cached events are automaticly deleted for actors which are leaving a room. More...
|
|
bool | SuppressRoomEvents [get, set] |
| Gets or sets a value indicating if common room events (Join, Leave) will be suppressed. More...
|
|
int | ActorNr [get, set] |
| Actor number, which will be used for rejoin More...
|
|
int | EmptyRoomLiveTime [get, set] |
| Gets or sets a value indicating how long the room instance will be keeped alive in the room cache after all peers have left the room. More...
|
|
int | PlayerTTL [get, set] |
| The time a player the room waits to allow a player to rejoin after a disconnect. If player should be allowed to return any time set the value less than 0. More...
|
|
bool | CheckUserOnJoin [get, set] |
| Set true to restrict useres to connect only once. Default is not to check. More...
|
|
int? | CacheSlice [get, set] |
| The lowest slice of cached events the actor expects to recieve. More...
|
|
string | LobbyName [get, set] |
|
byte | LobbyType [get, set] |
|
string[] | Plugins [get, set] |
| Informs the server of the expected plugin setup. More...
|
|
byte | WebFlags [get, set] |
|
string[] | AddUsers [get, set] |
|
bool | PublishUserId [get, set] |
|
bool | ForceRejoin [get, set] |
|
byte | JoinMode [get, set] |
|
bool | CreateIfNotExists [get] |
|
byte | OperationCode [get] |
|
Dictionary< byte, object > | Parameters [get] |
|
bool | IsRejoining [get] |
|
ErrorCode | FailureReason [get, protected set] |
|
string | FailureMessage [get, protected set] |
|
OperationRequest | OperationRequest [get] |
| Gets the OperationRequest. More...
|
|
bool | IsValid [get] |
| Gets a value indicating whether all operation parameter are initialized. Call the GetErrorMessage method to get a detailed description for all missing parameters. More...
|
|