Hierarchy

  • TokenDocument
    • TokenDocumentPF

Constructors

  • Parameters

    • Optional data: any

      Initial data provided to construct the Token document (default: {})

    • Optional context: any

      The parent Scene document to which this Token belongs

    Returns TokenDocumentPF

Properties

detectionModes: undefined | any[]

Methods

  • Internal

    Parameters

    • data: object
    • context: object
    • user: User

    Returns Promise<void>

  • Internal

    Parameters

    • changed: object
    • context: object
    • user: User

    Returns Promise<void>

  • Hijack Token health bar rendering to include temporary and temp-max health in the bar display

    Parameters

    • barName: any
    • root0: {
          alternative: undefined | null;
      } = {}
      • alternative: undefined | null

    Returns null | SingleAttributeBar | ObjectAttributeBar

  • Parameters

    • data: any
    • path: any[] = []

    Returns TrackedAttributes

Generated using TypeDoc