< Dice | BuiltinMacros
Difference between revisions of "Dice/BuiltinMacros/NumDice"
From DiceRoller Documentation
(create) |
(No difference)
|
Latest revision as of 18:11, 23 December 2018
Returns the number of dice rolled so far.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
[DiceMacro("numDice")]
public static void NumDice(
MacroContext context
)
Parameters
- context
- Type: Dice.MacroContext
- The context of the macro invocation.