C# Class NetMud.Data.LookupData.Zone

Inheritance: LookupDataPartial, IZone
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

CentralRoom() public méthode

Get the absolute center room of the zone
public CentralRoom ( int zIndex = -1 ) : IRoomData
zIndex int
Résultat IRoomData

Diameter() public méthode

The diameter of the zone
public Diameter ( ) : Tuple
Résultat Tuple

FitnessReport() public méthode

Gets the errors for data fitness
public FitnessReport ( ) : IList
Résultat IList

FullDimensions() public méthode

Calculate the theoretical dimensions of the zone in inches
public FullDimensions ( ) : Tuple
Résultat Tuple

RenderHelpBody() public méthode

Renders the help text for this data object
public RenderHelpBody ( ) : IEnumerable
Résultat IEnumerable

RenderMap() public méthode

Get the basic map render for the zone
public RenderMap ( int zIndex, bool forAdmin = false ) : string
zIndex int
forAdmin bool
Résultat string

Rooms() public méthode

Getall the rooms for the zone
public Rooms ( ) : IEnumerable
Résultat IEnumerable

Zone() public méthode

New up a "blank" zone entry
public Zone ( ) : System
Résultat System