C# Class POLLaunch.Realm

Afficher le fichier Open project: polserver/poltools

Méthodes publiques

Свойство Type Description
Height int
MapID int
Name string
UseDif bool
Width int

Méthodes publiques

Méthode Description
Realm ( ) : System
Realm ( string Name, int MapID, bool UseDif, int Width, int Height ) : System

Method Details

Realm() public méthode

public Realm ( ) : System
Résultat System

Realm() public méthode

public Realm ( string Name, int MapID, bool UseDif, int Width, int Height ) : System
Name string
MapID int
UseDif bool
Width int
Height int
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

MapID public_oe property

public int MapID
Résultat int

Name public_oe property

public string Name
Résultat string

UseDif public_oe property

public bool UseDif
Résultat bool

Width public_oe property

public int Width
Résultat int