Jump to content

AppendPointsLog

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (AppendPointsLog – created via PowerShell script (2025-11-11T21:12:32Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: AppendPointsLog
Function Description:
File Location: cmm.pointsFunctions.lua
Syntax: CMM.AppendPointsLog( string Command , boolean allowed , table EventData , table PlayerTable )
Return Value: nil
Parameters: Name Description
CommandThe command that was attempted.
allowedtrue if the command succeeded, false if access was denied.
EventDataThe event data containing the command text and position.
PlayerTableThe player’s information (name, ucid, etc.).
Example: CMM.AppendPointsLog("Look mum, i got an audit log!", true, EventData, PlayerTable)
Example Description:
Related Functions:
Notes: