Script API - v1.26.10
    Preparing search index...

    Data pertaining to a specific player Persona piece.

    export interface PlayerPersonaPiece {
    id: string;
    isDefaultPiece?: boolean;
    packId: string;
    productId: string;
    type: PersonaPieceType;
    }
    interface PlayerPersonaPiece {
        id: string;
        isDefaultPiece?: boolean;
        packId: string;
        productId: string;
        type: PersonaPieceType;
    }
    Index

    Properties

    id: string
    isDefaultPiece?: boolean
    packId: string
    productId: string