< Dice | FunctionRegistry
FunctionRegistry.Callbacks Field
From DiceRoller Documentation
Contains a mapping of all registered functions to their callback and other registration information.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
private Dictionary<(string lname, FunctionScope scope), (string name, FunctionTiming timing, FunctionCallback callback)> Callbacks
Field Value
Type: System.Collections.Generic.Dictionary<System.ValueTuple<System.String, Dice.FunctionScope>, System.ValueTuple<System.String, Dice.FunctionTiming, Dice.FunctionCallback>>
A mapping of lowercased name and scope to function registration details.