Base interface of Op RaiseEvent request containing the parameters as sent by client.
More...
|
| int[] | Actors [get, set] |
| | Gets or sets the actors which should receive the event. If set to null or an empty array the event will be sent to all actors in the room. More...
|
| |
| byte | Cache [get, set] |
| | Gets or sets a value indicating how to use the EventCache. More...
|
| |
| object | Data [get, set] |
| | Gets or sets the hashtable containing the data to send. More...
|
| |
| byte | EvCode [get, set] |
| | Gets or sets a byte containing the Code to send. More...
|
| |
| string | GameId [get, set] |
| | Gets or sets the game id. More...
|
| |
| byte | Group [get, set] |
| | Target interest group if this event. More...
|
| |
| bool | HttpForward [get, set] |
| | Gets or sets HttpForward webflag indicating whether GameEvent webhook should be sent. More...
|
| |
| byte | ReceiverGroup [get, set] |
| | Gets or sets the Photon.Hive.Operations.ReceiverGroup for the event. More...
|
| |
| int? | CacheSliceIndex [get, set] |
| | Cache slice index to be used when caching option requires it. More...
|
| |
| 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...
|
| |
Base interface of Op RaiseEvent request containing the parameters as sent by client.