WakePlayerUnits
- Parameters
-
whichPlayer player
- return type
nothing
- Source code
function WakePlayerUnits takes player whichPlayer returns nothing local group g = CreateGroup() call GroupEnumUnitsOfPlayer(g, whichPlayer, null) call ForGroup(g, function WakePlayerUnitsEnum) call DestroyGroup(g) endfunction
- Source
- Blizzard.j
- wc3modding.com
- WakePlayerUnits