Photon Server API Documentation v5.0RC1

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

Public Member Functions

 JoinGameCallInfo (CallCounter counter, CallEnv env)
 

Properties

int ActorCount [get, set]
 
ProcessJoinParams JoinParams [get, set]
 
Hashtable ActorProperties [get]
 
- 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.IJoinGameCallInfo
int ActorNr [get]
 Number of the actor joining the room. More...
 
ProcessJoinParams JoinParams [get]
 Join parameters added by server to indicate how this join call should be processed. More...
 
- 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...
 

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
 

Constructor & Destructor Documentation

◆ JoinGameCallInfo()

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

Property Documentation

◆ ActorCount

int Photon.Hive.Plugin.JoinGameCallInfo.ActorCount
getset

◆ ActorProperties

Hashtable Photon.Hive.Plugin.JoinGameCallInfo.ActorProperties
get

◆ JoinParams

ProcessJoinParams Photon.Hive.Plugin.JoinGameCallInfo.JoinParams
getset