Variable

Describes a variable.

Members

Variables

defaultValue
CodeFunc defaultValue;

The CodeFunc which generates the default value of the variable.

name
dstring name;

The name of the variable.

typeName
dstring typeName;

The name of the variable's type.

Meta