DebugZoneData
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | DebugZoneData | |
| Function Description: | Outputs detailed zone data including unit counts and zone metadata from CMM.ZONE.STATE and CMM.ZONE.SITREP tables, logging each zone's blue and red unit counts, zone state, and identifiers if available. | |
| File Location: | cmm.ZoneFunctions.lua | |
| Syntax: | CMM.DebugZoneData( ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| Example: | CMM.DebugZoneData() | |
| Example Description: | Displays the current state and sitrep data for all zones, showing blue and red unit counts, zone IDs, names, and states, with a message if either table is nil. | |
| Related Functions: | ||
| Notes: | ||