BritainKnights/Docs/types/BaseContainer.html

24 lines
5.6 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - BaseContainer</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>BaseContainer : <!-- 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>&lt;<a href="Item.html">Item</a>&gt;, <!-- 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>&lt;<a href="IEntity.html">IEntity</a>&gt;</h2>
<h4>Derived Types: <!-- DBG-3 --><a href="Armoire.html">Armoire</a>, <!-- DBG-3 --><a href="Backpack.html">Backpack</a>, <!-- DBG-3 --><a href="Bag.html">Bag</a>, <!-- DBG-3 --><a href="Barrel.html">Barrel</a>, <!-- DBG-3 --><a href="BaseAddonContainer.html">BaseAddonContainer</a>, <!-- DBG-3 --><a href="BaseBagBall.html">BaseBagBall</a>, <!-- DBG-3 --><a href="BaseDecorationContainerArtifact.html">BaseDecorationContainerArtifact</a>, <!-- DBG-3 --><a href="Basket.html">Basket</a>, <!-- DBG-3 --><a href="CherryArmoire.html">CherryArmoire</a>, <!-- DBG-3 --><a href="CommodityDeedBox.html">CommodityDeedBox</a>, <!-- DBG-3 --><a href="Drawer.html">Drawer</a>, <!-- DBG-3 --><a href="ElegantArmoire.html">ElegantArmoire</a>, <!-- DBG-3 --><a href="EmptyBookcase.html">EmptyBookcase</a>, <!-- DBG-3 --><a href="FancyArmoire.html">FancyArmoire</a>, <!-- DBG-3 --><a href="FancyDrawer.html">FancyDrawer</a>, <!-- DBG-3 --><a href="FullBookcase.html">FullBookcase</a>, <!-- DBG-3 --><a href="GiftBox.html">GiftBox</a>, <!-- DBG-3 --><a href="GiftBoxAngel.html">GiftBoxAngel</a>, <!-- DBG-3 --><a href="GiftBoxCube.html">GiftBoxCube</a>, <!-- DBG-3 --><a href="GiftBoxCylinder.html">GiftBoxCylinder</a>, <!-- DBG-3 --><a href="GiftBoxNeon.html">GiftBoxNeon</a>, <!-- DBG-3 --><a href="GiftBoxOctogon.html">GiftBoxOctogon</a>, <!-- DBG-3 --><a href="GiftBoxRectangle.html">GiftBoxRectangle</a>, <!-- DBG-3 --><a href="GreenStocking.html">GreenStocking</a>, <!-- DBG-3 --><a href="Keg.html">Keg</a>, <!-- DBG-3 --><a href="MapleArmoire.html">MapleArmoire</a>, <!-- DBG-3 --><a href="PackingBox.html">PackingBox</a>, <!-- DBG-3 --><a href="PicnicBasket.html">PicnicBasket</a>, <!-- DBG-3 --><a href="PlagueBeastBackpack.html">PlagueBeastBackpack</a>, <!-- DBG-3 --><a href="RedArmoire.html">RedArmoire</a>, <!-- DBG-3 --><a href="RedStocking.html">RedStocking</a>, <!-- DBG-3 --><a href="RedVelvetGiftBox.html">RedVelvetGiftBox</a>, <!-- DBG-3 --><a href="ShortCabinet.html">ShortCabinet</a>, <!-- DBG-3 --><a href="StrongBox.html">StrongBox</a>, <!-- DBG-3 --><a href="TallCabinet.html">TallCabinet</a>, <!-- DBG-3 --><a href="TrapableContainer.html">TrapableContainer</a></h4>
(<font color="blue">ctor</font>) BaseContainer( <font color="blue">int</font> itemID )<br>
(<font color="blue">ctor</font>) BaseContainer( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br>
<font color="blue">int</font> DefaultMaxWeight( <font color="blue">get</font>; )<br>
<font color="blue">virtual</font> <font color="blue">bool</font> CheckHold( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> m, <!-- DBG-0 --><a href="Item.html">Item</a> item, <font color="blue">bool</font> message, <font color="blue">bool</font> checkItems, <font color="blue">int</font> plusItems, <font color="blue">int</font> plusWeight )<br>
<font color="blue">virtual</font> <font color="blue">bool</font> CheckItemUse( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> item )<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> GetContextMenuEntries( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">List</font>&lt;<a href="ContextMenuEntry.html">ContextMenuEntry</a>&gt; list )<br>
<font color="blue">virtual</font> <font color="blue">bool</font> IsAccessibleTo( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> m )<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> Open( <!-- 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>
<font color="blue">virtual</font> <font color="blue">bool</font> TryDropItem( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> dropped, <font color="blue">bool</font> sendFullMessage )<br>
<font color="blue">virtual</font> <font color="blue">void</font> UpdateTotal( <!-- DBG-0 --><a href="Item.html">Item</a> sender, <!-- DBG-0 --><a href="TotalType.html">TotalType</a> type, <font color="blue">int</font> delta )<br>
</body>
</html>