SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • PlayerListRecord
    Index

    Constructors

    • Creates a new player record.

      Parameters

      • uuid: string

        The uuid of the player.

      • OptionaluniqueId: null | bigint

        The unique actor id of the player.

      • Optionalusername: null | string

        The username of the player.

      • Optionalxuid: null | string

        The xbox user id of the player.

      • OptionalplatformChatIdentifier: null | string

        The platform chat identifier of the player.

      • OptionalplatformBuild: null | number

        The platform build of the player.

      • Optionalskin: null | SerializedSkin

        The skin of the player.

      • OptionalisTeacher: null | boolean

        Whether the player is a teacher.

      • OptionalisHost: null | boolean

        Whether the player is a host.

      • OptionalisVisitor: null | boolean

        Whether the player is a visitor.

      • OptionallocatorColor: null | Color

        The locator bar color of the player.

      Returns PlayerListRecord

    Properties

    isHost: null | boolean

    Whether the player is a host.

    isTeacher: null | boolean

    Whether the player is a teacher.

    isVisitor: null | boolean

    Whether the player is a visitor.

    locatorColor: null | Color = null

    The locator bar color of the player.

    platformBuild: null | number

    The platform build of the player.

    platformChatIdentifier: null | string

    The platform chat identifier of the player.

    skin: null | SerializedSkin

    The skin of the player.

    uniqueId: null | bigint

    The unique actor id of the player.

    username: null | string

    The username of the player.

    uuid: string

    The uuid of the player.

    xuid: null | string

    The xbox user id of the player.

    Methods