20 lines
2 KiB
HTML
20 lines
2 KiB
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - SpellRegistry</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Spells.html">Back to Server.Spells</a></h4>
|
|
<h2>SpellRegistry</h2>
|
|
(<font color="blue">static</font>) <font color="blue">int</font> Count( <font color="blue">get</font>; )<br>
|
|
(<font color="blue">static</font>) <font color="blue">Dictionary</font><<font color="blue">Int32</font>,<a href="SpecialMove.html">SpecialMove</a>> SpecialMoves( <font color="blue">get</font>; )<br>
|
|
(<font color="blue">static</font>) Type[] Types( <font color="blue">get</font>; )<br>
|
|
(<font color="blue">static</font>) <font color="blue">int</font> GetRegistryNumber( <!-- DBG-0 --><a href="SpecialMove.html">SpecialMove</a> s )<br>
|
|
(<font color="blue">static</font>) <font color="blue">int</font> GetRegistryNumber( <!-- DBG-0 --><a href="ISpell.html">ISpell</a> s )<br>
|
|
(<font color="blue">static</font>) <font color="blue">int</font> GetRegistryNumber( Type type )<br>
|
|
(<font color="blue">static</font>) <!-- DBG-0 --><a href="SpecialMove.html">SpecialMove</a> GetSpecialMove( <font color="blue">int</font> spellID )<br>
|
|
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Spell.html">Spell</a> NewSpell( <font color="blue">int</font> spellID, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> caster, <!-- DBG-0 --><a href="Item.html">Item</a> scroll )<br>
|
|
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Spell.html">Spell</a> NewSpell( <font color="blue">string</font> name, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> caster, <!-- DBG-0 --><a href="Item.html">Item</a> scroll )<br>
|
|
(<font color="blue">static</font>) <font color="blue">void</font> Register( <font color="blue">int</font> spellID, Type type )<br>
|
|
(<font color="blue">ctor</font>) SpellRegistry()<br>
|
|
</body>
|
|
</html>
|