C# Class Ultima.RadarCol

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method 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

Method Description
ConvertStringToInt ( string text ) : int
RadarCol ( ) : System

Method Details

ExportToCSV() public static method

public static ExportToCSV ( string FileName ) : void
FileName string
return void

GetItemColor() public static method

public static GetItemColor ( int index ) : short
index int
return short

GetLandColor() public static method

public static GetLandColor ( int index ) : short
index int
return short

ImportFromCSV() public static method

public static ImportFromCSV ( string FileName ) : void
FileName string
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Save() public static method

public static Save ( string FileName ) : void
FileName string
return void

SetItemColor() public static method

public static SetItemColor ( int index, short value ) : void
index int
value short
return void

SetLandColor() public static method

public static SetLandColor ( int index, short value ) : void
index int
value short
return void