mooball
    Preparing search index...

    Class SendAnnouncement2Event

    The event message structure that is created by the host to send announcement using the improved announcement api.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    byId: number

    Id of the player who triggered this event.

    cssVar: string

    The cssVar of the announcement message.

    eventType: OperationType

    Type of the event. Should not be modified.

    msg: string

    The announcement message. ( max length = 1000 )

    sound: string

    The sound of the announcement message.

    targetId: number | null

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

    Methods