AvatarsConquest/Docs/types/IBuyItemInfo.html

21 lines
1.7 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - IBuyItemInfo</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>IBuyItemInfo</h2>
<h4>Derived Types: <!-- DBG-3 --><a href="AnimalBuyInfo.html">AnimalBuyInfo</a>, <!-- DBG-3 --><a href="BeverageBuyInfo.html">BeverageBuyInfo</a>, <!-- DBG-3 --><a href="GenericBuyInfo.html">GenericBuyInfo</a>, <!-- DBG-3 --><a href="PresetMapBuyInfo.html">PresetMapBuyInfo</a></h4>
<font color="blue">int</font> Amount( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> ControlSlots( <font color="blue">get</font>; )<br>
<font color="blue">int</font> Hue( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ItemID( <font color="blue">get</font>; )<br>
<font color="blue">int</font> MaxAmount( <font color="blue">get</font>; )<br>
<font color="blue">string</font> Name( <font color="blue">get</font>; )<br>
<font color="blue">int</font> Price( <font color="blue">get</font>; )<br>
<font color="blue">int</font> PriceScalar( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">virtual</font> <!-- DBG-0 --><a href="IEntity.html">IEntity</a> GetEntity()<br>
<font color="blue">virtual</font> <font color="blue">void</font> OnRestock()<br>
<font color="blue">virtual</font> <font color="blue">bool</font> Restock( <!-- DBG-0 --><a href="Item.html">Item</a> item, <font color="blue">int</font> amount )<br>
</body>
</html>