#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-03 20:19:48 -04:00
commit 8eae46895e
7512 changed files with 416187 additions and 0 deletions

18
Docs/types/CraftRes.html Normal file
View file

@ -0,0 +1,18 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - CraftRes</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Engines.Craft.html">Back to Server.Engines.Craft</a></h4>
<h2>CraftRes</h2>
(<font color="blue">ctor</font>) CraftRes( Type type, <font color="blue">int</font> amount )<br>
(<font color="blue">ctor</font>) CraftRes( Type type, <!-- DBG-0 --><a href="TextDefinition.html">TextDefinition</a> name, <font color="blue">int</font> amount, <!-- DBG-0 --><a href="TextDefinition.html">TextDefinition</a> message )<br>
<font color="blue">int</font> Amount( <font color="blue">get</font>; )<br>
Type ItemType( <font color="blue">get</font>; )<br>
<font color="blue">int</font> MessageNumber( <font color="blue">get</font>; )<br>
<font color="blue">string</font> MessageString( <font color="blue">get</font>; )<br>
<font color="blue">int</font> NameNumber( <font color="blue">get</font>; )<br>
<font color="blue">string</font> NameString( <font color="blue">get</font>; )<br>
<font color="blue">void</font> SendMessage( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
</body>
</html>