Jump to content

GetZone

From CMM Wiki
Revision as of 19:03, 31 December 2025 by Ozdeadmeat (talk | contribs) (GetZone – created via PowerShell script (2026-01-01T06:03:46Z))
Return to CMM Command Reference
Environment: Mission Scripting
Function: GetZone
Function Description: Returns a zone table by its name
File Location: cmm.ZoneFunctions.lua
Syntax: CMM.GetZone( string zoneName )
Return Value: table or nil
Parameters: Name Description
zoneNameName of the zone as defined in the mission editor.
Example: CMM.GetZone("Zone15",1000)
Example Description: Returns a zone table for the zone named "Zone15", or nil if not found.
Related Functions:
Notes: