MakeUnitRescuableToForceBJ

Parameters
whichUnit unit
isRescuable boolean
whichForce force
return type
nothing
Source code
function MakeUnitRescuableToForceBJ takes unit whichUnit, boolean isRescuable, force whichForce returns nothing
    // Flag the unit as rescuable/unrescuable for the appropriate players.
    set bj_makeUnitRescuableUnit = whichUnit
    set bj_makeUnitRescuableFlag = isRescuable
    call ForForce(whichForce, function MakeUnitRescuableToForceBJEnum)
endfunction
Source
Blizzard.j
wc3modding.com
MakeUnitRescuableToForceBJ