Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Fields
cEvent has no public fields.
Functions
| Return Type |
Function Name |
Parameters |
Description
|
void |
AddActionFactSet |
const tString &in asFact |
|
void |
AddActionFloatOp |
const tString &in asFact,
float afValue,
eEventOpType aOpType |
|
void |
AddActionIntOp |
const tString &in asFact,
int alValue,
eEventOpType aOpType |
|
void |
AddActionStringSet |
const tString &in asFact,
const tString &in asValue |
|
void |
AddCriteria |
const tString &in asFactName |
|
void |
AddCriteriaFloatCompare |
const tString &in asFactName,
float afValue,
eEventCompareType aCompareType |
|
void |
AddCriteriaFloatCompare |
const tString &in asFactName,
float afMin,
float afMax,
eEventCompareType aCompareType |
|
void |
AddCriteriaIntCompare |
const tString &in asFactName,
int alValue,
eEventCompareType aCompareType |
|
void |
AddCriteriaIntCompare |
const tString &in asFactName,
int alMin,
int alMax,
eEventCompareType aCompareType |
|
void |
AddCriteriaStringCompare |
const tString &in asFactName,
const tString &in asValue,
eEventCompareType aCompareType |
|
int |
GetActionNum |
|
|
int |
GetCriterionNum |
|
|
int |
GetId |
|
|
const tString& |
GetName |
|
|
const tString& |
GetOutput |
|
|
int |
GetOutputId |
int alId |
|
void |
SetOutput |
const tString &in asOutput |
|
void |
SetOutputId |
int alId |
|