C# Class Ultima.RadarCol

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
ExportToCSV ( string FileName ) : void
GetItemColor ( int index ) : short
GetLandColor ( int index ) : short
ImportFromCSV ( string FileName ) : void
Initialize ( ) : void
Save ( string FileName ) : void
SetItemColor ( int index, short value ) : void
SetLandColor ( int index, short value ) : void

Private Methods

Méthode Description
ConvertStringToInt ( string text ) : int
RadarCol ( ) : System

Method Details

ExportToCSV() public static méthode

public static ExportToCSV ( string FileName ) : void
FileName string
Résultat void

GetItemColor() public static méthode

public static GetItemColor ( int index ) : short
index int
Résultat short

GetLandColor() public static méthode

public static GetLandColor ( int index ) : short
index int
Résultat short

ImportFromCSV() public static méthode

public static ImportFromCSV ( string FileName ) : void
FileName string
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Save() public static méthode

public static Save ( string FileName ) : void
FileName string
Résultat void

SetItemColor() public static méthode

public static SetItemColor ( int index, short value ) : void
index int
value short
Résultat void

SetLandColor() public static méthode

public static SetLandColor ( int index, short value ) : void
index int
value short
Résultat void