AppendPointsLog
Appearance
| 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 |
| Command | The command that was attempted. | |
| allowed | true if the command succeeded, false if access was denied. | |
| EventData | The event data containing the command text and position. | |
| PlayerTable | The player’s information (name, ucid, etc.). | |
| Example: | CMM.AppendPointsLog("Look mum, i got an audit log!", true, EventData, PlayerTable) | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||