IChatEventclass

objectIChatEvent
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.IChatEvent

Methods1

Showing 1 methods

public virtual void OnChatMessage(Sandbox.ChatMessageEvent e)PUBLICVIRTUAL

Called when a chat message is received. Set `e`.Suppress to true to prevent the message from being shown or relayed, or set `e`.RecipientFilter to control per-connection visibility.

ParameterTypeDescription
eChatMessageEvent
Returns:void

On this page