Class PlayerOutfit

Specifically represents a set of cosmetics for a player, this is used as a layering system to also show what cosmetics the player if they have shapeshifted into another player.

Hierarchy

  • PlayerOutfit

Methods

  • Parameters

    Returns void

Properties

color: Color
hatId: string
name: string
nameplateId: string
outfitType: PlayerOutfitType
petId: string
skinId: string
visorId: string

Constructors

  • Parameters

    • outfitType: PlayerOutfitType
    • name: string
    • color: Color
    • hatId: string
    • petId: string
    • skinId: string
    • visorId: string
    • nameplateId: string

    Returns PlayerOutfit

Accessors

  • get isIncomplete(): boolean
  • Returns boolean

Generated using TypeDoc