Jump to content

DebugZoneData

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (DebugZoneData – created via PowerShell script (2025-11-11T21:12:55Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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: