Difference between revisions of "HPL3/SOMA/Scripting/cResourceVarsObject"
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....") |
(No difference)
|
Revision as of 03:18, 4 August 2020
|
|
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 |