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 |
Method | Description | |
---|---|---|
ConvertStringToInt ( string text ) : int | ||
RadarCol ( ) : System |
public static ExportToCSV ( string FileName ) : void | ||
FileName | string | |
return | void |
public static GetItemColor ( int index ) : short | ||
index | int | |
return | short |
public static GetLandColor ( int index ) : short | ||
index | int | |
return | short |
public static ImportFromCSV ( string FileName ) : void | ||
FileName | string | |
return | void |
public static Save ( string FileName ) : void | ||
FileName | string | |
return | void |
public static SetItemColor ( int index, short value ) : void | ||
index | int | |
value | short | |
return | void |
public static SetLandColor ( int index, short value ) : void | ||
index | int | |
value | short | |
return | void |