Jump to content

POIManager

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: POIManager
Function Description: Periodically evaluates all active POIs by scheduling calls to CMM.AssessPOI for each entry in CMM.ACTIVEPOI. After processing the entire list, it reschedules itself to run again after a calculated interval.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.POIManager( )
Return Value: nil
Parameters: Name Description
Example: CMM.POIManager()
Example Description: Initiates the POI assessment cycle, which will repeatedly evaluate each active POI and automatically reschedule itself to keep the data up‑to‑date.
Related Functions:
Notes: