This class implements the Leave event. More...
Public Member Functions | |
LeaveEvent (int actorNr, int[] actors) | |
Initializes a new instance of the LeaveEvent class. More... | |
LeaveEvent (int actorNr, bool isInactive) | |
Properties | |
int[] | Actors [get, set] |
Gets or sets the actors. More... | |
bool? | IsInactive [get, set] |
int? | MasterClientId [get, set] |
![]() | |
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 | |
![]() | |
HiveEventBase (int actorNr) | |
Initializes a new instance of the HiveEventBase class. More... | |
This class implements the Leave event.
|
inline |
Initializes a new instance of the LeaveEvent class.
actorNr | The sender actor nr. |
actors | The actors in the game. |
|
inline |
|
getset |
Gets or sets the actors.
The actors.
|
getset |
|
getset |