ScriptNode

a node representing the script

Constructors

this
this(FunctionNode[] scriptFunctions)

constructor

Members

Variables

enums
EnumNode[] enums;

enums defined in this script

functions
FunctionNode[] functions;

list of functions defined in this script

imports
string[] imports;

stores what this script imports

structs
StructNode[] structs;

structs defined in this script

variables
VarDeclareNode[] variables;

global variables defined in this script

Meta