TriggerExecuteWait
- Parameters
-
whichTrigger trigger
- comment
Does the same as
TriggerExecute
but if the caller has been marked withTriggerWaitOnSleeps
before its execution, it will additionally wait forTriggerSleepAction
s of the callee, so this really ensures that the callee has finished. If there was aTriggerSleepAction
, there will be a short delay before returning.- return type
nothing
- Source code
native TriggerExecuteWait takes trigger whichTrigger returns nothing
- Source
- trigger.j
- wc3modding.com
- TriggerExecuteWait