Photon Plugins API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Hive.Plugin.ICloseGameCallInfo Interface Reference

Base interface of argument passed to OnCloseGame callback. More...

Inheritance diagram for Photon.Hive.Plugin.ICloseGameCallInfo:
Photon.Hive.Plugin.ITypedCallInfo< ICloseRequest >

Public Member Functions

void Defer ()
 Processing of the call is deferred and plugin is nolonger interrupted. More...
 

Properties

int ActorCount [get]
 Not used. More...
 
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...
 

Detailed Description

Base interface of argument passed to OnCloseGame callback.

Member Function Documentation

◆ Defer()

void Photon.Hive.Plugin.ICloseGameCallInfo.Defer ( )

Processing of the call is deferred and plugin is nolonger interrupted.

Property Documentation

◆ ActorCount

int Photon.Hive.Plugin.ICloseGameCallInfo.ActorCount
get

Not used.

◆ FailedOnCreate

bool Photon.Hive.Plugin.ICloseGameCallInfo.FailedOnCreate
get

Indicates if the room is closed from the start due to a failure when creating it.