BWAPI
trunk/bwapi/BWAPI/Source/BW/MovementFlags.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace BW
00004 {
00006   namespace MovementFlags
00007   {
00008   enum Enum
00009     {
00010       OrderedAtLeastOnce  = 0x01, 
00013       Accelerating        = 0x02, 
00014       Braking             = 0x04, 
00015       StartingAttack      = 0x08, 
00016       Moving              = 0x10, 
00017       Lifted              = 0x20, 
00018       unknown1            = 0x40, 
00019       _alwaysZero1        = 0x80
00020     };
00021   };
00022 };
00023 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines