Jass:MakeUnitRescuableToForceBJ
Aus Mappedia
| Funktion: MakeUnitRescuableToForceBJ | |
|---|---|
| Parameter: | unit boolean force |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
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
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| unit | whichUnit | |
| boolean | isRescuable | |
| force | whichForce |
