[JASS] What does this native "GetTriggerEvalCount" do?

Status
Not open for further replies.
Thats not 100% correct I think. GetTriggerEvalCount counts how often the event occurs.

If you want to count the executions of a trigger probably GetTriggerExecCount should be fine.

So if you have certain conditions that prevent your trigger to be fired, the execution count should not increase, but the evaluation count does.
 
Thats not 100% correct I think. GetTriggerEvalCount counts how often the event occurs.

If you want to count the executions of a trigger probably GetTriggerExecCount should be fine.

So if you have certain conditions that prevent your trigger to be fired, the execution count should not increase, but the evaluation count does.

After I testing both functions, you're right. Thank for correct me. :)
 
Status
Not open for further replies.
Back
Top