mooball
    Preparing search index...

    Class BinaryCustomEvent

    The event message structure that is created when a binary 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: Uint8Array

    Custom binary data of the binary custom event. This value can be anything you want.

    eventType: OperationType

    Type of the event. Should not be modified.

    type: number

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

    Methods