User contributions
From DiceRoller Documentation
- 20:02, 13 April 2017 diff hist -2 Dice/RollResult/NumRolls current
- 20:02, 13 April 2017 diff hist +110 Dice/RollResult/NumRolls
- 20:01, 13 April 2017 diff hist +349 N Dice/RollResult/NumRolls Created page with "{{APIdoc|RollResult.NumRolls Property}} The number of dice rolls that were needed to fully evaluate this expression. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public l..."
- 20:00, 13 April 2017 diff hist +208 Dice/RollResult/RollResult (RollerConfig, DiceAST, Int32)
- 20:00, 13 April 2017 diff hist +7 Dice/RollResult
- 19:59, 13 April 2017 diff hist +135 Dice/RollResult
- 19:29, 13 April 2017 diff hist +213 Dice/Roller/Roll
- 19:28, 13 April 2017 diff hist +403 Dice/Roller/Roll
- 19:27, 13 April 2017 diff hist +1,170 N Dice/Roller/Roll (String) Created page with "{{APIdoc|Roller.Roll Method (String)}} Rolls dice according to the given dice expression. Please see Dice Reference for more information about dice expressions. {{ns}} =..." current
- 19:26, 13 April 2017 diff hist -7 Dice/Roller/Roll (String, RollerConfig)
- 19:26, 13 April 2017 diff hist 0 m Dice/Roller/Roll (String, RollerConfig) Skizzerz moved page Dice/Roller/Roll to Dice/Roller/Roll (String, RollerConfig): have overloads now
- 19:26, 13 April 2017 diff hist +53 N Dice/Roller/Roll Skizzerz moved page Dice/Roller/Roll to Dice/Roller/Roll (String, RollerConfig): have overloads now
- 19:25, 13 April 2017 diff hist +32 Dice/Roller →Methods
- 19:25, 13 April 2017 diff hist +153 Dice/Roller
- 18:57, 13 April 2017 diff hist -2 Dice/RollerConfig/MaxSides current
- 18:57, 13 April 2017 diff hist -2 Dice/RollerConfig/MaxRerolls current
- 18:57, 13 April 2017 diff hist -2 Dice/RollerConfig/MaxRecursionDepth current
- 18:56, 13 April 2017 diff hist -2 Dice/RollerConfig/MaxDice current
- 18:56, 13 April 2017 diff hist -2 m Dice/DieResult/NumSides
- 17:17, 13 April 2017 diff hist -279 Dice/RollResult/RollResult (RollerConfig, DiceAST, Int32)
- 17:16, 13 April 2017 diff hist -47 Dice/RollResult →Constructors
- 20:55, 12 April 2017 diff hist +11 MediaWiki:Common.css I hate ooui
- 20:53, 12 April 2017 diff hist +124 MediaWiki:Common.css
- 20:41, 12 April 2017 diff hist +66 Dice/DieFlags
- 20:40, 12 April 2017 diff hist +180 Dice/MacroCallback current
- 20:35, 12 April 2017 diff hist +102 Dice/MacroCallback
- 20:34, 12 April 2017 diff hist +787 N Dice/MacroCallback Created page with "{{APIdoc|MacroCallback Delegate}} Encapsulates a method which executes macro logic. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public delegate void MacroCallback( M..."
- 20:33, 12 April 2017 diff hist -5 m Dice/RollerConfig/ExecuteMacro
- 20:29, 12 April 2017 diff hist +181 Dice/FunctionCallback current
- 20:22, 12 April 2017 diff hist +922 N Dice/FunctionCallback Created page with "{{APIdoc|FunctionCallback Delegate}} Encapsulates a method which executes function logic. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public delegate void FunctionCallba..."
- 20:12, 12 April 2017 diff hist +536 N Dice/DiceFunctionAttribute/Timing Created page with "{{APIdoc|DiceFunctionAttribute.Timing Property}} Gets or sets the timing of the dice function. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public FunctionTiming Timing {..." current
- 20:12, 12 April 2017 diff hist +528 N Dice/DiceFunctionAttribute/Scope Created page with "{{APIdoc|DiceFunctionAttribute.Scope Property}} Gets or sets the scope of the dice function. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public FunctionScope Scope { get..." current
- 20:09, 12 April 2017 diff hist +387 N Dice/DiceFunctionAttribute/Name Created page with "{{APIdoc|DiceFunctionAttribute.Name Property}} Gets the name of the dice function, which is not necessarily the same as the name of the method the attribute is attached to. {..." current
- 20:07, 12 April 2017 diff hist +52 Dice/DiceFunctionAttribute/DiceFunctionAttribute current
- 20:07, 12 April 2017 diff hist +760 N Dice/DiceFunctionAttribute/DiceFunctionAttribute Created page with "{{APIdoc|DiceFunctionAttribute Constructor (String)}} Constructs a new instance of DiceFunctionAttribute. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceFunction..."
- 19:21, 12 April 2017 diff hist +1,028 Dice/DiceFunctionAttribute current
- 19:12, 12 April 2017 diff hist +1,703 N Dice/DiceFunctionAttribute Created page with "{{APIdoc|DiceFunctionAttribute Class}} An attribute that can be applied to methods which denotes the method is a valid FunctionCallback. The Dice/F..."
- 18:48, 12 April 2017 diff hist +543 N Dice/ExtensionMethods/GetDescriptionString Created page with "{{APIdoc|ExtensionMethods.GetDescriptionString Method (DiceErrorCode)}} Retrieves the value of the DescriptionAttribute for the given DiceErrorCode. {{..."
- 18:46, 12 April 2017 diff hist 0 m Dice/Roller/Roll (String, RollerConfig)
- 18:45, 12 April 2017 diff hist +557 N Dice/ExtensionMethods Created page with "{{APIdoc|ExtensionMethods Class}} Internal extension methods that are not useful for general consumption. {{ns}} == Inheritance Hierarchy == System.Object : Dice.ExtensionMe..."
- 18:42, 12 April 2017 diff hist +432 m Dice/DiceErrorCode
- 18:39, 12 April 2017 diff hist +361 N Dice/DiceException/ErrorCode Created page with "{{APIdoc|DiceException.ErrorCode Property}} Gets the error that this exception was thrown for. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceErrorCode ErrorCode..." current
- 18:09, 12 April 2017 diff hist +1,149 N Dice/DiceException/DiceException (DiceErrorCode, Object, Exception) Created page with "{{APIdoc|DiceException Constructor (DiceErrorCode, Object, Exception)}} Constructs a DiceException for the given DiceErrorCode using the given object as..." current
- 18:08, 12 April 2017 diff hist +938 N Dice/DiceException/DiceException (DiceErrorCode, Exception) Created page with "{{APIdoc|DiceException Constructor (DiceErrorCode, Exception)}} Constructs a DiceException for the given DiceErrorCode and the given Exception as its in..." current
- 18:07, 12 April 2017 diff hist +969 N Dice/DiceException/DiceException (DiceErrorCode, Object) Created page with "{{APIdoc|DiceException Constructor (DiceErrorCode, Object)}} Constructs a DiceException for the given DiceErrorCode using the given object as its parame..." current
- 18:05, 12 April 2017 diff hist +758 N Dice/DiceException/DiceException (DiceErrorCode) Created page with "{{APIdoc|DiceException Constructor (DiceErrorCode)}} Constructs a DiceException for the given DiceErrorCode. {{ns}} == Syntax == <syntaxhighlight lang..." current
- 17:50, 12 April 2017 diff hist +2 m Dice/DiceException →Constructors current
- 17:50, 12 April 2017 diff hist +2 m Dice/DiceException →Properties
- 17:50, 12 April 2017 diff hist +2,395 N Dice/DiceException Created page with "{{APIdoc|DiceException Class}} The exception that is thrown whenever an error happens while evaluating a dice expression. This is used to signify an issue with the expression..."
- 17:16, 12 April 2017 diff hist +394 N Dice/DieResult/Value Created page with "{{APIdoc|DieResult.Value Field}} If the DieResult represents a die roll, this is the number of sides that die had. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public dec..."