C# Class POLUtils.UOConvert.UOCRealms.Realms

Inheritable Public and Private Entities for UOConvert Realm Information. No default constructor as this Class is for Inheritable Purposes only.
Afficher le fichier Open project: polserver/poltools

Protected Properties

Свойство Type Description
_Height int
_MapID int
_RealmName string
_UseDiff bool
_Width int

Méthodes publiques

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

Method Details

GetUOCMapCommand() public méthode

Retrieves the Realm UOConvert Map Conversion Command for a Realm Object
public GetUOCMapCommand ( ) : string
Résultat string

GetUOCMapTileCommand() public méthode

Retrieves the Realm UOConvert Maptile Conversion Command for a Realm Object
public GetUOCMapTileCommand ( ) : string
Résultat string

GetUOCStaticCommand() public méthode

Retrieves the Realm UOConvert Statics Conversion Command for a Realm Object
public GetUOCStaticCommand ( ) : string
Résultat string

Property Details

_Height protected_oe property

Protected Realm Height Storage
protected int _Height
Résultat int

_MapID protected_oe property

Protected Realm Map ID Storage
protected int _MapID
Résultat int

_RealmName protected_oe property

Protected Realm Name Storage
protected string _RealmName
Résultat string

_UseDiff protected_oe property

Protected Realm Use Dif Storage
protected bool _UseDiff
Résultat bool

_Width protected_oe property

Protected Realm Width Storage
protected int _Width
Résultat int