Difference between revisions of "Dice/InternalContext/AllMacros"

From DiceRoller Documentation
(Created page with "{{APIdoc|InternalContext.AllMacros Field}} Stores all macro values. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal List<decimal> AllRolls </syntaxhighlight> === F...")
(No difference)

Revision as of 20:07, 27 April 2017

Stores all macro values.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

internal List<decimal> AllRolls

Field Value

Type: System.Collections.Generic.List<System.Decimal>

All macro values at this point in the AST evaluation.