|
| bool | IsJoin [get] |
| | Indicates if the operation triggering this call is Op Join with JoinMode.CreateIfNotExists or JoinMode.JoinOrRejoin or JoinMode.RejoinOnly. More...
|
| |
| bool | CreateIfNotExists [get] |
| | Indicates whether to create room if it could not be loaded from external source and joined. If true, this call is triggered by Op Join with JoinMode.CreateIfNotExists. More...
|
| |
| Dictionary< string, object > | CreateOptions [get] |
| | Room creation options. More...
|
| |
| RequestType | Request [get] |
| |
| string | UserId [get] |
| | User ID of the actor triggering the call. More...
|
| |
| string | Nickname [get] |
| | NickName of the actor triggering the call. More...
|
| |
| object | AuthResultsToken [get] |
| |
| Dictionary< string, object > | AuthCookie [get] |
| | AuthCookie of the actor triggering the call. More...
|
| |
Base interface of argument passed to OnCreateGame callback.