Difference between revisions of "Dice/DiceFunctionAttribute/Timing"
From DiceRoller Documentation
(Created page with "{{APIdoc|DiceFunctionAttribute.Timing Property}} Gets or sets the timing of the dice function. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public FunctionTiming Timing {...") |
(No difference)
|
Latest revision as of 20:12, 12 April 2017
Gets or sets the timing of the dice function.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public FunctionTiming Timing { get; set; }
Property Value
Type: Dice.FunctionTiming
The timing of the dice function.
Remarks
The default value for FunctionTiming is FunctionTiming.Last. The value of FunctionTiming when the function is registered is saved, any changes after registration do not impact the registered version.