Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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
|
public CentralRoom ( int zIndex = -1 ) : IRoomData | ||
zIndex | int | |
Результат | IRoomData |
public RenderMap ( int zIndex, bool forAdmin = false ) : string | ||
zIndex | int | |
forAdmin | bool | |
Результат | string |