Hierarchy

Constructors

  • Parameters

    • Rest ...args: [data?: ItemDataConstructorData, context?: Context<ActorPF>]

    Returns ItemBasePF

Accessors

Methods

  • Fetch item name

    Parameters

    • Optional forcePlayerPerspective: boolean = false

      If true, return value players see.

    Returns string

  • Item create dialog.

    Parameters

    • data: object = {}

      Initial form data

    • Optional context: {
          options: undefined | object;
          pack: undefined | null | string;
          parent: undefined | null | Actor;
      } = {}

      Additional options.

      • options: undefined | object

        Dialog context options.

      • pack: undefined | null | string

        Pack ID parameter passed to Item.create() options

      • parent: undefined | null | Actor

        Parent parameter passed to Item.create() options

    Returns Promise<null | Item>

    Synchronized with Foundry VTT v11.315

Generated using TypeDoc