<?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%2FBuiltinFunctions%2FReservedNames</id>
	<title>Dice/BuiltinFunctions/ReservedNames - 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%2FBuiltinFunctions%2FReservedNames"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/BuiltinFunctions/ReservedNames&amp;action=history"/>
	<updated>2026-04-07T10:10:25Z</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/BuiltinFunctions/ReservedNames&amp;diff=776&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|BuiltinFunctions.ReservedNames Field}} Function names which are reserved and cannot be registered.  {{ns}}  == Syntax == &lt;syntaxhighlight lang=&quot;C#&quot;&gt; internal static r...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/BuiltinFunctions/ReservedNames&amp;diff=776&amp;oldid=prev"/>
		<updated>2017-04-27T22:08:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|BuiltinFunctions.ReservedNames Field}} Function names which are reserved and cannot be registered.  {{ns}}  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt; internal static r...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|BuiltinFunctions.ReservedNames Field}}&lt;br /&gt;
Function names which are reserved and cannot be registered.&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;
internal static readonly Dictionary&amp;lt;string, string&amp;gt; ReservedNames&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field Value ===&lt;br /&gt;
Type: System.Collections.Generic.Dictionary&amp;lt;System.String, System.String&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Function names which are reserved and cannot be registered.&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
This field is initialized to the following value:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
internal static readonly Dictionary&amp;lt;string, string&amp;gt; ReservedNames = new Dictionary&amp;lt;string, string&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    // key = lowercased name, value = properly-cased name&lt;br /&gt;
    { &amp;quot;reroll&amp;quot;, &amp;quot;reroll&amp;quot; },&lt;br /&gt;
    { &amp;quot;rerolln&amp;quot;, &amp;quot;rerollN&amp;quot; },&lt;br /&gt;
    { &amp;quot;rerollonce&amp;quot;, &amp;quot;rerollOnce&amp;quot; },&lt;br /&gt;
    { &amp;quot;explode&amp;quot;, &amp;quot;explode&amp;quot; },&lt;br /&gt;
    { &amp;quot;compound&amp;quot;, &amp;quot;compound&amp;quot; },&lt;br /&gt;
    { &amp;quot;penetrate&amp;quot;, &amp;quot;penetrate&amp;quot; },&lt;br /&gt;
    { &amp;quot;compoundpenetrate&amp;quot;, &amp;quot;compoundPenetrate&amp;quot; },&lt;br /&gt;
    { &amp;quot;keephighest&amp;quot;, &amp;quot;keepHighest&amp;quot; },&lt;br /&gt;
    { &amp;quot;keeplowest&amp;quot;, &amp;quot;keepLowest&amp;quot; },&lt;br /&gt;
    { &amp;quot;drophighest&amp;quot;, &amp;quot;dropHighest&amp;quot; },&lt;br /&gt;
    { &amp;quot;droplowest&amp;quot;, &amp;quot;dropLowest&amp;quot; },&lt;br /&gt;
    { &amp;quot;advantage&amp;quot;, &amp;quot;advantage&amp;quot; },&lt;br /&gt;
    { &amp;quot;disadvantage&amp;quot;, &amp;quot;disadvantage&amp;quot; },&lt;br /&gt;
    { &amp;quot;success&amp;quot;, &amp;quot;success&amp;quot; },&lt;br /&gt;
    { &amp;quot;failure&amp;quot;, &amp;quot;failure&amp;quot; },&lt;br /&gt;
    { &amp;quot;critical&amp;quot;, &amp;quot;critical&amp;quot; },&lt;br /&gt;
    { &amp;quot;fumble&amp;quot;, &amp;quot;fumble&amp;quot; },&lt;br /&gt;
    { &amp;quot;sortasc&amp;quot;, &amp;quot;sortAsc&amp;quot; },&lt;br /&gt;
    { &amp;quot;sortdesc&amp;quot;, &amp;quot;sortDesc&amp;quot; }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>