Jump to content

ScheduledPlayerWelcome

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (ScheduledPlayerWelcome – created via PowerShell script (2025-11-11T21:12:11Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: ScheduledPlayerWelcome
Function Description: Scheduled task wrapper for CMM.PlayerWelcomeMessage
File Location: cmm.DCSFunctions.lua
Syntax: CMM.ScheduledPlayerWelcome( table ArgTable )
Return Value: nil
Parameters: Name Description
ArgTableSee CMM.PlayerWelcomeMessage for more information on parameters
Example: CMM.ScheduledPlayerWelcome(<ArgTable>)
Example Description: Outputs the CMM.SERVER.WELCOME message to a user named 'OzDeaDMeaT'
Related Functions:
Notes: See CMM.PlayerWelcomeMessage for more information on parameters