GrVariableDefinition

Define a variable defined from a library

Members

Variables

fvalue
GrFloat fvalue;

Floating init value

isConstant
bool isConstant;

Can the variable be mutated in script ?

isInitialized
bool isInitialized;

Does the variable use a custom initialization value ?

ivalue
GrInt ivalue;

Integral init value

name
string name;

Identifier.

register
uint register;

Register.

svalue
GrString svalue;

String init value

type
GrType type;

Its type

Meta