Jump to content

MarkerTopo

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (MarkerTopo – created via PowerShell script (2025-11-11T21:12:22Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: MarkerTopo
Function Description: Draws a topographical marker at the specified position with a recon area and point marker, using defined colors and ranges, and schedules removal after a specified time duration.
File Location: cmm.MapCommandFunctions.lua
Syntax: CMM.MarkerTopo( table EventData )
Return Value: nil
Parameters: Name Description
EventDataCustom Event Table passed by S_EVENT_MARK_REMOVED EventHandler containing pos field for position.
Example: CMM.MarkerTopo({pos = <vec3>})
Example Description: Demonstrates drawing a topographical marker at position {x=150,y=250,z=50} with a recon area and point marker, scheduled to be removed after the defined TTL period.
Related Functions:
Notes: Map Command !topo