#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
25
Docs/types/BaseWaterContainer.html
Normal file
25
Docs/types/BaseWaterContainer.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - BaseWaterContainer</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4>
|
||||
<h2>BaseWaterContainer : <!-- DBG-1 --><a href="Container.html">Container</a>, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font><<a href="Item.html">Item</a>>, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="ISpawnable.html">ISpawnable</a>, <!-- DBG-2.2 --><a href="IEntity.html">IEntity</a>, <!-- DBG-2.2 --><a href="IPoint3D.html">IPoint3D</a>, <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font><<a href="IEntity.html">IEntity</a>>, <!-- DBG-2.2 --><a href="IHasQuantity.html">IHasQuantity</a></h2>
|
||||
<h4>Derived Types: <!-- DBG-3 --><a href="Bucket.html">Bucket</a>, <!-- DBG-3 --><a href="Tub.html">Tub</a>, <!-- DBG-3 --><a href="WaterBarrel.html">WaterBarrel</a></h4>
|
||||
(<font color="blue">ctor</font>) BaseWaterContainer( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br>
|
||||
(<font color="blue">ctor</font>) BaseWaterContainer( <font color="blue">int</font> Item_Id, <font color="blue">bool</font> filled )<br>
|
||||
<font color="blue">int</font> DefaultGumpID( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">int</font> fullItem_ID( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">bool</font> IsEmpty( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">bool</font> IsFull( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">int</font> MaxQuantity( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">int</font> Quantity( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
|
||||
<font color="blue">int</font> voidItem_ID( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> Deserialize( <!-- DBG-0 --><a href="GenericReader.html">GenericReader</a> reader )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> GetProperties( <!-- DBG-0 --><a href="ObjectPropertyList.html">ObjectPropertyList</a> list )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnDoubleClick( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">bool</font> OnDragDropInto( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> item, <!-- DBG-0 --><a href="Point3D.html">Point3D</a> p )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnSingleClick( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue