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

    Class ScriptCallCategory

    A single script call category/trigger.

    Hierarchy (View Summary)

    Index

    General

    _id: string

    Raw ID

    cancelable?: boolean

    Can this script call cancel execution?

    flags: object

    Freeform data

    info: string

    Category description

    itemTypes: Set<string>

    Item types this script call is valid for

    name: string

    Name

    namespace: string

    Source package ID

    • get id(): string

      The unique key of the value.

      Returns string

    • Protected

      Localize fields

      Returns void

    Document

    • Internal

      Safely prepare data

      Returns void

    • Protected

      Prepare data after initialization or reset.

      Returns void