#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-04 10:35:30 -04:00
commit 5df497787a
7510 changed files with 416048 additions and 0 deletions

21
Docs/types/CityInfo.html Normal file
View file

@ -0,0 +1,21 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - CityInfo</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>CityInfo</h2>
(<font color="blue">ctor</font>) CityInfo( <font color="blue">string</font> city, <font color="blue">string</font> building, <font color="blue">int</font> x, <font color="blue">int</font> y, <font color="blue">int</font> z )<br>
(<font color="blue">ctor</font>) CityInfo( <font color="blue">string</font> city, <font color="blue">string</font> building, <font color="blue">int</font> description, <font color="blue">int</font> x, <font color="blue">int</font> y, <font color="blue">int</font> z )<br>
(<font color="blue">ctor</font>) CityInfo( <font color="blue">string</font> city, <font color="blue">string</font> building, <font color="blue">int</font> x, <font color="blue">int</font> y, <font color="blue">int</font> z, <!-- DBG-0 --><a href="Map.html">Map</a> m )<br>
(<font color="blue">ctor</font>) CityInfo( <font color="blue">string</font> city, <font color="blue">string</font> building, <font color="blue">int</font> description, <font color="blue">int</font> x, <font color="blue">int</font> y, <font color="blue">int</font> z, <!-- DBG-0 --><a href="Map.html">Map</a> m )<br>
<font color="blue">string</font> Building( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">string</font> City( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> Description( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<!-- DBG-0 --><a href="Point3D.html">Point3D</a> Location( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<!-- DBG-0 --><a href="Map.html">Map</a> Map( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> X( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> Y( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> Z( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
</body>
</html>