< Dice‎ | PbP‎ | RollPost
Revision as of 19:30, 28 April 2017 by Skizzerz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.