VariableNode.isGlobal

stores if this is a global variable. Only valid valid after ASTCheck has been called on this.

struct VariableNode
bool isGlobal;

Meta