Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
AICommandParms Struct Reference

#include <AI.h>

Public Member Functions

 AICommandParms (AICommandType cmd, CommandSourceType cmdSource)
 

Public Attributes

AICommandType m_cmd
 
CommandSourceType m_cmdSource
 
Coord3D m_pos
 
Objectm_obj
 
Objectm_otherObj
 
const Teamm_team
 
std::vector< Coord3Dm_coords
 
const Waypointm_waypoint
 
const PolygonTriggerm_polygon
 
Int m_intValue
 
DamageInfo m_damage
 misc usage
 
const CommandButtonm_commandButton
 
Pathm_path
 

Detailed Description

Definition at line 402 of file AI.h.

Constructor & Destructor Documentation

◆ AICommandParms()

AICommandParms::AICommandParms ( AICommandType cmd,
CommandSourceType cmdSource )

Definition at line 81 of file AIStates.cpp.

Member Data Documentation

◆ m_cmd

AICommandType AICommandParms::m_cmd

Definition at line 404 of file AI.h.

◆ m_cmdSource

CommandSourceType AICommandParms::m_cmdSource

Definition at line 405 of file AI.h.

◆ m_commandButton

const CommandButton* AICommandParms::m_commandButton

Definition at line 415 of file AI.h.

◆ m_coords

std::vector<Coord3D> AICommandParms::m_coords

Definition at line 410 of file AI.h.

◆ m_damage

DamageInfo AICommandParms::m_damage

misc usage

Definition at line 414 of file AI.h.

◆ m_intValue

Int AICommandParms::m_intValue

Definition at line 413 of file AI.h.

◆ m_obj

Object* AICommandParms::m_obj

Definition at line 407 of file AI.h.

◆ m_otherObj

Object* AICommandParms::m_otherObj

Definition at line 408 of file AI.h.

◆ m_path

Path* AICommandParms::m_path

Definition at line 416 of file AI.h.

◆ m_polygon

const PolygonTrigger* AICommandParms::m_polygon

Definition at line 412 of file AI.h.

◆ m_pos

Coord3D AICommandParms::m_pos

Definition at line 406 of file AI.h.

◆ m_team

const Team* AICommandParms::m_team

Definition at line 409 of file AI.h.

◆ m_waypoint

const Waypoint* AICommandParms::m_waypoint

Definition at line 411 of file AI.h.


The documentation for this struct was generated from the following files: