BWAPI
trunk/bwapi/include/BWAPI/TournamentAction.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace BWAPI
00004 {
00005   namespace Tournament
00006   {
00007     enum ActionID
00008     {
00009       EnableFlag,
00010       ChangeRace,
00011       StartGame,
00012       PauseGame,
00013       ResumeGame,
00014       LeaveGame,
00015       RestartGame,
00016       SetLocalSpeed,
00017       SetTextSize,
00018       SetLatCom,
00019       SetGUI,
00020       SetMap,
00021       SetFrameSkip,
00022       Printf,
00023       SendText,
00024       SetCommandOptimizationLevel
00025     };
00026 
00027   };
00028 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines