nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
BiowareDB.this
nwn
biowaredb
BiowareDB
Constructor with file paths
this
(ubyte[] dbfData, ubyte[] cdxData, ubyte[] fptData, bool buildIndex)
this
(string dbfPath, string cdxPath, string fptPath, bool buildIndex)
class
BiowareDB
this
(
in
string
dbfPath
,
in
string
cdxPath
,
in
string
fptPath
,
bool
buildIndex
= true
)
this
(string dbFilesPath, bool buildIndex)
Meta
Source
See Implementation
nwn
biowaredb
BiowareDB
aliases
opIndex
constructors
this
enums
VarType
functions
deleteVariable
getVariable
getVariableIndex
getVariableValue
getVariableValueJSON
getVariableValueString
opApply
serialize
setVariableValue
properties
length
structs
Variable
templates
toVarType
Constructor with file paths