Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Methods

Static Deserialize

Static createDefault

Serialize

clone

Properties

color

color: Color

hatId

hatId: string

name

name: string

nameplateId

nameplateId: string

outfitType

outfitType: PlayerOutfitType

petId

petId: string

skinId

skinId: string

visorId

visorId: string

Constructors

constructor

  • new PlayerOutfit(outfitType: PlayerOutfitType, name: string, color: Color, hatId: string, petId: string, skinId: string, visorId: string, nameplateId: string): PlayerOutfit

Accessors

isIncomplete

  • get isIncomplete(): boolean

Generated using TypeDoc