#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

View file

@ -0,0 +1,19 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - IGumpWriter</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Network.html">Back to Server.Network</a></h4>
<h2>IGumpWriter</h2>
<h4>Derived Types: <!-- DBG-3 --><a href="DisplayGumpFast.html">DisplayGumpFast</a>, <!-- DBG-3 --><a href="DisplayGumpPacked.html">DisplayGumpPacked</a></h4>
<font color="blue">int</font> Switches( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> TextEntries( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">virtual</font> <font color="blue">void</font> AppendLayout( <font color="blue">bool</font> val )<br>
<font color="blue">virtual</font> <font color="blue">void</font> AppendLayout( <font color="blue">int</font> val )<br>
<font color="blue">virtual</font> <font color="blue">void</font> AppendLayout( <font color="blue">byte</font>[] buffer )<br>
<font color="blue">virtual</font> <font color="blue">void</font> AppendLayout( <font color="blue">string</font> text )<br>
<font color="blue">virtual</font> <font color="blue">void</font> AppendLayoutNS( <font color="blue">int</font> val )<br>
<font color="blue">virtual</font> <font color="blue">void</font> Flush()<br>
<font color="blue">virtual</font> <font color="blue">void</font> WriteStrings( <font color="blue">List</font>&lt;<font color="blue">String</font>&gt; strings )<br>
</body>
</html>