#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

23
Docs/types/Serial.html Normal file
View file

@ -0,0 +1,23 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - Serial</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>Serial : <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="Serial.html">Serial</a>&gt;</h2>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Serial.html">Serial</a> LastItem( <font color="blue">get</font>; )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Serial.html">Serial</a> LastMobile( <font color="blue">get</font>; )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Serial.html">Serial</a> NewItem( <font color="blue">get</font>; )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Serial.html">Serial</a> NewMobile( <font color="blue">get</font>; )<br>
(<font color="blue">ctor</font>) Serial( <font color="blue">int</font> serial )<br>
<font color="blue">bool</font> IsItem( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> IsMobile( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> IsValid( <font color="blue">get</font>; )<br>
<font color="blue">int</font> Value( <font color="blue">get</font>; )<br>
<font color="blue">virtual</font> <font color="blue">int</font> CompareTo( <!-- DBG-0 --><a href="Serial.html">Serial</a> other )<br>
<font color="blue">virtual</font> <font color="blue">int</font> CompareTo( <font color="blue">object</font> other )<br>
<font color="blue">virtual</font> <font color="blue">bool</font> Equals( <font color="blue">object</font> o )<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetHashCode()<br>
<font color="blue">virtual</font> <font color="blue">string</font> ToString()<br>
</body>
</html>