Photon Plugins API Documentation v5.0RC1

Properties | List of all members
Photon.Hive.Plugin.ILeaveGameCallInfo Interface Reference

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

Inheritance diagram for Photon.Hive.Plugin.ILeaveGameCallInfo:
Photon.Hive.Plugin.ITypedCallInfo< ILeaveGameRequest >

Properties

int ActorNr [get]
 Number of the actor leaving the room. More...
 
bool IsInactive [get]
 Indicates whether or not the actor is marked inactive and can rejoin the room later. More...
 
int Reason [get]
 Code for the reason why the actor is leaving the room. For possible values, Photon.Hive.Plugin.LeaveReason. More...
 
string Details [get]
 Logs of last exchange between peer and server before the leave event. More...
 
- Properties inherited from Photon.Hive.Plugin.ITypedCallInfo< ILeaveGameRequest >
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 OnLeave callback.

Property Documentation

◆ ActorNr

int Photon.Hive.Plugin.ILeaveGameCallInfo.ActorNr
get

Number of the actor leaving the room.

◆ Details

string Photon.Hive.Plugin.ILeaveGameCallInfo.Details
get

Logs of last exchange between peer and server before the leave event.

◆ IsInactive

bool Photon.Hive.Plugin.ILeaveGameCallInfo.IsInactive
get

Indicates whether or not the actor is marked inactive and can rejoin the room later.

◆ Reason

int Photon.Hive.Plugin.ILeaveGameCallInfo.Reason
get

Code for the reason why the actor is leaving the room. For possible values, Photon.Hive.Plugin.LeaveReason.