Difference between revisions of "HPL3/Community/Scripting/Classes/cresourcevarsobject"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
cResourceVarsObject
Fields
cResourceVarsObject has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | AddVarBool | const tString &in asName, bool abDefault |
|
| void | AddVarInt | const tString &in asName, int alDefault |
|
| void | AddVarFloat | const tString &in asName, float afDefault = 0 |
|
| void | AddVarVector2f | const tString &in asName, const cVector2f &in avDefault |
|
| void | AddVarVector3f | const tString &in asName, const cVector3f &in avDefault |
|
| void | AddVarColor | const tString &in asName, const cColor &in aDefault |
|
| void | AddVarString | const tString &in asName, const tString &in alDefault |
|
| bool | GetVarBool | const tString &in asName, bool abDefault |
|
| int | GetVarInt | const tString &in asName, int alDefault |
|
| float | GetVarFloat | const tString &in asName, float afDefault |
|
| cVector2f | GetVarVector2f | const tString &in asName, const cVector2f &in avDefault |
|
| cVector3f | GetVarVector3f | const tString &in asName, const cVector3f &in avDefault |
|
| cColor | GetVarColor | const tString &in asName, const cColor &in aDefault |
|
| tString | GetVarString | const tString &in asName, const tString &in asDefault |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!