Anvil
|
2da row data. More...
Public Member Functions | |
bool? | GetBool (int columnIndex) |
Gets the specified boolean value. More... | |
bool? | GetBool (string columnName) |
Gets the specified boolean value. More... | |
T? | GetEnum< T > (int columnIndex) |
Gets the specified enum value. More... | |
T? | GetEnum< T > (string columnName) |
Gets the specified enum value. More... | |
float? | GetFloat (int columnIndex) |
Gets the specified float value. More... | |
float? | GetFloat (string columnName) |
Gets the specified float value. More... | |
int? | GetInt (int columnIndex) |
Gets the specified int value. More... | |
int? | GetInt (string columnName) |
Gets the specified int value. More... | |
string? | GetString (int columnIndex) |
Gets the specified string value. More... | |
string? | GetString (string columnName) |
Gets the specified string value. More... | |
StrRef? | GetStrRef (int columnIndex) |
Gets the specified StrRef value. More... | |
StrRef? | GetStrRef (string columnName) |
Gets the specified StrRef value. More... | |
TwoDimArray< T >? | GetTable< T > (int columnIndex) |
Interprets the specified value as a table index, and returns the associated table entry. More... | |
TwoDimArray< T >? | GetTable< T > (string columnName) |
Interprets the specified value as a table index, and returns the associated table entry. More... | |
T? | GetTableEntry< T > (int columnIndex, TwoDimArray< T > table) |
Interprets the specified value as a table index, and returns the associated table entry. More... | |
T? | GetTableEntry< T > (string columnName, TwoDimArray< T > table) |
Interprets the specified value as a table index, and returns the associated table entry. More... | |
Vector3? | GetVector3 (int columnIndexX, int columnIndexY, int columnIndexZ) |
Gets the specified Vector3 value. More... | |
Vector3? | GetVector3 (string columnNameX, string columnNameY, string columnNameZ) |
Gets the specified Vector3 value. More... | |
Properties | |
int | ColumnCount [get] |
Gets the number of columns in this row. More... | |
string[] | Columns [get] |
Gets the column labels/names for this row. More... | |
2da row data.
|
inline |
Gets the specified boolean value.
columnIndex | The index of the column to query. |
|
inline |
Gets the specified boolean value.
columnName | The name/label of the column to query. |
|
inline |
Gets the specified enum value.
columnIndex | The index of the column to query. |
T | : | struct | |
T | : | Enum |
|
inline |
Gets the specified enum value.
columnName | The name/label of the column to query. |
T | : | struct | |
T | : | Enum |
|
inline |
Gets the specified float value.
columnIndex | The index of the column to query. |
|
inline |
Gets the specified float value.
columnName | The name/label of the column to query. |
|
inline |
Gets the specified int value.
columnIndex | The index of the column to query. |
|
inline |
Gets the specified int value.
columnName | The name/label of the column to query. |
|
inline |
Gets the specified string value.
columnIndex | The index of the column to query. |
|
inline |
Gets the specified string value.
columnName | The name/label of the column to query. |
|
inline |
Gets the specified StrRef value.
columnIndex | The index of the column to query. |
|
inline |
Gets the specified StrRef value.
columnName | The name/label of the column to query. |
|
inline |
Interprets the specified value as a table index, and returns the associated table entry.
columnIndex | The index of the column to query. |
T | The type of table entry. |
T | : | class | |
T | : | ITwoDimArrayEntry | |
T | : | new() |
|
inline |
Interprets the specified value as a table index, and returns the associated table entry.
columnName | The name/label of the column to query. |
T | The type of table entry. |
T | : | class | |
T | : | ITwoDimArrayEntry | |
T | : | new() |
|
inline |
Interprets the specified value as a table index, and returns the associated table entry.
columnIndex | The index of the column to query. |
table | The table that should be used to resolve the value. |
T | The type of table entry. |
T | : | class | |
T | : | ITwoDimArrayEntry | |
T | : | new() |
|
inline |
Interprets the specified value as a table index, and returns the associated table entry.
columnName | The name/label of the column to query. |
table | The table that should be used to resolve the value. |
T | The type of table entry. |
T | : | class | |
T | : | ITwoDimArrayEntry | |
T | : | new() |
|
inline |
Gets the specified Vector3 value.
columnIndexX | The index of the column containing the x component of the vector. |
columnIndexY | The index of the column containing the y component of the vector. |
columnIndexZ | The index of the column containing the z component of the vector. |
|
inline |
Gets the specified Vector3 value.
columnNameX | The name/label of the column containing the x component of the vector. |
columnNameY | The name/label of the column containing the y component of the vector. |
columnNameZ | The name/label of the column containing the z component of the vector. |
|
get |
Gets the number of columns in this row.
|
get |
Gets the column labels/names for this row.