|
|
async void | Load () |
| |
|
bool | GetScentIdByName (string scentName, out int id) |
| |
|
string | GetScentNameById (short scentId) |
| |
|
bool | TryGetInt (int col, int row, out int result) |
| |
|
bool | TryGetFloat (int col, int row, out float result) |
| |
|
string | GetString (int col, int row) |
| |
|
bool | TryGetString (int col, int row, out string value) |
| |
|
int | FindRow (int searchCol, string value) |
| |
|
int | FindRow (int searchCol, int value) |
| |
|
int | FindRows (int searchCol, string value, int[] matches) |
| |
|
int | RowCount () |
| |
|
|
readonly string | name = "scent_table" |
| |
|
|
bool | Loaded [get] |
| |
|
bool | ScentTableLoadedSuccessfully [get] |
| |
|
|
Action | loadSucessfulEvent |
| |
|
Action | loadFailedEvent |
| |
|
|
void | Parse (CsvReader reader) |
| |
|
string[][] | values |
| |
The documentation for this class was generated from the following file:
- Runtime/Data/ScentTable.cs