User contributions
From DiceRoller Documentation
- 16:58, 12 April 2017 diff hist +9 Dice/DieResult/NumSides →Remarks
- 16:58, 12 April 2017 diff hist +471 N Dice/DieResult/NumSides Created page with "{{APIdoc|DieResult.NumSides Field}} If the DieResult represents a die roll, this is the number of sides that die had. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public..."
- 16:56, 12 April 2017 diff hist +280 N Dice/DieResult/Flags Created page with "{{APIdoc|DieResult.Flags Field}} Contains metadata about the DieResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieFlags Flags </syntaxhighlight> === Field V..."
- 16:55, 12 April 2017 diff hist +272 N Dice/DieResult/DieType Created page with "{{APIdoc|DieResult.DieType Field}} Contains information about what type of DieResult this is. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieType DieType </syntax..."
- 16:53, 12 April 2017 diff hist +830 N Dice/DieResult Created page with "{{APIdoc|DieResult Structure}} Contains the result of an individual die roll. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public struct DieResult </syntaxhighlight> ==..."
- 16:44, 12 April 2017 diff hist +2,677 N Dice/SpecialDie Created page with "{{APIdoc|SpecialDie Enumeration}} Indicates what type of special die the result is. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public enum SpecialDie </syntaxhighlight>..."
- 16:33, 12 April 2017 diff hist +2 Dice/ResultType current
- 16:33, 12 April 2017 diff hist +786 N Dice/ResultType Created page with "{{APIdoc|ResultType Enumeration}} Indicates whether a RollResult's Value represents the total of the roll or the number of successes. {{ns}} == Syn..."
- 16:29, 12 April 2017 diff hist +2,483 N Dice/FunctionTiming Created page with "{{APIdoc|FunctionTiming Enumeration}} When registering a function, this indicates when this function is called in the evaluation of extras and functions. {{ns}} == Syntax ==..." current
- 23:36, 11 April 2017 diff hist +1,221 N Dice/FunctionScope Created page with "{{APIdoc|FunctionScope Enumeration}} When registering a function, this indicates what scopes the function should be registered to. When a Dice/FunctionCallback|FunctionCallb..." current
- 23:32, 11 April 2017 diff hist +1,179 N Dice/DieType Created page with "{{APIdoc|DieType Enumeration}} Indicates what type of die was rolled for a DieResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public enum DieType..." current
- 23:28, 11 April 2017 diff hist +324 Dice Reference →Global functions: add max/min
- 23:26, 11 April 2017 diff hist +1,417 N Dice/DieFlags Created page with "{{APIdoc|DieFlags Enumeration}} Metadata attached to a DieResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> [Flags] public enum DieFlags </syntaxhig..."
- 23:21, 11 April 2017 diff hist +57 Dice/DiceErrorCode →Members
- 22:25, 11 April 2017 diff hist -90 Dice Reference →Dice functions: make these take arbitrary number of args as well
- 02:52, 11 April 2017 diff hist +422 Dice Reference →Dice functions: add crit/fumble
- 23:47, 10 April 2017 diff hist +2,175 N Dice/DiceErrorCode Created page with "{{APIdoc|DiceErrorCode Enumeration}} Signifies what specific error happened when a DiceException is thrown. {{ns}} == Syntax == <syntaxhighlight lang=..."
- 22:44, 10 April 2017 diff hist -125 Dice/RollResult/Values →Examples: I realize now that omitting add dice was a dumb idea
- 22:42, 10 April 2017 diff hist +32 m Dice/RollResult/Values →Examples
- 22:41, 10 April 2017 diff hist +2,257 N Dice/RollResult/Values Created page with "{{APIdoc|RollResult.Values Property}} Gets the results of each individual die rolled. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public IReadOnlyList<DieResult> Values..."
- 22:21, 10 April 2017 diff hist +411 N Dice/RollResult/Value Created page with "{{APIdoc|RollResult.Value Property}} Gets the result of the roll. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public decimal Value { get; private set; } </syntaxhighligh..." current
- 22:19, 10 April 2017 diff hist +1,157 N Dice/RollResult/RollRoot Created page with "{{APIdoc|RollResult.RollRoot Property}} Gets the root of the dice expression's abstract syntax tree. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceAST RollRoot..." current
- 22:11, 10 April 2017 diff hist +635 N Dice/RollResult/ResultType Created page with "{{APIdoc|RollResult.ResultType Property}} Gets whether or not Value represents the die total or the number of successes. {{ns}} == Syntax == <syntaxhighlight lang="C#"> publ..." current
- 19:31, 10 April 2017 diff hist +894 N Dice/RollResult/RollResult (RollerConfig, DiceAST, Int32) Created page with "{{APIdoc|RollResult Constructor (ResultType, decimal, IReadOnlyList<DieResult>, DiceAST)}} Constructs a new instance of RollResult. {{ns}} == Syntax == <syntaxhighlight lang..."
- 19:15, 10 April 2017 diff hist +23 m Dice/Roller/Roll (String, RollerConfig)
- 19:14, 10 April 2017 diff hist +8 Dice/Roller/Roller current
- 19:13, 10 April 2017 diff hist +8 Dice/Roller/Roll (String, RollerConfig)
- 19:12, 10 April 2017 diff hist +1,364 N Dice/RollResult Created page with "{{APIdoc|RollResult Class}} Contains the result of a roll expression. {{ns}} == Inheritance Hierarchy == System.Object :Dice.RollResult == Syntax == <syntaxhighlight lang="..."
- 19:01, 10 April 2017 diff hist +987 N Dice/RollerConfig/NormalSidesOnly Created page with "{{APIdoc|RollerConfig.NormalSidesOnly Property}} Gets or sets whether dice expressions are limited to rolling dice with a "normal" number of sides, or if they can roll dice of..." current
- 18:59, 10 April 2017 diff hist +562 N Dice/RollerConfig/MaxSides Created page with "{{APIdoc|RollerConfig.MaxSides Property}} Gets or sets the maximum number of sides a single die may have. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public uint MaxSide..."
- 18:56, 10 April 2017 diff hist +2 m Dice/RollerConfig/MaxRerolls
- 18:56, 10 April 2017 diff hist +1,001 N Dice/RollerConfig/MaxRerolls Created page with "{{APIdoc|RollerConfig.MaxRerolls Property}} Gets or sets the maximum number of times a single die may be rerolled. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public uin..."
- 18:50, 10 April 2017 diff hist +47 Dice/RollerConfig/MaxRecursionDepth
- 18:46, 10 April 2017 diff hist 0 File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg Skizzerz uploaded a new version of File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg current
- 18:43, 10 April 2017 diff hist 0 File:Dice RollerConfig MaxRecursionDepth digraph AST dot.svg Skizzerz uploaded a new version of File:Dice RollerConfig MaxRecursionDepth digraph AST dot.svg current
- 18:43, 10 April 2017 diff hist 0 File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg Skizzerz uploaded a new version of File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg
- 18:42, 10 April 2017 diff hist +210 Dice/RollerConfig/MaxRecursionDepth add graph
- 18:41, 10 April 2017 diff hist 0 File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg Skizzerz uploaded a new version of File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg
- 18:41, 10 April 2017 diff hist +46 N File:Dice RollerConfig MaxRecursionDepth digraph AST dot.svg generated by the GraphViz extension from the Dice/RollerConfig/MaxRecursionDepth page
- 18:41, 10 April 2017 diff hist +46 N File:File graph GraphVizExtensionDummy dot.svg generated by the GraphViz extension from the File:File graph GraphVizExtensionDummy dot.gif page current
- 18:41, 10 April 2017 diff hist +46 N File:Dice RollerConfig MaxRecursionDepth digraph AST Skizzerz dot.svg generated by the GraphViz extension from the Dice/RollerConfig/MaxRecursionDepth page
- 18:39, 10 April 2017 diff hist +46 N File:File graph GraphVizExtensionDummy dot.jpeg generated by the GraphViz extension from the File:File graph GraphVizExtensionDummy dot.gif page current
- 18:39, 10 April 2017 diff hist +46 N File:File graph GraphVizExtensionDummy dot.jpg generated by the GraphViz extension from the File:File graph GraphVizExtensionDummy dot.gif page current
- 18:39, 10 April 2017 diff hist +46 N File:File graph GraphVizExtensionDummy dot.png generated by the GraphViz extension from the File:File graph GraphVizExtensionDummy dot.gif page current
- 18:31, 10 April 2017 diff hist -1 m Dice/RollerConfig/MaxRecursionDepth →Remarks
- 18:22, 10 April 2017 diff hist +874 N Dice/RollerConfig/MaxRecursionDepth Created page with "{{APIdoc|RollerConfig.MaxRecursionDepth Property}} Gets or sets how deeply nested a dice expression can get. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public ushort Ma..."
- 18:14, 10 April 2017 diff hist +798 N Dice/RollerConfig/MaxDice Created page with "{{APIdoc|RollerConfig.MaxDice Property}} Gets or sets the maximum number of dice that may be rolled. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public uint MaxDice { ge..."
- 18:05, 10 April 2017 diff hist +162 Dice
- 07:24, 9 April 2017 diff hist -5 m API
- 05:28, 9 April 2017 diff hist +6 API