Function DebugCloneUnit
- Line
- 275
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 275 | function DebugCloneUnit takes nothing returns nothing |
| 276 | local group g = CreateGroup() |
| 277 | call SyncSelections() |
| 278 | call GroupEnumUnitsSelected(g, GetTriggerPlayer(), null) |
| 279 | call ForGroup(g, function DebugCloneUnitEnum) |
| 280 | endfunction
|