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

Public Member Functions

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 ()
 

Protected Member Functions

void Parse (CsvReader reader)
 

Protected Attributes

string[][] values
 

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