BWAPI
Enumerations
UnitFilterFlags Namespace Reference

Enumerations

enum  type {
  None = 0, IsComplete = 1, HasAddon = (1 << 1), IsLifted = (1 << 2),
  IsWorker = (1 << 3), IsArmyUnit = (1 << 4), CanAttackGround = (1 << 5), CanAttackAir = (1 << 6),
  IsSpellCaster = (1 << 7), All = -1
}

Enumeration Type Documentation

Enumerator:
None 
IsComplete 
HasAddon 
IsLifted 
IsWorker 
IsArmyUnit 
CanAttackGround 
CanAttackAir 
IsSpellCaster 
All 

Definition at line 13 of file UnitFilter.h.

        {
                None = 0,
                IsComplete = 1,
                HasAddon = (1 << 1),
                IsLifted = (1 << 2),
                IsWorker = (1 << 3),
                IsArmyUnit = (1 << 4),
                CanAttackGround = (1 << 5),
                CanAttackAir = (1 << 6),
                IsSpellCaster = (1 << 7),
                All = -1
        };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines