Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Plugin.BeforeCloseGameCallInfo Class Reference
Inheritance diagram for Photon.Hive.Plugin.BeforeCloseGameCallInfo:
Photon.Hive.Plugin.TypedCallInfo< ICloseRequest > Photon.Hive.Plugin.IBeforeCloseGameCallInfo Photon.Hive.Plugin.ITypedCallInfo< ICloseRequest >

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
 

Constructor & Destructor Documentation

◆ BeforeCloseGameCallInfo()

Photon.Hive.Plugin.BeforeCloseGameCallInfo.BeforeCloseGameCallInfo ( CallCounter  counter,
CallEnv  env 
)
inline

Property Documentation

◆ FailedOnCreate

bool Photon.Hive.Plugin.BeforeCloseGameCallInfo.FailedOnCreate
getset