BWAPI
trunk/bwapi/include/BWAPI/EventType.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BWAPI
00003 {
00004   namespace EventType
00005   {
00006     enum Enum
00007     {
00008       MatchStart,
00009       MatchEnd,
00010       MatchFrame,
00011       MenuFrame,
00012       SendText,
00013       ReceiveText,
00014       PlayerLeft,
00015       NukeDetect,
00016       UnitDiscover,
00017       UnitEvade,
00018       UnitShow,
00019       UnitHide,
00020       UnitCreate,
00021       UnitDestroy,
00022       UnitMorph,
00023       UnitRenegade,
00024       SaveGame,
00025       UnitComplete,
00026       //TriggerAction,
00027       PlayerDropped,
00028       None
00029     };
00030   }
00031 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines