#include <GrantUpgradeCreate.h>
Inherits CreateModuleData.
Public Member Functions | |
| GrantUpgradeCreateModuleData () | |
Public Member Functions inherited from BehaviorModuleData | |
| BehaviorModuleData () | |
Public Member Functions inherited from ModuleData | |
| ModuleData () | |
| virtual | ~ModuleData () |
| void | setModuleTagNameKey (NameKeyType key) |
| NameKeyType | getModuleTagNameKey () const |
| virtual Bool | isAiModuleData () const |
| virtual const W3DModelDrawModuleData * | getAsW3DModelDrawModuleData () const |
| virtual const W3DTreeDrawModuleData * | getAsW3DTreeDrawModuleData () const |
| virtual StaticGameLODLevel | getMinimumRequiredGameLOD () const |
| virtual void | crc (Xfer *xfer) |
| run the "light" crc check on this data structure | |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Static Public Member Functions | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from CreateModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from BehaviorModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from ModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Public Attributes | |
| AsciiString | m_upgradeName |
| name of the upgrade to be granted. | |
| ObjectStatusMaskType | m_exemptStatus |
| do not execute if this status is set in the object | |
The GrantUpgrade create module
Definition at line 49 of file GrantUpgradeCreate.h.
| GrantUpgradeCreateModuleData::GrantUpgradeCreateModuleData | ( | ) |
Definition at line 42 of file GrantUpgradeCreate.cpp.
|
static |
Definition at line 49 of file GrantUpgradeCreate.cpp.
| ObjectStatusMaskType GrantUpgradeCreateModuleData::m_exemptStatus |
do not execute if this status is set in the object
Definition at line 53 of file GrantUpgradeCreate.h.
| AsciiString GrantUpgradeCreateModuleData::m_upgradeName |
name of the upgrade to be granted.
Definition at line 52 of file GrantUpgradeCreate.h.