HPL3/SOMA/Scripting/cResourceVarsObject
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
cResourceVarsObject has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
AddVarBool | const tString &in asName ,bool abDefault |
|
void |
AddVarColor | const tString &in asName ,const cColor &in aDefault |
|
void |
AddVarFloat | const tString &in asName ,float afDefault = 0 |
|
void |
AddVarInt | const tString &in asName ,int alDefault |
|
void |
AddVarString | const tString &in asName ,const tString &in alDefault |
|
void |
AddVarVector2f | const tString &in asName ,const cVector2f &in avDefault |
|
void |
AddVarVector3f | const tString &in asName ,const cVector3f &in avDefault |
|
bool |
GetVarBool | const tString &in asName ,bool abDefault |
|
cColor |
GetVarColor | const tString &in asName ,const cColor &in aDefault |
|
float |
GetVarFloat | const tString &in asName ,float afDefault |
|
int |
GetVarInt | const tString &in asName ,int alDefault |
|
tString |
GetVarString | const tString &in asName ,const tString &in asDefault |
|
cVector2f |
GetVarVector2f | const tString &in asName ,const cVector2f &in avDefault |
|
cVector3f |
GetVarVector3f | const tString &in asName ,const cVector3f &in avDefault |
References
- HPL3/SOMA/Scripting/cLuxBackboneTail (← links)
- HPL3/SOMA/Scripting/cLuxCharMover (← links)
- HPL3/SOMA/Scripting/cLuxEdgeGlow (← links)
- HPL3/SOMA/Scripting/cLuxHeadTracker (← links)
- HPL3/SOMA/Scripting/cLuxLightSensor (← links)
- HPL3/SOMA/Scripting/cLuxSoundListener (← links)
- HPL3/SOMA/Scripting/iScrAgent Interface (← links)
- HPL3/SOMA/Scripting/iScrArea Interface (← links)
- HPL3/SOMA/Scripting/iScrCritter Interface (← links)
- HPL3/SOMA/Scripting/iScrLiquidArea Interface (← links)
- HPL3/SOMA/Scripting/iScrProp Interface (← links)