< Dice | InternalContext
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...") |
|||
Line 6: | Line 6: | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="C#"> | <syntaxhighlight lang="C#"> | ||
− | internal List<decimal> | + | internal List<decimal> AllMacros |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 20:08, 27 April 2017
Stores all macro values.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
internal List<decimal> AllMacros
Field Value
Type: System.Collections.Generic.List<System.Decimal>
All macro values at this point in the AST evaluation.