UnitCanSleepBJ
- Parameters
-
whichUnit unit
- return type
boolean
- Source code
function UnitCanSleepBJ takes unit whichUnit returns boolean return UnitCanSleep(whichUnit) endfunction
- Source
- Blizzard.j
- wc3modding.com
- UnitCanSleepBJ
whichUnit | unit |
boolean
function UnitCanSleepBJ takes unit whichUnit returns boolean
return UnitCanSleep(whichUnit)
endfunction