Photon Plugins API Documentation v5.0RC1

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

Base interface of all operation requests containing common parameters as sent by client. More...

Inheritance diagram for Photon.Hive.Plugin.IOperationRequest:
Photon.Hive.Plugin.ICloseRequest Photon.Hive.Plugin.IJoinGameRequest Photon.Hive.Plugin.ILeaveGameRequest Photon.Hive.Plugin.IRaiseEventRequest Photon.Hive.Plugin.ISetPropertiesRequest Photon.Hive.Plugin.IJoinRequest

Properties

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 all operation requests containing common parameters as sent by client.

Property Documentation

◆ OperationCode

byte Photon.Hive.Plugin.IOperationRequest.OperationCode
get

Unique reserved code per operation.

◆ Parameters

Dictionary<byte, object> Photon.Hive.Plugin.IOperationRequest.Parameters
get

Operation request parameters combined as sent by client.

◆ WebFlags

byte Photon.Hive.Plugin.IOperationRequest.WebFlags
getset

Request webflags optionnaly set by client to control webhooks behaviour.