User contributions
From DiceRoller Documentation
- 22:32, 15 September 2017 diff hist +864 N Dice/AST/ExplodeType Created page with "{{APIdoc|ExplodeType Enumeration}} Represents the type of exploding dice in an ExplodeNode. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public enum Ex..." current
- 22:24, 15 September 2017 diff hist +871 N Dice/RollData/Metadata Created page with "{{APIdoc|RollData.Metadata Property}} Gets or sets an optional metadata object that is passed as-is to the {{l|RollResult}} and is serialized alongside it. {{ns}} == Syntax..." current
- 22:21, 15 September 2017 diff hist +855 N Dice/RollData/MacroRegistry Created page with "{{APIdoc|RollData.MacroRegistry Property}} Gets or sets macros specific to this roll. If these have the same name as a macro attached to the RollerConfig, this one is executed..." current
- 22:19, 15 September 2017 diff hist +832 N Dice/RollData/FunctionRegistry Created page with "{{APIdoc|RollData.FunctionRegistry Property}} Gets or sets functions specific to this roll. If these have the same name as a global function, this is executed instead. Cannot..." current
- 22:16, 15 September 2017 diff hist +468 N Dice/RollData/InternalContext Created page with "{{APIdoc|RollData.InternalContext Property}} Gets or sets opaque contextual information used when evaluating dice expressions. {{ns}} == Syntax == <syntaxhighlight lang="c#"..." current
- 22:13, 15 September 2017 diff hist +308 N Dice/RollData/Config Created page with "{{APIdoc|RollData.Config Property}} Gets or sets the config that was rolled along this roll. {{ns}} == Syntax == <syntaxhighlight lang="c#"> internal RollerConfig Config { g..." current
- 22:10, 15 September 2017 diff hist +65 Dice/RollData →Properties current
- 22:05, 15 September 2017 diff hist +270 N Dice/RollResult/RollResult () Created page with "{{APIdoc|RollResult Constructor ()}} Constructs a new instance of RollResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private RollResult( ) </syntaxhighlight> == Re..." current
- 22:02, 15 September 2017 diff hist +4 Dice/RollResult/InvalidRoll current
- 22:02, 15 September 2017 diff hist +853 N Dice/RollResult/InvalidRoll Created page with "{{APIdoc|RollResult.InvalidRoll Field}} This RollResult is used as a placeholder whenever an invalid roll is added to a {{l|Dice.PbP.RollPost|RollPost}}. {{ns}} == Syntax ==..."
- 21:53, 15 September 2017 diff hist +496 N Dice/MacroRegistry/GlobalCallbacks Created page with "{{APIdoc|MacroRegistry.GlobalCallbacks Field}} Callbacks which should be executed on every macro run. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal MacroCallback..." current
- 21:52, 15 September 2017 diff hist +484 N Dice/MacroRegistry/Callbacks Created page with "{{APIdoc|MacroRegistry.Callbacks Field}} Contains a mapping of all registered macros to their callback and other registration information. {{ns}} == Syntax == <syntaxhighlig..." current
- 21:50, 15 September 2017 diff hist +952 N Dice/MacroRegistry/RegisterType Created page with "{{APIdoc|MacroRegistry.RegisterType Method Overloads}} Registers all public methods marked with {{l|DiceMacroAttribute}} on the type. {{ns}} == Overloads == {| class="wikita..." current
- 21:49, 15 September 2017 diff hist +998 N Dice/MacroRegistry/RegisterType (T)(T) Created page with "{{APIdoc|MacroRegistry.RegisterType<T> Method (T)}} Registers all public static and instance methods marked with the {{l|DiceMacroAttribute}} on the type, using the passed-in..." current
- 21:48, 15 September 2017 diff hist +917 N Dice/MacroRegistry/RegisterType (Type) Created page with "{{APIdoc|MacroRegistry.RegisterType Method (Type)}} Registers all public static methods marked with the {{l|DiceMacroAttribute}} on the type. {{ns}} == Syntax == <syntaxhigh..." current
- 19:32, 15 September 2017 diff hist +693 N Dice/MacroRegistry/RemoveGlobal Created page with "{{APIdoc|MacroRegistry.RemoveGlobal Method (MacroCallback)}} Removes all instances of the callback from the global macro registry. {{ns}} == Syntax == <syntaxhighlight lang=..." current
- 19:30, 15 September 2017 diff hist +504 N Dice/MacroRegistry/Remove Created page with "{{APIdoc|MacroRegistry.Remove Method (String)}} Removes the function with the given name. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public void Remove( string name..." current
- 19:27, 15 September 2017 diff hist +1,149 N Dice/MacroRegistry/RegisterGlobalMacro Created page with "{{APIdoc|MacroRegistry.RegisterGlobalMacro Method (MacroCallback)}} Registers a callback to the global macro registry. The same callback may be registered more than once. {{n..." current
- 19:21, 15 September 2017 diff hist +1,014 N Dice/MacroRegistry/RegisterMacro Created page with "{{APIdoc|MacroRegistry.RegisterMacro Method (String, MacroCallback)}} Registers the specified callback to the given name. {{ns}} == Syntax == <syntaxhighlight lang="C#"> pub..." current
- 18:59, 15 September 2017 diff hist +560 N Dice/MacroRegistry/Get Created page with "{{APIdoc|MacroRegistry.Get Method (String)}} Retrieves the registration information for the given registered macro. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal..." current
- 18:58, 15 September 2017 diff hist +434 N Dice/MacroRegistry/Contains Created page with "{{APIdoc|MacroRegistry.Contains Method (String)}} Checks if the given macro has already been registered. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal bool Contai..." current
- 18:54, 15 September 2017 diff hist +655 N Dice/AST/MathOp Created page with "{{APIdoc|MathOp Enumeration}} Represents the operation performed on each side of a math expression. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public enum MathOp </synt..." current
- 18:50, 15 September 2017 diff hist +16 Template:L i liek curly braces current
- 18:49, 15 September 2017 diff hist -4 Dice/RollData →Remarks
- 18:49, 15 September 2017 diff hist +1,977 N Dice/RollData Created page with "{{APIdoc|RollData Class}} Holds data relevant to the scope of a single roll (as opposed to the global scope of {{l|RollerConfig}}). {{ns}} == Inheritance Hierarchy == System..."
- 17:42, 15 August 2017 diff hist +2,136 N Dice/MacroRegistry Created page with "{{APIdoc|MacroRegistry Class}} Stores a mapping of all macros to their appropriate callbacks. {{ns}} == Inheritance Hierarchy == System.Object : Dice.MacroRegistry == Synta..." current
- 23:22, 14 August 2017 diff hist +809 N Dice/MacroContext/Name Created page with "{{APIdoc|MacroContext.Name Property}} Gets the name of the macro, if using the recommended method of separating arguments with colons. {{ns}} == Syntax == <syntaxhighlight l..." current
- 23:20, 14 August 2017 diff hist +846 N Dice/MacroContext/Arguments Created page with "{{APIdoc|MacroContext.Arguments Property}} Gets the arguments of the macro (including the name), if using the recommended method of separating arguments with colons. {{ns}}..." current
- 23:18, 14 August 2017 diff hist +206 Dice/MacroContext/Param current
- 23:16, 14 August 2017 diff hist +73 Dice/MacroContext →Properties current
- 23:15, 14 August 2017 diff hist +14 Dice/MacroContext →Remarks
- 23:15, 14 August 2017 diff hist -39 Dice/MacroContext →Remarks
- 23:14, 14 August 2017 diff hist +330 Dice/MacroContext →Properties
- 23:13, 14 August 2017 diff hist +638 N Dice/MacroContext/Data Created page with "{{APIdoc|MacroContext.Data Property}} Gets the RollData attached to this macro execution. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public RollData Data { get; private..." current
- 23:12, 14 August 2017 diff hist +84 Dice/MacroContext →Properties
- 23:12, 14 August 2017 diff hist +10 Dice/MacroContext/MacroContext current
- 23:12, 14 August 2017 diff hist +10 Dice/MacroContext →Constructors
- 23:11, 14 August 2017 diff hist +10 Dice/FunctionContext →Constructors current
- 23:11, 14 August 2017 diff hist +95 Dice/FunctionContext/FunctionContext current
- 23:11, 14 August 2017 diff hist +85 Dice/MacroContext/MacroContext
- 23:09, 14 August 2017 diff hist -122 Dice/MacroContext/MacroContext
- 23:07, 14 August 2017 diff hist +73 Dice/FunctionRegistry/Remove →Exceptions current
- 22:55, 14 August 2017 diff hist -238 Dice/FunctionContext/FunctionContext
- 22:42, 14 August 2017 diff hist +9 Dice/FunctionContext →Properties
- 22:42, 14 August 2017 diff hist +650 N Dice/FunctionContext/Data Created page with "{{APIdoc|FunctionContext.Data Property}} Gets the RollData attached to this function execution. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public RollData Data { get; pr..." current
- 22:36, 14 August 2017 diff hist +96 Dice/FunctionContext →Properties
- 22:32, 14 August 2017 diff hist +368 N Dice/DiceMacroAttribute/Name Created page with "{{APIdoc|DiceMacroAttribute.Name Property}} Gets the name of the macro, which is not necessarily the same as the name of the method the attribute is attached to. {{ns}} == S..." current
- 22:32, 14 August 2017 diff hist +701 N Dice/DiceMacroAttribute/DiceMacroAttribute Created page with "{{APIdoc|DiceMacroAttribute Constructor (String)}} Constructs a new instance of DiceMacroAttribute. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceMacroAttribute..." current
- 22:00, 14 August 2017 diff hist +2,247 N Dice/DiceMacroAttribute Created page with "{{APIdoc|DiceMacroAttribute Class}} An attribute that can be applied to methods which denotes the method is a valid MacroCallback. The {{l|MacroRegistry..." current
- 21:52, 14 August 2017 diff hist +638 N Dice/BuiltinFunctions/Expand Created page with "{{APIdoc|BuiltinFunction.Expand Method (FunctionContext)}} Expands a grouped DieResult into the individual DieResults that comprise it. {{ns}} == Syntax == <syntaxhighlight..." current