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

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== cLuxEventDatabaseHandler has no public fi...")
 
 
Line 40: Line 40:
 
| <syntaxhighlight lang="c++" inline>bool</syntaxhighlight> || UseStandardTriggers ||  ||
 
| <syntaxhighlight lang="c++" inline>bool</syntaxhighlight> || UseStandardTriggers ||  ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 15:53, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cLuxEventDatabaseHandler has no public fields.

Functions

Return Type Function Name Parameters Description
cEventDatabase@ GetEventDataBase
cEvent@ Query const tString& asOwner,
const tString &in asTrigger,
cFactStateContainer@ apExtraFacts
cEvent@ QueryToAll int alOwnerFlags,
const tString &in asTrigger,
cFactStateContainer@ apExtraFacts
void RemoveGlobalFact const tString &in asFact
void RemoveLocalFact const tString &in asFact
void SetGlobalFact const tString &in asFact
void SetGlobalFactFloat const tString &in asFact,
float afVal
void SetGlobalFactInt const tString &in asFact,
int alVal
void SetGlobalFactString const tString &in asFact,
const tString &in asStr
void SetLocalFact const tString &in asFact
void SetLocalFactFloat const tString &in asFact,
float afVal
void SetLocalFactInt const tString &in asFact,
int alVal
void SetLocalFactString const tString &in asFact,
const tString &in asStr
bool UseStandardTriggers

References

See all references...