Scentient Escents Unity API
Loading...
Searching...
No Matches
Scentient.ScentTable Class Reference
Inheritance diagram for Scentient.ScentTable:
AbstractCsvData

Public Member Functions

async void Load ()
 
bool GetScentIdByName (string scentName, out int id)
 
string GetScentNameById (short scentId)
 
- Public Member Functions inherited from AbstractCsvData
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 ()
 

Public Attributes

readonly string name = "scent_table"
 

Properties

bool Loaded [get]
 
bool ScentTableLoadedSuccessfully [get]
 

Events

Action loadSucessfulEvent
 
Action loadFailedEvent
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractCsvData
void Parse (CsvReader reader)
 
- Protected Attributes inherited from AbstractCsvData
string[][] values
 

The documentation for this class was generated from the following file: