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

    Interface ItemTypesExtensions

    Additional functionality added to Actor.itemTypes arrays.

    interface ItemTypesExtensions {
        getIdentifier(id: string): any;
        getName(name: string): any;
    }
    Index

    Methods