Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RollTableDraw

    An object containing the executed Roll and the produced results

    interface RollTableDraw {
        results: documents.TableResult[];
        roll: Roll;
    }
    Index

    Properties

    Properties

    An array of drawn TableResult documents

    roll: Roll

    The Dice roll which generated the draw