Function DebugTeleport
- Line
- 119
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 119 | function DebugTeleport takes nothing returns nothing |
| 120 | local group g = CreateGroup() |
| 121 | call SyncSelections() |
| 122 | call GroupEnumUnitsSelected(g, GetTriggerPlayer(), null) |
| 123 | call ForGroup(g, function DebugTeleportEnum) |
| 124 | endfunction
|