Jump to content

GetZone

From CMM Wiki
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: