public struct LuaChatEvent

Event payload for the "Chat" global event.


public PlayerControllerWrapper GetPlayer()

(Client/Server) Get the player that sent this message

Returns: (PlayerController) The player that sent this message.


public string GetMessage()

(Client/Server) Get the message this player sent.

Returns: (string) The message sent by this player.