nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
toVarType.toVarType
nwn
biowaredb
BiowareDB
toVarType
Undocumented in source.
alias
toVarType
=
VarType
.
Int
alias
toVarType
=
VarType
.
Float
alias
toVarType
=
VarType
.
String
alias
toVarType
=
VarType
.
Vector
template
toVarType
(T)
static if
(!(
is(T == NWInt)
))
static if
(!(
is(T == NWFloat)
))
static if
(!(
is(T == NWString)
))
static if
(
is(T == NWVector)
)
alias
toVarType
=
VarType.Vector
alias
toVarType
=
VarType
.
Location
alias
toVarType
=
VarType
.
Object
Meta
Source
See Implementation
nwn
biowaredb
BiowareDB
toVarType
aliases
toVarType