Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

prop_helpers.cpp File Reference

#include "prop_helpers.h"
#include <iltserver.h>

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)

Function Documentation

LTRESULT g_ReadPropBool const char *    pPropName,
bool &    bOut,
const bool    bDefault
 

LTRESULT g_ReadPropColor const char *    pPropName,
LTVector3f &    vOut,
const LTVector3f &    vDefault
 

LTRESULT g_ReadPropFlag const char *    pPropName,
uint32 &    nOut,
const uint32    nFlag,
const bool    bDefault
 

LTRESULT g_ReadPropFloat const char *    pPropName,
float &    fOut,
const float    fDefault
 

LTRESULT g_ReadPropInt32 const char *    pPropName,
int32 &    iOut,
const int32    iDefault
 

LTRESULT g_ReadPropRotation const char *    pPropName,
LTOrientation &    rOut,
const LTOrientation &    rDefault
 

LTRESULT g_ReadPropString const char *    pPropName,
char *    pOut,
uint32    nStrLen,
const char *    pDefault
 

LTRESULT g_ReadPropTypeString const char *    pPropName,
uint16 &    nOut,
const uint16    nDefault
 

LTRESULT g_ReadPropUInt32 const char *    pPropName,
uint32 &    nOut,
const uint32    nDefault
 

LTRESULT g_ReadPropUInt8 const char *    pPropName,
uint8 &    nOut,
const uint8    nDefault
 

LTRESULT g_ReadPropVector const char *    pPropName,
LTVector3f &    vOut,
const LTVector3f &    vDefault
 


Generated on Mon Mar 4 08:42:24 2002 for Aria by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002