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

    Class SensesSelector

    An application that allows a user to configure an actors senses.

    Hierarchy

    • any
      • SensesSelector
    Index

    Properties

    Accessors

    Methods

    Properties

    constructor: typeof SensesSelector
    CONVERT_KEYS: Set<string> = ...

    Keys to convert

    Accessors

    Methods

    • Internal

      Save the new vision details for the actor.

      Parameters

      • this: ActorRestDialog
      • event: SubmitEvent

        The originating form submission event

      • form: HTMLFormElement

        The form element that was submitted

      • formData: FormDataExtended

        Processed data for the submitted form

        • object

          The parsed form data object

      Returns Promise<void>