#include <AI.h>
Public Member Functions | |
| AICommandParms (AICommandType cmd, CommandSourceType cmdSource) | |
Public Attributes | |
| AICommandType | m_cmd |
| CommandSourceType | m_cmdSource |
| Coord3D | m_pos |
| Object * | m_obj |
| Object * | m_otherObj |
| const Team * | m_team |
| std::vector< Coord3D > | m_coords |
| const Waypoint * | m_waypoint |
| const PolygonTrigger * | m_polygon |
| Int | m_intValue |
| DamageInfo | m_damage |
| misc usage | |
| const CommandButton * | m_commandButton |
| Path * | m_path |
| AICommandParms::AICommandParms | ( | AICommandType | cmd, |
| CommandSourceType | cmdSource ) |
Definition at line 81 of file AIStates.cpp.
| AICommandType AICommandParms::m_cmd |
| CommandSourceType AICommandParms::m_cmdSource |
| const CommandButton* AICommandParms::m_commandButton |
| DamageInfo AICommandParms::m_damage |
| const PolygonTrigger* AICommandParms::m_polygon |