Table of Contents

Struct LandTile

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll
public struct LandTile
Inherited Members

Constructors

LandTile(short, sbyte)

public LandTile(short id, sbyte z)

Parameters

id short
z sbyte

Properties

Height

public int Height { get; }

Property Value

int

ID

public int ID { get; }

Property Value

int

Ignored

public bool Ignored { get; }

Property Value

bool

Z

public int Z { get; set; }

Property Value

int

Methods

Set(short, sbyte)

public void Set(short id, sbyte z)

Parameters

id short
z sbyte