HPL3/SOMA/Scripting/cResourceVarsObject

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Revision as of 03:18, 4 August 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cResourceVarsObject has no public fields....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

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