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

    • Get item by identifier (tag)

      Parameters

      • id: string

      Returns any

    • Get item by name

      Parameters

      • name: string

      Returns any