Script_thread - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Creates a new thread executing the given script passing the given arguments.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the script |
arg0-arg15 | variant | argument value |
Return Values
integer: Returns the index of the thread.
Example Call
// demonstrates threading an asynchronous message script
script_execute(scr_asynch_message, "Hello, world!");
NOTOC