Jump to content

AllPlayersLanded

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (AllPlayersLanded – created via PowerShell script (2025-11-11T21:12:02Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: AllPlayersLanded
Function Description: Returns true if every player in the coalition is on the ground, otherwise false.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.AllPlayersLanded( )
Return Value: boolean
Parameters: Name Description
Example: local allLanded = CMM.AllPlayersLanded()
Example Description: Checks whether every player has touched down and stores the result in allLanded.
Related Functions:
Notes: