hoshimi
    Preparing search index...

    Interface PlayerUpdateState

    interface PlayerUpdateState {
        connected: boolean;
        ping: number;
        position: number;
        time: number;
    }
    Index

    Properties

    connected: boolean

    Whether the player is connected.

    ping: number

    The ping of the player.

    position: number

    The position of the track.

    time: number

    The time of the update.