<?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%2FFunctionRegistry%2FContains</id>
	<title>Dice/FunctionRegistry/Contains - 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%2FFunctionRegistry%2FContains"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/FunctionRegistry/Contains&amp;action=history"/>
	<updated>2026-04-07T10:24:18Z</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/FunctionRegistry/Contains&amp;diff=777&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|FunctionRegistry.Contains Method (String, FunctionScope, Boolean)}} Checks if the given function has already been registered.  {{ns}}  == Syntax == &lt;syntaxhighlight l...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/FunctionRegistry/Contains&amp;diff=777&amp;oldid=prev"/>
		<updated>2017-04-27T22:15:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|FunctionRegistry.Contains Method (String, FunctionScope, Boolean)}} Checks if the given function has already been registered.  {{ns}}  == Syntax == &amp;lt;syntaxhighlight l...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|FunctionRegistry.Contains Method (String, FunctionScope, Boolean)}}&lt;br /&gt;
Checks if the given function has already been 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 bool Contains(&lt;br /&gt;
    string name,&lt;br /&gt;
    FunctionScope scope,&lt;br /&gt;
    bool includeReserved = true&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''name''&lt;br /&gt;
: Type: System.String&lt;br /&gt;
: Name of the function to check.&lt;br /&gt;
&lt;br /&gt;
; ''scope''&lt;br /&gt;
: Type: [[Dice/FunctionScope|Dice.FunctionScope]]&lt;br /&gt;
: Scope of the function to check.&lt;br /&gt;
&lt;br /&gt;
; ''includeReserved''&lt;br /&gt;
: Type: System.Boolean&lt;br /&gt;
: If {{cs|true}}, checks against the list of [[Dice/BuiltinFunctions/ReservedNames|reserved names]].&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
Type: System.Boolean&lt;br /&gt;
&lt;br /&gt;
Returns {{cs|true}} if the given function has been registered, and {{cs|false}} if it has not.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>