#include <GScriptingPriv.h>
Public Member Functions | |
int | Length () |
Size of the byte code. | |
GFunctionInfo * | GetMethod (const char *Name, bool Create=false) |
Gets a method defined in the code. | |
GVariant * | Set (char *Name, GVariant &v) |
Sets a global variable. | |
GTypeDef * | GetType (char16 *Name) |
Gets the definition of a struct or custom type. | |
Friends | |
class | GCompilerPriv |