Jump to content

ShowAllPOI

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: ShowAllPOI
Function Description: Displays all POIs defined in the mission on the F10 map, optionally adding labels and colouring markers based on radius and flatness.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.ShowAllPOI( boolean: ShowLabels )
Return Value:
Parameters: Name Description
ShowLabelsIf true, it will set name the POI points on the F10 map
Example: CMM.ShowAllPOI(true)
Example Description: Makes a circular mark for every POI on the current map. Boolean shows the labels for each of the POIs
Related Functions:
Notes: