• Returns an inline roll string suitable for chat messages.

    Parameters

    • roll: Roll<any>

      The roll to be stringified

    • Optional options: {
          hide3d: undefined | boolean;
      } = {}

      Additional options affecting the inline roll

      • hide3d: undefined | boolean

        Whether the roll should be hidden from DsN

    Returns string

    The inline roll string

Generated using TypeDoc