RollPost.RollMacro Method (MacroContext, String[])
From DiceRoller Documentation
Contains the logic for the [roll]
macro.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
private void RollMacro(
MacroContext context,
string[] args
)
Parameters
- context
- Type: Dice.MacroContext
- Macro context
- args
- Type: System.String[]
- The macro param split on colon
Remarks
See the Dice Reference for more information about how this macro works.