C# 클래스 POLUtils.UOConvert.UOCRealms.Realms

Inheritable Public and Private Entities for UOConvert Realm Information. No default constructor as this Class is for Inheritable Purposes only.
파일 보기 프로젝트 열기: polserver/poltools

보호된 프로퍼티들

프로퍼티 타입 설명
_Height int
_MapID int
_RealmName string
_UseDiff bool
_Width int

공개 메소드들

메소드 설명
GetUOCMapCommand ( ) : string

Retrieves the Realm UOConvert Map Conversion Command for a Realm Object

GetUOCMapTileCommand ( ) : string

Retrieves the Realm UOConvert Maptile Conversion Command for a Realm Object

GetUOCStaticCommand ( ) : string

Retrieves the Realm UOConvert Statics Conversion Command for a Realm Object

메소드 상세

GetUOCMapCommand() 공개 메소드

Retrieves the Realm UOConvert Map Conversion Command for a Realm Object
public GetUOCMapCommand ( ) : string
리턴 string

GetUOCMapTileCommand() 공개 메소드

Retrieves the Realm UOConvert Maptile Conversion Command for a Realm Object
public GetUOCMapTileCommand ( ) : string
리턴 string

GetUOCStaticCommand() 공개 메소드

Retrieves the Realm UOConvert Statics Conversion Command for a Realm Object
public GetUOCStaticCommand ( ) : string
리턴 string

프로퍼티 상세

_Height 보호되어 있는 프로퍼티

Protected Realm Height Storage
protected int _Height
리턴 int

_MapID 보호되어 있는 프로퍼티

Protected Realm Map ID Storage
protected int _MapID
리턴 int

_RealmName 보호되어 있는 프로퍼티

Protected Realm Name Storage
protected string _RealmName
리턴 string

_UseDiff 보호되어 있는 프로퍼티

Protected Realm Use Dif Storage
protected bool _UseDiff
리턴 bool

_Width 보호되어 있는 프로퍼티

Protected Realm Width Storage
protected int _Width
리턴 int