#include <propmodel.h>
Public Methods | |
CPropModel () | |
virtual | ~CPropModel () |
uint32 | EngineMessageFn (uint32 messageID, void *pData, float fData) |
Protected Methods | |
uint32 | PreCreate (void *pData, float fData) |
void | ObjectCreated () |
void | Update () |
void | ReadProps (ObjectCreateStruct *pStruct) |
void | PostReadProps () |
Protected Attributes | |
char | m_szModelFile [MAX_CS_FILENAME_LEN] |
char | m_szTexListFile [MAX_CS_FILENAME_LEN] |
char | m_szTexSet [MAX_CS_FILENAME_LEN] |
char | m_szRSSet [MAX_CS_FILENAME_LEN] |
float | m_fScale |
float | m_fMass |
bool | m_bDropToFloor |
char | m_szStartAnims [MAX_STARTANIMS][MAX_CS_FILENAME_LEN] |
char | m_szWeightSets [MAX_STARTANIMS][MAX_CS_FILENAME_LEN] |
uint8 | m_nNumExtraTrackers |
LTVector3f | m_vStartAnimDims |
LTCollisionSphere * | m_pCollSphere |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|