Difference between revisions of "Dice/PbP/RollPost/RollMacro"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost.RollMacro Method (MacroContext, String[])}} Contains the logic for the {{c|[roll]}} macro. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private void Rol...") |
(No difference)
|
Latest revision as of 19:30, 28 April 2017
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.