Class CityInfo
- Namespace
- Moongate.UO.Data.Packets.Data
- Assembly
- Moongate.UO.Data.dll
public sealed class CityInfo
- Inheritance
-
CityInfo
- Inherited Members
-
Constructors
CityInfo(string, string, int, int, int)
public CityInfo(string city, string building, int x, int y, int z)
Parameters
city string
building string
x int
y int
z int
CityInfo(string, string, int, int, int, Map)
public CityInfo(string city, string building, int x, int y, int z, Map m)
Parameters
city string
building string
x int
y int
z int
m Map
CityInfo(string, string, int, int, int, int)
public CityInfo(string city, string building, int description, int x, int y, int z)
Parameters
city string
building string
description int
x int
y int
z int
CityInfo(string, string, int, int, int, int, Map)
public CityInfo(string city, string building, int description, int x, int y, int z, Map m)
Parameters
city string
building string
description int
x int
y int
z int
m Map
Properties
Building
public string Building { get; set; }
Property Value
- string
City
public string City { get; set; }
Property Value
- string
Description
public int Description { get; set; }
Property Value
- int
Length
public static int Length { get; }
Property Value
- int
Location
public Point3D Location { get; set; }
Property Value
- Point3D
Map
public Map Map { get; set; }
Property Value
- Map
X
public int X { get; set; }
Property Value
- int
Y
public int Y { get; set; }
Property Value
- int
Z
public int Z { get; set; }
Property Value
- int
Methods
ToArray(int)
public byte[] ToArray(int index)
Parameters
index int
Returns
- byte[]