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

    Class ActiveEffectPF

    Active Effect extension for system properties.

    Hierarchy

    • ActiveEffect
      • ActiveEffectPF
    Index

    Accessors

    • get actor(): Actor<"base" | ModuleSubType> | null
      Internal

      Parent actor

      Returns Actor<"base" | ModuleSubType> | null

      • Null if no parent exists.
    • get initiative(): number | undefined

      Initiative counter

      Present only if the AE was started during combat

      Returns number | undefined

    • get isTracker(): boolean
      Internal

      Tracking a buff

      Returns boolean

      • There should be only one tracker per item.