mooball
    Preparing search index...

    Class CustomEvent

    The event message structure that is created when a custom event is triggered by this API.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    byId: number

    Id of the player who triggered this event.

    data: object

    Custom data of the custom event. This value can be anything you want. It has to be any json object that can be JSON.stringifyed and JSON.parsed.

    eventType: OperationType

    Type of the event. Should not be modified.

    type: number

    Type of the custom event. This value can be anything you want.

    Methods