HPL3/SOMA/Scripting/cLuxEventDatabaseHandler
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
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 |