Jump to content

MarkerSurveyArea

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (MarkerSurveyArea – created via PowerShell script (2025-11-11T21:12:20Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: MarkerSurveyArea
Function Description: Marker Wrapper for the CMM.SurveyArea function
File Location: cmm.MapCommandFunctions.lua
Syntax: CMM.MarkerSurveyArea( table EventData )
Return Value: nil
Parameters: Name Description
EventDataUtilizes EventData.pos, EventData.initiator and EventData.text
Example: CMM.MarkerSurveyArea(EventData <TBL>)
Example Description: Reads the EventData.text, EventData.pos, EventData.initiator to derive arguments for CMM.SurveyArea
Related Functions:
Notes: