Photon Server API Documentation v5.0RC1

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

Public Member Functions

 CreateGameCallInfo (CallCounter counter, CallEnv env)
 

Protected Member Functions

override bool StrictModeCheck (out string errorMsg)
 
- Protected Member Functions inherited from Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest >
 TypedCallInfo (CallCounter counter, ILogger logger, CallEnv env)
 

Properties

bool IsJoin [get, set]
 
bool CreateIfNotExists [get]
 
Dictionary< string, object > CreateOptions [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.ICreateGameCallInfo
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...
 
- 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

- Static Protected Attributes inherited from Photon.Hive.Plugin.TypedCallInfo< IJoinGameRequest >
static readonly LogCountGuard onFailLogCountGuard
 

Constructor & Destructor Documentation

◆ CreateGameCallInfo()

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

Member Function Documentation

◆ StrictModeCheck()

override bool Photon.Hive.Plugin.CreateGameCallInfo.StrictModeCheck ( out string  errorMsg)
inlineprotected

Property Documentation

◆ ActorProperties

Hashtable Photon.Hive.Plugin.CreateGameCallInfo.ActorProperties
get

◆ CreateIfNotExists

bool Photon.Hive.Plugin.CreateGameCallInfo.CreateIfNotExists
get

◆ CreateOptions

Dictionary<string,object> Photon.Hive.Plugin.CreateGameCallInfo.CreateOptions
getset

◆ IsJoin

bool Photon.Hive.Plugin.CreateGameCallInfo.IsJoin
getset