MacroRegistry.Callbacks Field

From DiceRoller Documentation

Contains a mapping of all registered macros to their callback and other registration information.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

private Dictionary<string, (string name, MacroCallback callback)> Callbacks

Field Value

Type: System.Collections.Generic.Dictionary<System.String, System.ValueTuple<System.String, Dice.MacroCallback>>

A mapping of lowercased name to macro registration details.