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

#include <AI.h>

Public Member Functions

void store (const AICommandParms &parms)
 
void reconstitute (AICommandParms &parms) const
 
void doXfer (Xfer *xfer)
 
AICommandType getCommandType () const
 

Detailed Description

Definition at line 421 of file AI.h.

Member Function Documentation

◆ doXfer()

void AICommandParmsStorage::doXfer ( Xfer * xfer)

Definition at line 134 of file AIStates.cpp.

◆ getCommandType()

AICommandType AICommandParmsStorage::getCommandType ( ) const
inline

Definition at line 442 of file AI.h.

◆ reconstitute()

void AICommandParmsStorage::reconstitute ( AICommandParms & parms) const
Todo
srj – probably need a better way to safely save/restore this

Definition at line 116 of file AIStates.cpp.

◆ store()

void AICommandParmsStorage::store ( const AICommandParms & parms)

misc usage

Todo
srj – probably need a better way to safely save/restore this

Definition at line 98 of file AIStates.cpp.


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