NaData

to store data from script at runtime

Constructors

this
this(T data)

constructor data can be any of the type which it can store

Members

Functions

makeArray
void makeArray(uinteger length)

makes this NaData into an array

Properties

arrayVal
NaData[] arrayVal [@property getter]
NaData[] arrayVal [@property setter]
arrayValLength
uinteger arrayValLength [@property getter]
uinteger arrayValLength [@property setter]
strVal
dchar[] strVal [@property getter]
strVal
dchar[] strVal [@property setter]

Setter for strVal

Unions

__anonymous
union __anonymous

to store data from script at runtime

Meta