C# Класс NetMud.Data.LookupData.Zone

Наследование: LookupDataPartial, IZone
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CentralRoom ( int zIndex = -1 ) : IRoomData

Get the absolute center room of the zone

Diameter ( ) : Tuple

The diameter of the zone

FitnessReport ( ) : IList

Gets the errors for data fitness

FullDimensions ( ) : Tuple

Calculate the theoretical dimensions of the zone in inches

RenderHelpBody ( ) : IEnumerable

Renders the help text for this data object

RenderMap ( int zIndex, bool forAdmin = false ) : string

Get the basic map render for the zone

Rooms ( ) : IEnumerable

Getall the rooms for the zone

Zone ( ) : System

New up a "blank" zone entry

Описание методов

CentralRoom() публичный Метод

Get the absolute center room of the zone
public CentralRoom ( int zIndex = -1 ) : IRoomData
zIndex int
Результат IRoomData

Diameter() публичный Метод

The diameter of the zone
public Diameter ( ) : Tuple
Результат Tuple

FitnessReport() публичный Метод

Gets the errors for data fitness
public FitnessReport ( ) : IList
Результат IList

FullDimensions() публичный Метод

Calculate the theoretical dimensions of the zone in inches
public FullDimensions ( ) : Tuple
Результат Tuple

RenderHelpBody() публичный Метод

Renders the help text for this data object
public RenderHelpBody ( ) : IEnumerable
Результат IEnumerable

RenderMap() публичный Метод

Get the basic map render for the zone
public RenderMap ( int zIndex, bool forAdmin = false ) : string
zIndex int
forAdmin bool
Результат string

Rooms() публичный Метод

Getall the rooms for the zone
public Rooms ( ) : IEnumerable
Результат IEnumerable

Zone() публичный Метод

New up a "blank" zone entry
public Zone ( ) : System
Результат System