BWAPI
quorum/include/BWAPI/Client/CommandType.h
Go to the documentation of this file.
00001 #pragma once
00002 
00006 namespace BWAPIC
00007 {
00008   namespace CommandType
00009   {
00010     enum Enum
00011     {
00012       None,
00013       SetScreenPosition,
00014       PingMinimap,
00015       EnableFlag,
00016       Printf,
00017       SendText,
00018       ChangeRace,
00019       StartGame,
00020       PauseGame,
00021       ResumeGame,
00022       LeaveGame,
00023       RestartGame,
00024       SetLocalSpeed,
00025       SetTextSize,
00026       SetLatCom,
00027       SetGui,
00028       SetFrameSkip,
00029       SetMap,
00030       SetAllies,
00031       SetVision,
00032       SetCommandOptimizerLevel
00033     };
00034   }
00035 }
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines