Difference between revisions of "HPL3/SOMA/Scripting/cResourceVarsObject"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(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....")
 
 
Line 40: Line 40:
 
| [[../cVector3f|<syntaxhighlight lang="c++" inline>cVector3f</syntaxhighlight>]] || GetVarVector3f || [[../tString|<syntaxhighlight lang="c++" inline>const tString &in asName</syntaxhighlight>]],<br />[[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avDefault</syntaxhighlight>]] ||
 
| [[../cVector3f|<syntaxhighlight lang="c++" inline>cVector3f</syntaxhighlight>]] || GetVarVector3f || [[../tString|<syntaxhighlight lang="c++" inline>const tString &in asName</syntaxhighlight>]],<br />[[../cVector3f|<syntaxhighlight lang="c++" inline>const cVector3f &in avDefault</syntaxhighlight>]] ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:18, 6 August 2020

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

References

See all references...