MarkerTopo
Appearance
| 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 |
| EventData | Custom 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 | |