ScriptThread

Creates and controls script threads.

Members

Methods

bool start( string& entry )

Starts a thread using the specified function. Returns bool : True if the thread was started

void stop( )

Stops the active thread.

bool get_running( )

Returns bool : Whether there is an active thread.

bool setObject( ?& arg0 )

Sets the thread's object. Can only receive script object handles. Returns bool : True if the reference could be taken

bool getObject( ?& arg0 )

Gets the thread's object. Can only receive script object handles. Returns bool : True if the reference could be stored