Jump to content

MarkerSurveyArea

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