Creates a new andexdb_ModifiedChatMessageFormatFinalizationBeforeEvent instance.
The data for the event.
Optional
strict: boolean = trueWhether to enable strict mode. In strict mode, the event will throw an error if invalid data is provided. Defaults to true.
Readonly
messageReadonly
originalReadonly
senderOptional
Readonly
targetsThe evaluated message format token data.
Modifications to this will affect the final message.
With this you can modify many things about the message, including but not limited to:
An event that fires before a formatted chat message is finalized.
This event allows you do do things like change the evaluated ranks, name tag, and more.
This is fired before the format evalutation of a chat message is finalized, the finalized formatted message data is then passed to the chatSendMessageEvaluator_players function, and compiled formatted message string is then passed to the andexdb_ModifiedChatMessageSendBeforeEvent event.
This is triggered by the chat ranks system of the add-on, if the chat ranks system is disabled this event will never fire.