• Show an actor's defenses

    Parameters

    • Optional options: {
          actorId: undefined | string;
          actorName: undefined | string;
          rollMode: any;
      } = {}

      Additional parameters

      • actorId: undefined | string

        The actor's identifier

      • actorName: undefined | string

        The actor's name

      • rollMode: any

    Returns void | Promise<any>

    The defense roll, or void if no actor is found

    Deprecated

Generated using TypeDoc