AvatarsConquest/Docs/types/CustomItem.html

20 lines
1.6 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - CustomItem</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Gumps.html">Back to Server.Gumps</a></h4>
<h2>(<a href="PlayerVendorCustomizeGump.html">PlayerVendorCustomizeGump</a>) - CustomItem</h2>
(<font color="blue">ctor</font>) CustomItem( Type type, <font color="blue">int</font> loc )<br>
(<font color="blue">ctor</font>) CustomItem( <font color="blue">int</font> itemID, <font color="blue">int</font> loc )<br>
(<font color="blue">ctor</font>) CustomItem( <font color="blue">int</font> itemID, <font color="blue">int</font> loc, <font color="blue">bool</font> longText )<br>
(<font color="blue">ctor</font>) CustomItem( Type type, <font color="blue">int</font> loc, <font color="blue">int</font> art )<br>
(<font color="blue">ctor</font>) CustomItem( Type type, <font color="blue">int</font> itemID, <font color="blue">int</font> loc, <font color="blue">int</font> art, <font color="blue">bool</font> longText )<br>
<font color="blue">int</font> ArtNumber( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ItemID( <font color="blue">get</font>; )<br>
<font color="blue">int</font> LocNumber( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> LongText( <font color="blue">get</font>; )<br>
Type Type( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="Item.html">Item</a> Create()<br>
</body>
</html>