LockGuardPosition
- Parameters
-
targ unit
- return type
nothing
- Source code
function LockGuardPosition takes unit targ returns nothing call SetUnitCreepGuard(targ,true) endfunction
- Source
- Blizzard.j
- wc3modding.com
- LockGuardPosition
targ | unit |
nothing
function LockGuardPosition takes unit targ returns nothing
call SetUnitCreepGuard(targ,true)
endfunction