Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:32
Methods
Serialize
Serialize( writer: HazelWriter ) : void
Returns void
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:45
Properties
color
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:35
hatId
hatId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:36
name
name: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:34
nameplateId
nameplateId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:40
outfitType
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:33
petId
petId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:37
skinId
skinId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:38
visorId
visorId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:39
Constructors
constructor
new PlayerOutfit( outfitType: PlayerOutfitType , name: string , color: Color , hatId: string , petId: string , skinId: string , visorId: string , nameplateId: string ) : PlayerOutfit
Parameters
name: string
hatId: string
petId: string
skinId: string
visorId: string
nameplateId: string
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:41
Accessors
isIncomplete
get isIncomplete( ) : boolean
Returns boolean
Defined in node_modules/@skeldjs/core/dist/lib/misc/PlayerInfo.d.ts:42
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.