Méthode | Description | |
---|---|---|
Add ( string version1, int index1, string version2, int index2 ) : void |
Connects a tag index to a tag in another version.
|
|
ParseCsv ( |
Parses a map from a CSV.
|
|
Translate ( string version1, int index1, string version2 ) : int |
Translates a tag index between two versions.
|
|
WriteCsv ( |
Writes the map out to a CSV.
|
public Add ( string version1, int index1, string version2, int index2 ) : void | ||
version1 | string | The first version. |
index1 | int | The tag index in the first version. |
version2 | string | The second version. |
index2 | int | The tag index in the second version. |
Résultat | void |
public static ParseCsv ( |
||
reader | The reader to read from. | |
Résultat |
public Translate ( string version1, int index1, string version2 ) : int | ||
version1 | string | The version of the index to translate. |
index1 | int | The tag index. |
version2 | string | The version to get the equivalent tag index in. |
Résultat | int |
public WriteCsv ( |
||
writer | The writer to write to. | |
Résultat | void |