Photon Plugins API Documentation v5.0RC1

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

Base interface of Op LeaveRoom request containing the parameters as sent by client. More...

Inheritance diagram for Photon.Hive.Plugin.ILeaveGameRequest:
Photon.Hive.Plugin.IOperationRequest

Properties

bool IsCommingBack [get, set]
 Indicates if the actor can rejoin the room later and should be marked as inactive. More...
 
- Properties inherited from Photon.Hive.Plugin.IOperationRequest
byte OperationCode [get]
 Unique reserved code per operation. More...
 
Dictionary< byte, object > Parameters [get]
 Operation request parameters combined as sent by client. More...
 
byte WebFlags [get, set]
 Request webflags optionnaly set by client to control webhooks behaviour. More...
 

Detailed Description

Base interface of Op LeaveRoom request containing the parameters as sent by client.

Property Documentation

◆ IsCommingBack

bool Photon.Hive.Plugin.ILeaveGameRequest.IsCommingBack
getset

Indicates if the actor can rejoin the room later and should be marked as inactive.