Difference between revisions of "HPL3/Community/Scripting/Classes/cevent"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
Contents
cEvent
Fields
cEvent has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| const tString& | GetName | const | |
| int | GetId | const | |
| const tString& | GetOutput | const | |
| void | SetOutput | const tString &in asOutput | |
| int | GetOutputId | int alId | |
| void | SetOutputId | int alId | |
| void | AddCriteria | const tString &in asFactName | |
| void | AddCriteriaStringCompare | const tString &in asFactName, const tString &in asValue, eEventCompareType aCompareType |
|
| void | AddCriteriaFloatCompare | const tString &in asFactName, float afValue, eEventCompareType aCompareType |
|
| void | AddCriteriaIntCompare | const tString &in asFactName, int alValue, eEventCompareType aCompareType |
|
| void | AddCriteriaFloatCompare | const tString &in asFactName, float afMin, float afMax, eEventCompareType aCompareType |
|
| void | AddCriteriaIntCompare | const tString &in asFactName, int alMin, int alMax, eEventCompareType aCompareType |
|
| int | GetCriterionNum | ||
| void | AddActionFactSet | const tString &in asFact | |
| void | AddActionStringSet | const tString &in asFact, const tString &in asValue |
|
| void | AddActionFloatOp | const tString &in asFact, float afValue, eEventOpType aOpType |
|
| void | AddActionIntOp | const tString &in asFact, int alValue, eEventOpType aOpType |
|
| int | GetActionNum |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!