ScriptObjectDShared

Holds a Script object

Constructors

this
this(string name)

Loads a compiled script object into memory.

Members

Functions

execute
void execute()

Executes a compiled script object after loading

load
bool load(string name)

loads the dll. name must be the path to the .dll/.so

unload
bool unload()

unloads Script Object

Manifest constants

UserFunctionName
enum UserFunctionName;
Undocumented in source.

Meta