#include <W3DTreeDraw.h>
Inherits ModuleData.
Public Member Functions | |
| W3DTreeDrawModuleData () | |
| ~W3DTreeDrawModuleData () | |
| virtual const W3DTreeDrawModuleData * | getAsW3DTreeDrawModuleData () const |
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 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 ModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Definition at line 40 of file W3DTreeDraw.h.
| W3DTreeDrawModuleData::W3DTreeDrawModuleData | ( | ) |
Definition at line 48 of file W3DTreeDraw.cpp.
| W3DTreeDrawModuleData::~W3DTreeDrawModuleData | ( | ) |
Definition at line 76 of file W3DTreeDraw.cpp.
|
static |
Definition at line 81 of file W3DTreeDraw.cpp.
|
inlinevirtual |
Reimplemented from ModuleData.
Definition at line 70 of file W3DTreeDraw.h.
| const FXList* W3DTreeDrawModuleData::m_bounceFX |
Definition at line 53 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_bounceVelocityPercent |
Definition at line 57 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_darkening |
Definition at line 49 of file W3DTreeDraw.h.
| Bool W3DTreeDrawModuleData::m_doShadow |
Definition at line 64 of file W3DTreeDraw.h.
| Bool W3DTreeDrawModuleData::m_doTopple |
Definition at line 60 of file W3DTreeDraw.h.
| UnsignedInt W3DTreeDrawModuleData::m_framesToMoveInward |
Definition at line 47 of file W3DTreeDraw.h.
| UnsignedInt W3DTreeDrawModuleData::m_framesToMoveOutward |
Definition at line 46 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_initialAccelPercent |
Definition at line 56 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_initialVelocityPercent |
Definition at line 55 of file W3DTreeDraw.h.
| Bool W3DTreeDrawModuleData::m_killWhenToppled |
Definition at line 59 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_maxOutwardMovement |
Definition at line 48 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_minimumToppleSpeed |
Definition at line 58 of file W3DTreeDraw.h.
| AsciiString W3DTreeDrawModuleData::m_modelName |
Definition at line 43 of file W3DTreeDraw.h.
| Real W3DTreeDrawModuleData::m_sinkDistance |
Definition at line 62 of file W3DTreeDraw.h.
| UnsignedInt W3DTreeDrawModuleData::m_sinkFrames |
Definition at line 61 of file W3DTreeDraw.h.
| AsciiString W3DTreeDrawModuleData::m_stumpName |
Definition at line 54 of file W3DTreeDraw.h.
| AsciiString W3DTreeDrawModuleData::m_textureName |
Definition at line 44 of file W3DTreeDraw.h.
| const FXList* W3DTreeDrawModuleData::m_toppleFX |
Definition at line 52 of file W3DTreeDraw.h.