HPL3/Amnesia: Rebirth/Scripting/cResourceVarsObject
< HPL3 | Amnesia: Rebirth | Scripting
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 And 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) |
Details
AddVarBool
void AddVarBool(const tString &in asName,
bool abDefault)
Parameters
- asName (tString) —
- abDefault (bool) —
Returns:
- void
AddVarColor
AddVarFloat
void AddVarFloat(const tString &in asName,
float afDefault = 0)
Parameters
- asName (tString) —
- afDefault (float) —
Returns:
- void
AddVarInt
void AddVarInt(const tString &in asName,
int alDefault)
Parameters
- asName (tString) —
- alDefault (int) —
Returns:
- void
AddVarString
AddVarVector2f
AddVarVector3f
GetVarBool
bool GetVarBool(const tString &in asName,
bool abDefault)
Parameters
- asName (tString) —
- abDefault (bool) —
Returns:
- bool—
GetVarColor
GetVarFloat
float GetVarFloat(const tString &in asName,
float afDefault)
Parameters
- asName (tString) —
- afDefault (float) —
Returns:
- float—
GetVarInt
int GetVarInt(const tString &in asName,
int alDefault)
Parameters
- asName (tString) —
- alDefault (int) —
Returns:
- int—
GetVarString
GetVarVector2f
GetVarVector3f
References
- HPL3/Amnesia: Rebirth/Scripting/cLuxBackboneTail (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxCharMover (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxEdgeGlow (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxFootPlacement (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxHandPlacement (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxHeadTracker (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxLightSensor (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxSoundListener (← links)
- HPL3/Amnesia: Rebirth/Scripting/cLuxVerletAnimation (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrAgent Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrArea Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrCritter Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrLiquidArea Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrProp Interface (← links)
- HPL3/Amnesia: Rebirth/Scripting/iScrPushableFogArea Interface (← links)