QueueUnitAnimationBJ
- Parameters
-
whichUnit unit
whichAnimation string
- return type
nothing
- Source code
function QueueUnitAnimationBJ takes unit whichUnit, string whichAnimation returns nothing call QueueUnitAnimation(whichUnit, whichAnimation) endfunction
- Source
- Blizzard.j
- wc3modding.com
- QueueUnitAnimationBJ