XposeCraft  1.0.1-rc1
Public API for Arena Gameplay
XposeCraft.Game.Enums Namespace Reference

Classes

class  PlaceType
 Useful places near a Base. More...
 

Enumerations

enum  BuildingType { BuildingType.BaseCenter, BuildingType.NubianArmory }
 Types of Buildings available in the Game. More...
 
enum  GameEventType {
  GameEventType.MineralsChanged, GameEventType.UnitProduced, GameEventType.BuildingStartedConstruction, GameEventType.BuildingCreated,
  GameEventType.EnemyUnitsOnSight, GameEventType.EnemyBuildingsOnSight, GameEventType.UnitReceivedFire, GameEventType.BuildingReceivedFire,
  GameEventType.UnitGainedHealth
}
 Game Events that can occur at any time during a gameplay and can be "hooked" with custom executable actions. More...
 
enum  OwnershipType { OwnershipType.Owned, OwnershipType.Friendly, OwnershipType.Enemy }
 States of ownership of any Actor in the game. More...
 
enum  UnitType { UnitType.Worker, UnitType.DonkeyGun, UnitType.WraithRaider }
 Types of Units available in the Game. More...
 

Enumeration Type Documentation

◆ BuildingType

Types of Buildings available in the Game.

Enumerator
BaseCenter 
NubianArmory 

◆ GameEventType

Game Events that can occur at any time during a gameplay and can be "hooked" with custom executable actions.

Enumerator
MineralsChanged 
UnitProduced 
BuildingStartedConstruction 
BuildingCreated 
EnemyUnitsOnSight 
EnemyBuildingsOnSight 
UnitReceivedFire 
BuildingReceivedFire 
UnitGainedHealth 

◆ OwnershipType

States of ownership of any Actor in the game.

Enumerator
Owned 
Friendly 
Enemy 

◆ UnitType

Types of Units available in the Game.

Enumerator
Worker 
DonkeyGun 
WraithRaider