MeleeCheckAddedUnit
- Parameters
-
addedUnit unit
- return type
nothing
- Source code
function MeleeCheckAddedUnit takes unit addedUnit returns nothing local player addedUnitOwner = GetOwningPlayer(addedUnit) // If the player was crippled, this unit may have uncrippled him/her. if (bj_playerIsCrippled[GetPlayerId(addedUnitOwner)]) then call MeleeCheckForCrippledPlayers() endif endfunction
- Source
- Blizzard.j
- wc3modding.com
- MeleeCheckAddedUnit