mooball
    Preparing search index...

    Class ReorderPlayersEvent

    The event message structure that is created when the host calls room.reorderPlayers function.

    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.

    moveToTop: boolean

    Whether the players will be moved to the top or bottom of the list.

    playerIdList: number[]

    Id of the players who will be reordered in the player list.

    Methods