onPlayerChat

Revision as of 20:28, 19 November 2022 by Mex (talk | contribs)

Event Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Cancellable

Available since Server 1.0.0, Client 1.0.0

onPlayerChat(Event event, Client client, string message)

The onPlayerChat event is invoked when a player submits a chat message.
This excludes messages starting with a forward slash (the command character), where the command message is not displayed in the chat box.

Parameters

1) Event event The event object for this event.
2) Client client The client that submitted a chat message.
3) string message The chat message.

Attributes

cancellable This event can be cancelled, by using event.preventDefault.

Notes

There aren't any notes for this event.

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Server Related

        OnPlayerChat
        OnPlayerCommand
        OnPlayerConnect
        OnPlayerJoin
        OnPlayerJoined
        OnPlayerQuit


Client Related

OnPlayerJoin