Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface ExperienceDistributorActor

    interface ExperienceDistributorActor {
        actor: ActorPF;
        id: string;
        isNPC: boolean;
        selected: boolean;
        xp: number;
        xpLabel: string;
    }
    Index

    Properties

    actor: ActorPF

    Actor instance

    id: string

    Internal reference ID

    isNPC: boolean

    Is this an NPC?

    selected: boolean

    Is the actor selected

    xp: number
    xpLabel: string