XposeCraft
1.0.1-rc1
Public API for Arena Gameplay
|
Description of a Game Event occurrence. More...
Public Member Functions | |
Arguments () | |
Arguments (Arguments arguments, GameEvent thisGameEvent) | |
Clone constructor. More... | |
Properties | |
GameEvent | ThisGameEvent [get, set] |
Before running the function, the instance to this current GameEvent will be returned here and can be used, for example, to unregister it after the run. More... | |
IDictionary< string, string > | StringMap [get] |
int | Minerals [get, set] |
Minerals available to the Player. More... | |
IUnit | MyUnit [get, set] |
My Unit related to the Event. More... | |
IBuilding | MyBuilding [get, set] |
My Building related to the Event. More... | |
IUnit [] | EnemyUnits [get, set] |
Enemy Units related to the Event. More... | |
IBuilding [] | EnemyBuildings [get, set] |
Enemy Buildings related to the Event. More... | |
Description of a Game Event occurrence.
XposeCraft.Game.Arguments.Arguments | ( | ) |
|
getset |
Enemy Buildings related to the Event.
|
getset |
Enemy Units related to the Event.
|
getset |
Minerals available to the Player.
|
getset |
My Building related to the Event.
|
getset |
My Unit related to the Event.
|
get |