< Dice‎ | FunctionRegistry
Revision as of 22:24, 27 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|FunctionRegistry.Callbacks Field}} Contains a mapping of all registered functions to their callback and other registration information. {{ns}} == Syntax == <syntaxh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.