Table of Contents

Struct LandData

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll

Represents LandData.

public struct LandData
Inherited Members

Constructors

LandData(string, UOTileFlag)

public LandData(string name, UOTileFlag flags)

Parameters

name string
flags UOTileFlag

Properties

Flags

public UOTileFlag Flags { readonly get; set; }

Property Value

UOTileFlag

Name

public string Name { readonly get; set; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.