Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| BeforeCloseGameCallInfo (CallCounter counter, CallEnv env) | |
Properties | |
| bool | FailedOnCreate [get, set] |
Properties inherited from Photon.Hive.Plugin.TypedCallInfo< ICloseRequest > | |
| RequestType | Request [get, set] |
| string | UserId [get, set] |
| string | Nickname [get, set] |
| object? | AuthResultsToken [get] |
| Dictionary< string, object >? | AuthCookie [get] |
Properties inherited from Photon.Hive.Plugin.IBeforeCloseGameCallInfo | |
| bool | FailedOnCreate [get] |
| Indicates if the room is closed from the start due to a failure when creating it. More... | |
Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< ICloseRequest > | |
| 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... | |
Additional Inherited Members | |
Protected Member Functions inherited from Photon.Hive.Plugin.TypedCallInfo< ICloseRequest > | |
| TypedCallInfo (CallCounter counter, ILogger logger, CallEnv env) | |
Static Protected Attributes inherited from Photon.Hive.Plugin.TypedCallInfo< ICloseRequest > | |
| static readonly LogCountGuard | onFailLogCountGuard |
|
inline |
|
getset |