Jump to content

WaypointActions.testCallback

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: waypointActions.testCallback
Function Description: Triggers a text message to display in the game interface indicating the group name and prefix, useful for debugging or logging waypoint-related actions.
File Location: cmm.spawnFunctions.lua
Syntax: CMM.waypointActions.testCallback( string _groupName , string _prefix )
Return Value: nil
Parameters: Name Description
_groupNameName of the group involved in the action, used in the displayed message.
_prefixPrefix string to append to the group name for identification purposes.
Example: CMM.waypointActions.testCallback("GroupA", "Initiated")
Example Description: Displays a message in the game interface stating "GroupA has Initiated" for 30 seconds, visible to all players.
Related Functions:
Notes: