nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
BiowareDB.this
nwn
biowaredb
BiowareDB
Constructor with raw data Note: data will be copied inside the class
this
(ubyte[] dbfData, ubyte[] cdxData, ubyte[] fptData, bool buildIndex)
class
BiowareDB
this
(
in
ubyte
[]
dbfData
,
in
ubyte
[]
cdxData
,
in
ubyte
[]
fptData
,
bool
buildIndex
= true
)
this
(string dbfPath, string cdxPath, string fptPath, bool buildIndex)
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 raw data Note: data will be copied inside the class