HPL3/Amnesia: Rebirth/Scripting/cFactStateContainer
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
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
cFactStateContainer has no public fields.
Functions
Return Type | Function And Description |
---|---|
void | Clear() |
int | GetSize() |
void | RemoveFact(const tString &in asFactName) |
void | SetFact(const tString &in asFactName) |
void | SetFactFloat(const tString &in asFactName, float afValue) |
void | SetFactInt(const tString &in asFactName, int alValue) |
void | SetFactString(const tString &in asFactName, const tString &in asValue) |
Details
Clear
void Clear()
Returns:
- void
GetSize
int GetSize()
Returns:
- int—
RemoveFact
SetFact
SetFactFloat
void SetFactFloat(const tString &in asFactName,
float afValue)
Parameters
- asFactName (tString) —
- afValue (float) —
Returns:
- void
SetFactInt
void SetFactInt(const tString &in asFactName,
int alValue)
Parameters
- asFactName (tString) —
- alValue (int) —
Returns:
- void