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

    Class Alignment

    Alignment helper functions.

    Index

    Constructors

    Properties

    alignment: any

    Accessors

    Methods

    • Returns the number of steps between two different alignments

      Parameters

      • alignment: string | Alignment

        The alignment to compare it to

      Returns number

      • The number of steps between the two alignments
    • Returns the alignment string.

      Returns any

      • The alignment string, e.g. "lg", "n", "ce"
    • Returns the number of steps between two different alignments.

      Parameters

      • alignment1: string | Alignment

        The base alignment

      • alignment2: string | Alignment

        The alignment to compare it to

      Returns number

      • The number of steps between the two alignments