Photon Server API Documentation
v5.0RC1
This class implements the Join event. More...
Public Member Functions | |
| JoinEvent (int actorNr, int[] actors) | |
| Initializes a new instance of the JoinEvent class. More... | |
Properties | |
| Hashtable | ActorProperties [get, set] |
| Gets or sets the actor properties of the joined actor. More... | |
| int[] | Actors [get, set] |
| Gets or sets the actors in the game. More... | |
Properties inherited from Photon.Hive.Events.HiveEventBase | |
| int | ActorNr [get, set] |
| Gets or sets the actor number of the sender. More... | |
| byte | Code [get, set] |
| Gets or sets the event code. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Photon.Hive.Events.HiveEventBase | |
| HiveEventBase (int actorNr) | |
| Initializes a new instance of the HiveEventBase class. More... | |
This class implements the Join event.
|
inline |
Initializes a new instance of the JoinEvent class.
| actorNr | The sender actor nr. |
| actors | The actors in the game. |
|
getset |
Gets or sets the actor properties of the joined actor.
|
getset |
Gets or sets the actors in the game.