Jump to content

AppendPointsLog

From CMM Wiki
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: