Functions |
LTRESULT | g_ReadPropString (const char *pPropName, char *pOut, uint32 nStrLen, const char *pDefault) |
LTRESULT | g_ReadPropVector (const char *pPropName, LTVector3f &vOut, const LTVector3f &vDefault) |
LTRESULT | g_ReadPropColor (const char *pPropName, LTVector3f &vOut, const LTVector3f &vDefault) |
LTRESULT | g_ReadPropFloat (const char *pPropName, float &fOut, const float fDefault) |
LTRESULT | g_ReadPropInt32 (const char *pPropName, int32 &iOut, const int32 iDefault) |
LTRESULT | g_ReadPropUInt32 (const char *pPropName, uint32 &nOut, const uint32 nDefault) |
LTRESULT | g_ReadPropUInt8 (const char *pPropName, uint8 &nOut, const uint8 nDefault) |
LTRESULT | g_ReadPropBool (const char *pPropName, bool &bOut, const bool bDefault) |
LTRESULT | g_ReadPropRotation (const char *pPropName, LTOrientation &rOut, const LTOrientation &rDefault) |
LTRESULT | g_ReadPropFlag (const char *pPropName, uint32 &nOut, const uint32 nFlag, const bool bDefault) |
LTRESULT | g_ReadPropTypeString (const char *pPropName, uint16 &nOut, const uint16 nDefault) |