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

    Interface PartyInfoBeta

    Contains information about a player's party membership. This object is a snapshot of the player's party state at the time it was retrieved and is not kept up to date.

    interface PartyInfo {
        isLeader: boolean;
        partyId: string;
    }
    Index

    Properties

    Properties

    isLeader: boolean

    Whether this player is the leader of their party.

    partyId: string

    The unique identifier of the party this player belongs to.