#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
5df497787a
7510 changed files with 416048 additions and 0 deletions
20
Docs/types/StolenItem.html
Normal file
20
Docs/types/StolenItem.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - StolenItem</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.SkillHandlers.html">Back to Server.SkillHandlers</a></h4>
|
||||
<h2>StolenItem</h2>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> Add( <!-- DBG-0 --><a href="Item.html">Item</a> item, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> thief, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> victim )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> Clean()<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> IsStolen( <!-- DBG-0 --><a href="Item.html">Item</a> item )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> IsStolen( <!-- DBG-0 --><a href="Item.html">Item</a> item, <font color="blue">ref</font> <!-- DBG-0 --><a href="Mobile.html">Mobile</a> victim )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> ReturnOnDeath( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> killed, <!-- DBG-0 --><a href="Container.html">Container</a> corpse )<br>
|
||||
(<font color="blue">ctor</font>) StolenItem( <!-- DBG-0 --><a href="Item.html">Item</a> stolen, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> thief, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> victim )<br>
|
||||
DateTime Expires( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">bool</font> IsExpired( <font color="blue">get</font>; )<br>
|
||||
<!-- DBG-0 --><a href="Item.html">Item</a> Stolen( <font color="blue">get</font>; )<br>
|
||||
<!-- DBG-0 --><a href="Mobile.html">Mobile</a> Thief( <font color="blue">get</font>; )<br>
|
||||
<!-- DBG-0 --><a href="Mobile.html">Mobile</a> Victim( <font color="blue">get</font>; )<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue