User contributions
From DiceRoller Documentation
- 19:22, 25 April 2017 diff hist +44 Dice/FunctionContext/FunctionContext 
 - 19:21, 25 April 2017 diff hist +1,375 N Dice/FunctionContext/FunctionContext  Created page with "{{APIdoc|FunctionContext Constructor (FunctionScope, String, IReadOnlyList<DiceAST>)}} Constructs a new instance of FunctionContext. {{ns}} == Syntax == <syntaxhighlight lan..."
 - 19:15, 25 April 2017 diff hist +692 N Dice/ExtensionMethods/MaybeAddPlus  Created page with "{{APIdoc|ExtensionMethods.MaybeAddPlus Method (List<DieResult>)}} Adds a SpecialDie.Add die to the values list unless the values list is empty or the last value is an open par..." current
 - 19:12, 25 April 2017 diff hist 0 Dice/ExtensionMethods/GetDescriptionString  →Return value current
 - 19:11, 25 April 2017 diff hist +22 Dice/ExtensionMethods/IsRoll  →Return Value current
 - 19:11, 25 April 2017 diff hist +22 Dice/ExtensionMethods/IsUnary  →Return Value current
 - 19:11, 25 April 2017 diff hist +443 N Dice/ExtensionMethods/IsUnary  Created page with "{{APIdoc|ExtensionMethods.IsUnary Method (MathOp)}} Determines whether or not the MathOp is a unary operator. {{ns}} == Syntax == <syntaxhighlight lang="..."
 - 19:09, 25 April 2017 diff hist +473 N Dice/ExtensionMethods/IsRoll  Created page with "{{APIdoc|ExtensionMethods.IsRoll Method (DieType)}} Determines whether or not the DieType represents a roll. {{ns}} == Syntax == <syntaxhighlight lang="C#">..."
 - 19:06, 25 April 2017 diff hist -1 m Dice/DieResult/DieResult (String)  →Syntax current
 - 19:06, 25 April 2017 diff hist +523 N Dice/DieResult/DieResult (String)  Created page with "{{APIdoc|DieResult Constructor (String)}} Constructs a new DieResult with DieType SpecialDie.Text and the passed-in data. {{ns}} == Syntax == <syntaxhighlight lang="C#"> pub..."
 - 19:05, 25 April 2017 diff hist +544 N Dice/DieResult/DieResult (SpecialDie)  Created page with "{{APIdoc|DieResult Constructor (SpecialDie)}} Constructs a new DieResult corresponding to the given SpecialDie. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieRes..." current
 - 19:03, 25 April 2017 diff hist +8 m Dice/DieResult/DieResult ()  current
 - 19:03, 25 April 2017 diff hist +683 N Dice/DieResult/DieResult ()  Created page with "{{APIdoc|DieResult Constructor ()}} Constructs a new default DieResult. == Syntax == <syntaxhighlight lang="C#"> public DieResult() </syntaxhighlight> == Remarks == When cal..."
 - 18:58, 25 April 2017 diff hist +596 N Dice/DieResult/DieResult (SerializationInfo, StreamingContext)  Created page with "{{APIdoc|DieResult Constructor (SerializationInfo, StreamingContext)}} Constructs a new DieResult using the serialized data. {{ns}} == Syntax == <syntaxhighlight lang="C#">..." current
 - 18:57, 25 April 2017 diff hist +822 N Dice/DieResult/GetObjectData  Created page with "{{APIdoc|DieResult.GetObjectData Method (SerializationInfo, StreamingContext)}} Serializes the DieResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public void GetObje..." current
 - 18:37, 25 April 2017 diff hist +483 N Dice/DieResult/IsSpecialDie  Created page with "{{APIdoc|DieResult.IsSpecialDie Method (SpecialDie)}} Checks if this die is a special die of the specified type. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool..." current
 - 18:35, 25 April 2017 diff hist +336 N Dice/DieResult/IsLiveDie  Created page with "{{APIdoc|DieResult.IsLiveDie Method ()}} Checks if the die is not a special die and has not been dropped. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool IsLiveD..." current
 - 18:33, 25 April 2017 diff hist +586 N Dice/DieResult/Success  Created page with "{{APIdoc|DieResult.Success Method ()}} Return a new DieResult based on the current one flagged as a success. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieResult..." current
 - 18:33, 25 April 2017 diff hist +585 N Dice/DieResult/Failure  Created page with "{{APIdoc|DieResult.Failure Method ()}} Return a new DieResult based on the current one flagged as a failure. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieResult..." current
 - 18:32, 25 April 2017 diff hist +571 N Dice/DieResult/Drop  Created page with "{{APIdoc|DieResult.Drop Method ()}} Return a new DieResult based on the current one flagged as dropped. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieResult Drop..." current
 - 18:11, 25 April 2017 diff hist +483 N Dice/DieResult/SuccessCount  Created page with "{{APIdoc|DieResult.SuccessCount Property}} Gets 1 if the die is a success, -1 if the die is a failure, and 0 otherwise. {{ns}} == Syntax == <syntaxhighlight lang="C#"> publi..." current
 - 18:09, 25 April 2017 diff hist +610 N Dice/DieResult/SpecialDie  Created page with "{{APIdoc|DieResult.SpecialDie Property}} Gets or sets what type of special die this is. Calling this is an error if DieType != DieType.SpecialDie. {{ns}} == Syntax == <synta..." current
 - 18:06, 25 April 2017 diff hist +601 N Dice/DieResult/Data  Created page with "{{APIdoc|DieResult.Data Property}} Gets or sets additional data about the roll. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public string Data { get; set; } </syntaxhigh..." current
 - 18:02, 25 April 2017 diff hist -4 Dice/DieResult  →Constructors
 - 18:01, 25 April 2017 diff hist +782 N Dice/DieResult/operator !=  Created page with "{{APIdoc|1=DieResult.operator != Method (DieResult, DieResult)}} Compare two DieResults and return whether or not they are not equal. Implements DieResult != DieResult. {{ns}..." current
 - 18:01, 25 April 2017 diff hist +774 N Dice/DieResult/operator ==  Created page with "{{APIdoc|1=DieResult.operator == Method (DieResult, DieResult)}} Compare two DieResults and return whether or not they are equal. Implements DieResult == DieResult. {{ns}} =..." current
 - 18:00, 25 April 2017 diff hist +776 N Dice/DieResult/Equals (Object)  Created page with "{{APIdoc|DieResult.Equals Method (Object)}} Compare two DieResults and return whether or not they are equal. Overridden from Object.Equals(Object). {{ns}} == Syntax == <synt..." current
 - 17:59, 25 April 2017 diff hist 0 m Dice/DieResult/Equals (DieResult)  current
 - 17:59, 25 April 2017 diff hist +766 N Dice/DieResult/Equals (DieResult)  Created page with "{{APIdoc|DieResult.Equals Method (DieResult)}} Compare two DieResults and return whether or not they are equal. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool E..."
 - 17:53, 25 April 2017 diff hist -1 Dice/DieResult/GetHashCode  current
 - 17:53, 25 April 2017 diff hist +600 N Dice/DieResult/GetHashCode  Created page with "{{APIdoc|RollResult.GetHashCode Method ()}} Gets a hash code for the DieResult. Overridden from Object.GetHashCode(). {{ns}} == Syntax == <syntaxhighlight lang="C#"> public..."
 - 17:51, 25 April 2017 diff hist +688 N Dice/RollResult/AllMacros  Created page with "{{APIdoc|RollResult.AllMacros Field}} The value for every macro, from left-to-right according to the normalized Expression. {{ns}} == Syntax == <syntaxhigh..." current
 - 17:50, 25 April 2017 diff hist -1 Dice/RollResult/AllRolls  current
 - 17:50, 25 April 2017 diff hist +693 N Dice/RollResult/AllRolls  Created page with "{{APIdoc|RollResult.AllRolls Field}} The rolled value for every die, from left-to-right according to the normalized Expression|Expression. {{ns}} == Syntax == <synta..."
 - 17:38, 25 April 2017 diff hist +797 N Dice/RollResult/operator !=  Created page with "{{APIdoc|1=RollResult.operator != Method (RollResult, RollResult)}} Compare two RollResults and return whether or not they are not equal. Implements RollResult != RollResult...." current
 - 17:37, 25 April 2017 diff hist +7 Dice/RollResult/operator ==  current
 - 17:37, 25 April 2017 diff hist 0 Dice/RollResult/operator == 
 - 17:37, 25 April 2017 diff hist +2 Dice/RollResult/operator == 
 - 17:37, 25 April 2017 diff hist +780 N Dice/RollResult/operator ==  Created page with "{{APIdoc|RollResult Operator == (RollResult, RollResult)}} Compare two RollResults and return whether or not they are equal. Implements RollResult == RollResult. {{ns}} == S..."
 - 17:34, 25 April 2017 diff hist +817 N Dice/RollResult/Equals (Object)  Created page with "{{APIdoc|RollResult.Equals Method (Object)}} Compare two RollResults and return whether or not they are equal. Overridden from Object.Equals(Object). {{ns}} == Syntax == <sy..." current
 - 17:31, 25 April 2017 diff hist +859 N Dice/RollResult/Equals (RollResult)  Created page with "{{APIdoc|RollResult.Equals Method (RollResult)}} Compare two RollResults and return whether or not they are equal. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public vir..." current
 - 22:49, 24 April 2017 diff hist +678 N Dice/RollResult/GetHashCode  Created page with "{{APIdoc|RollResult.GetHashCode Method ()}} Gets a hash code for the RollResult. Overridden from Object.GetHashCode(). {{ns}} == Syntax == <syntaxhighlight lang="C#"> public..." current
 - 22:46, 24 April 2017 diff hist +808 N Dice/RollResult/GetObjectData  Created page with "{{APIdoc|RollResult.GetObjectData Method (SerializationInfo, StreamingContext)}} Serializes the RollResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public virtual vo..." current
 - 22:43, 24 April 2017 diff hist +709 N Dice/RollResult/RollResult (SerializationInfo, StreamingContext)  Created page with "{{APIdoc|RollResult Constructor (SerializationInfo, StreamingContext)}} Constructs a new instance of RollResult using the serialized data. {{ns}} == Syntax == <syntaxhighlig..." current
 - 19:33, 24 April 2017 diff hist +763 N Dice/RollerConfig/FunctionRegistry  Created page with "{{APIdoc|RollerConfig.FunctionRegistry Property}} Gets or sets the registry of all valid function names and their callbacks. {{ns}} == Syntax == <syntaxhighlight lang="C#">..." current
 - 19:31, 24 April 2017 diff hist +4 Dice/RollerConfig  →Properties
 - 19:29, 24 April 2017 diff hist +989 N Dice/FunctionRegistry/Remove  Created page with "{{APIdoc|FunctionRegistry.Remove Method (String, FunctionScope)}} Removes the function with the given name and scope. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public..."
 - 19:23, 24 April 2017 diff hist +1,206 N Dice/FunctionRegistry/RegisterFunction (String, FunctionCallback)  Created page with "{{APIdoc|FunctionRegistry.RegisterFunction Method (String, FunctionCallback)}} Registers the specified global callback to the given name. {{ns}} == Syntax == <syntaxhighligh..." current
 - 19:22, 24 April 2017 diff hist +1,614 N Dice/FunctionRegistry/RegisterFunction (String, FunctionCallback, FunctionScope)  Created page with "{{APIdoc|FunctionRegistry.RegisterFunction Method (String, FunctionCallback, FunctionScope)}} Registers the specified callback to the given name and scope. {{ns}} == Syntax..." current
 - 19:20, 24 April 2017 diff hist +183 Dice/FunctionRegistry/RegisterFunction (String, FunctionCallback, FunctionScope, FunctionTiming)  current