The search keyword must be a single word (no spaces).
Function MakeUnitRescuableToForceBJ
- Line
- 7152
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- unit whichUnit, boolean isRescuable, force whichForce
- Returns
- nothing
| 7152 | function MakeUnitRescuableToForceBJ takes unit whichUnit, boolean isRescuable, force whichForce returns nothing |
| 7153 | // Flag the unit as rescuable/unrescuable for the appropriate players.
|
| 7154 | set bj_makeUnitRescuableUnit = whichUnit |
| 7155 | set bj_makeUnitRescuableFlag = isRescuable |
| 7156 | call ForForce(whichForce, function MakeUnitRescuableToForceBJEnum) |
| 7157 | endfunction
|