TriggerExecuteBJ
- Parameters
-
trig trigger
checkConditions boolean
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
boolean
- Source code
-
function TriggerExecuteBJ takes trigger trig, boolean checkConditions returns boolean if checkConditions then if not (TriggerEvaluate(trig)) then return false endif endif call TriggerExecute(trig) return true endfunction