Struct

struct inherits Object

Construction: struct newObj = struct();
Clone: struct newObj = struct(other);
Variable Access: obj->VarName

struct is a basic type in the scripting language that allows for custom objects.

Static Methods

static struct New(string aStructName)

Creates a new struct from the aStructName definition. This references a struct definition previously defined with the script_struct command.