Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
Photon.Hive.Plugin.BeforeJoinGameCallInfo Class Reference
Inheritance diagram for Photon.Hive.Plugin.BeforeJoinGameCallInfo:
Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest > Photon.Hive.Plugin.IBeforeJoinGameCallInfo Photon.Hive.Plugin.ITypedCallInfo< IJoinGameRequest >

Public Member Functions

 BeforeJoinGameCallInfo (CallCounter counter, CallEnv env)
 

Additional Inherited Members

- Protected Member Functions inherited from Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest >
 TypedCallInfo (CallCounter counter, ILogger logger, CallEnv env)
 
- Static Protected Attributes inherited from Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest >
static readonly LogCountGuard onFailLogCountGuard
 
- Properties inherited from Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest >
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.ITypedCallInfo< IJoinGameRequest >
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...
 

Constructor & Destructor Documentation

◆ BeforeJoinGameCallInfo()

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