TriggerExecuteWait

Parameters
whichTrigger trigger
comment

Does the same as TriggerExecute but if the caller has been marked with TriggerWaitOnSleeps before its execution, it will additionally wait for TriggerSleepActions of the callee, so this really ensures that the callee has finished. If there was a TriggerSleepAction, there will be a short delay before returning.

patch

1.00

return type
nothing
Source code
native TriggerExecuteWait   takes trigger whichTrigger returns nothing
Source
common.j
wc3modding.com
TriggerExecuteWait