Function DebugUnitInfo
- Line
- 183
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 183 | function DebugUnitInfo takes nothing returns nothing |
| 184 | local group g = CreateGroup() |
| 185 | call SyncSelections() |
| 186 | call GroupEnumUnitsSelected(g, GetTriggerPlayer(), null) |
| 187 | call ForGroup(g, function DebugUnitInfoEnum) |
| 188 | endfunction
|