Function DebugCloneUnitEnum
- Line
- 269
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 269 | function DebugCloneUnitEnum takes nothing returns nothing |
| 270 | local unit u = GetEnumUnit() |
| 271 | call CreateUnit(GetOwningPlayer(u), GetUnitTypeId(u), GetUnitX(u), GetUnitY(u), GetUnitFacing(u)) |
| 272 | endfunction
|