GetTriggerEvalCount
- Parameters
-
whichTrigger trigger
- comment
-
Returns the count of how often this trigger was evaluated.
A trigger is evaluated each time it is called. A trigger is executed each time it is called and passes the condition. If the condition is not met, the execution count is not incremented.
- note
-
See:
ResetTrigger
,GetTriggerExecCount
. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
integer
- Source code
-
constant native GetTriggerEvalCount takes trigger whichTrigger returns integer