Skip to content

Script_thread

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally