HPL3/SOMA/Scripting/cConfigFile

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Revision as of 02:02, 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== cConfigFile has no public fields. ==Func...")
(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

cConfigFile has no public fields.

Functions

Return Type Function Name Parameters Description
void EraseAll
void EraseSetting const tString &in asLevel
void EraseValue const tString &in asLevel,
const tString &in asName
bool GetBool const tString &in asLevel,
const tString &in asName,
bool abDefault
cColor GetColor const tString &in asLevel,
const tString &in asName,
const cColor &in aDefault
const tWString& GetFileLocation
float GetFloat const tString &in asLevel,
const tString &in asName,
float afDefault
int GetInt const tString &in asLevel,
const tString &in asName,
int alDefault
tString GetString const tString &in asLevel,
const tString &in asName,
const tString &in asDefault
tWString GetStringW const tString &in asLevel,
const tString &in asName,
const tWString &in asDefault
cVector2f GetVector2f const tString &in asLevel,
const tString &in asName,
const cVector2f &in avDefault
cVector2l GetVector2l const tString &in asLevel,
const tString &in asName,
const cVector2l &in avDefault
cVector3f GetVector3f const tString &in asLevel,
const tString &in asName,
const cVector3f &in avDefault
cVector3l GetVector3l const tString &in asLevel,
const tString &in asName,
const cVector3l &in avDefault
bool Load
bool Save
void SetBool const tString &in asLevel,
const tString &in asName,
bool abVal
void SetColor const tString &in asLevel,
const tString &in asName,
const cColor &in aVal
void SetFileLocation const tWString &in asFile
void SetFloat const tString &in asLevel,
const tString &in asName,
float afVal
void SetInt const tString &in asLevel,
const tString &in asName,
int alVal
void SetString const tString &in asLevel,
const tString &in asName,
const tString &in asVal
void SetVector2f const tString &in asLevel,
const tString &in asName,
const cVector2f &in avVal
void SetVector2l const tString &in asLevel,
const tString &in asName,
const cVector2l &in avVal
void SetVector3f const tString &in asLevel,
const tString &in asName,
const cVector3f &in avVal
void SetVector3l const tString &in asLevel,
const tString &in asName,
const cVector3l &in avVal