C# 클래스 NetMud.Data.LookupData.Zone

상속: LookupDataPartial, IZone
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

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