Jump to content

MarkerNotifyAll

From CMM Wiki
Revision as of 12:26, 24 June 2026 by Ozdeadmeat (talk | contribs) (MarkerNotifyAll – created via PowerShell script (2026-06-24T22:27:00Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: MarkerNotifyAll
Function Description: Sends a notification to all players with trigger.action.outText
File Location: cmm.MapCommandFunctions.lua
Syntax: CMM.MarkerNotifyAll( )
Return Value: nil
Parameters: Name Description
Example: CMM.MarkerNotifyAll({initiator = "Player1", text = "Satellite sensors are now ready for use! :20"})
Example Description: Triggers the end of scan cooldown and notifies players that satellite sensors are now ready for use.
Related Functions:
Notes: