The search keyword must be a single word (no spaces).

Function GetTriggerExecCount

Line
2469
Location
common.j
Constant?
yes
Type
native
Arguments
trigger whichTrigger
Returns
integer
2469
constant native GetTriggerExecCount     takes trigger whichTrigger returns integer
2470
2471
native ExecuteFunc          takes string funcName returns nothing
2472
2473
//============================================================================
2474
// Boolean Expr API ( for compositing trigger conditions and unit filter funcs...)

Information about GetTriggerExecCount

City17 4 years
Returns the count of how often this trigger was executed.

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.

See: [jassdoc]ResetTrigger[/jassdoc], [jassdoc]GetTriggerEvalCount[/jassdoc]
You must be logged in with a standard account to contribute.