nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
TwoDA.get
nwn
twoda
TwoDA
Get a value in the 2da, converted to T.
auto ref
get
(size_t colIndex, size_t line)
T
get
(string colName, size_t line, T defaultValue)
class
TwoDA
const
T
get
(
T
=
string
)
(
in
string
colName
,
in
size_t
line
,
T
defaultValue
)
auto ref
get
(string colName, size_t line)
Return Value
Type:
T
value if found, otherwise defaultValue
Meta
Source
See Implementation
nwn
twoda
TwoDA
constructors
this
functions
columnIndex
get
opBinaryRight
opIndex
opIndexAssign
serialize
properties
columns
fileType
fileVersion
rows
static functions
extractRowData
recover
variables
fileName
Get a value in the 2da, converted to T.