<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FRoller%2FRoll_%28String%2C_RollerConfig%2C_RollData%29</id>
	<title>Dice/Roller/Roll (String, RollerConfig, RollData) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FRoller%2FRoll_%28String%2C_RollerConfig%2C_RollData%29"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/Roller/Roll_(String,_RollerConfig,_RollData)&amp;action=history"/>
	<updated>2026-05-03T02:37:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://skizzerz.net/DiceRoller/index.php?title=Dice/Roller/Roll_(String,_RollerConfig,_RollData)&amp;diff=973&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|Roller.Roll Method (String, RollerConfig, RollData)}} Rolls dice according to the given dice expression and with the given RollData. Please see Dice Reference for...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/Roller/Roll_(String,_RollerConfig,_RollData)&amp;diff=973&amp;oldid=prev"/>
		<updated>2018-12-23T20:12:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|Roller.Roll Method (String, RollerConfig, RollData)}} Rolls dice according to the given dice expression and with the given RollData. Please see &lt;a href=&quot;/DiceRoller/Dice_Reference&quot; title=&quot;Dice Reference&quot;&gt;Dice Reference&lt;/a&gt; for...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|Roller.Roll Method (String, RollerConfig, RollData)}}&lt;br /&gt;
Rolls dice according to the given dice expression and with the given RollData. Please see [[Dice Reference]] for more information about dice expressions.&lt;br /&gt;
&lt;br /&gt;
{{ns}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
public static RollResult Roll(&lt;br /&gt;
    string diceExpr,&lt;br /&gt;
    RollerConfig config,&lt;br /&gt;
    RollData data&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''diceExpr''&lt;br /&gt;
: Type: System.String&lt;br /&gt;
: A [[Dice Reference|dice expression]].&lt;br /&gt;
; ''config''&lt;br /&gt;
: Type: [[Dice/RollerConfig|Dice.RollerConfig]]&lt;br /&gt;
: Configuration to use for this roll. If {{cs|null}}, the [[Dice/Roller/DefaultConfig|DefaultConfig]] will be used.&lt;br /&gt;
; ''data''&lt;br /&gt;
: Type: {{l|Dice.RollData|Dice.RollData}}&lt;br /&gt;
: Additional data that is scoped to this roll.&lt;br /&gt;
&lt;br /&gt;
=== Return value ===&lt;br /&gt;
Type: [[Dice/RollResult|Dice.RollResult]]&lt;br /&gt;
&lt;br /&gt;
The result of rolling ''diceExpr''.&lt;br /&gt;
&lt;br /&gt;
== Exceptions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Exception !! Condition&lt;br /&gt;
|-&lt;br /&gt;
| ArgumentNullException || ''diceExpr'' is {{cs|null}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice/DiceException|DiceException]] || An error was detected with ''diceExpr''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When a DiceException is thrown, the exception will contain an ErrorCode property which describes the error in more detail.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>