Метод | Описание | |
---|---|---|
GetMaxSetStringIndex ( ) : int |
Gets the index of the last string which belongs to a set.
|
|
GetMinSetStringIndex ( ) : int |
Gets the index of the first string which belongs to a set.
|
|
GetSetOffsets ( ) : int[] |
Gets the beginning offset for each set.
|
|
IndexToStringID ( int index ) : StringID |
Converts a string list index to a stringID value.
|
|
StringIDToIndex ( StringID stringId ) : int |
Converts a stringID value to a string list index.
|
public abstract GetMaxSetStringIndex ( ) : int | ||
Результат | int |
public abstract GetMinSetStringIndex ( ) : int | ||
Результат | int |
public abstract GetSetOffsets ( ) : int[] | ||
Результат | int[] |
public IndexToStringID ( int index ) : StringID | ||
index | int | The index. |
Результат | StringID |
public StringIDToIndex ( StringID stringId ) : int | ||
stringId | StringID | The stringID. |
Результат | int |