Function DebugDispelUnit
- Line
- 288
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 288 | function DebugDispelUnit takes nothing returns nothing |
| 289 | local group g = CreateGroup() |
| 290 | call SyncSelections() |
| 291 | call GroupEnumUnitsSelected(g, GetTriggerPlayer(), null) |
| 292 | call ForGroup(g, function DebugDispelUnitEnum) |
| 293 | endfunction
|