Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
MainJob ( short index ) : Job |
Main job of the search result index
|
|
MainLvl ( short index ) : byte |
Main level of the search result index
|
|
Name ( short index ) : string |
Name of person in the search result
|
|
SearchTools ( int instanceID ) : System |
Constructor
|
|
SubJob ( short index ) : Job |
Sub job of the search result index
|
|
SubLvl ( short index ) : byte |
Main level of the search result index
|
|
Zone ( short index ) : Zone |
Zone the search result index is currently in
|
public MainJob ( short index ) : Job | ||
index | short | Index of the search results to check |
Результат | Job |
public MainLvl ( short index ) : byte | ||
index | short | Index of the search results to check |
Результат | byte |
public Name ( short index ) : string | ||
index | short | Index of the search results to look for |
Результат | string |
public SearchTools ( int instanceID ) : System | ||
instanceID | int | Instance ID generated by FFACE |
Результат | System |
public SubJob ( short index ) : Job | ||
index | short | Index of the search results to check |
Результат | Job |
public SubLvl ( short index ) : byte | ||
index | short | Index of the search results to check |
Результат | byte |
public Zone ( short index ) : Zone | ||
index | short | Index of the search results to check |
Результат | Zone |