mooball
    Preparing search index...

    Class SendChatEvent

    The event message structure that is created when a chat message is sent.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    byId: number

    Id of the player who triggered this event.

    eventType: OperationType

    Type of the event. Should not be modified.

    targetId: number | null

    Id of the player who will receive the chat. If null, everyone receives it. Can not be modified.

    text: string

    The chat text that is sent. ( max length = 140 )

    Methods