< Dice | InternalContext
Difference between revisions of "Dice/InternalContext/AllRolls"
From DiceRoller Documentation
(Created page with "{{APIdoc|InternalContext.AllRolls Field}} Stores all dice rolled. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal List<uint> AllRolls </syntaxhighlight> === Field...") |
(No difference)
|
Latest revision as of 20:07, 27 April 2017
Stores all dice rolled.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
internal List<uint> AllRolls
Field Value
Type: System.Collections.Generic.List<System.UInt32>
All dice rolled at this point in the AST evaluation.