[Go to site: main page, start]

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