BWAPI
trunk/bwapi/BWAPI/Source/BW/PlayerID.h
Go to the documentation of this file.
00001 namespace BW
00002 {
00006   namespace PlayerID
00007   {
00008     enum Enum : u8
00009     {
00010       p1              = 0x00,
00011       p2              = 0x01,
00012       p3              = 0x02,
00013       p4              = 0x03,
00014       p5              = 0x04,
00015       p6              = 0x05,
00016       p7              = 0x06,
00017       p8              = 0x07,
00018       p9              = 0x08,
00019       p10             = 0x09,
00020       p11             = 0x0A,
00021       p12             = 0x0B,
00022       CurrentPlayer   = 0x0D,
00023       Enemies         = 0x0E,
00024       Allies          = 0x0F,
00025       NeutralPlayers  = 0x10,
00026       AllPlayers      = 0x11,
00027       Force1          = 0x12,
00028       Force2          = 0x13,
00029       Force3          = 0x14,
00030       Force4          = 0x15,
00031       AlliedVictory   = 0x1A
00032     };
00033   };
00034 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines