StartNewScriptWithArgs
Docslocal retval, args = StartNewScriptWithArgs(scriptName, argCount, stackSize)Description
return : script thread id, 0 if failed
Pass pointer to struct of args in p1, size of struct goes into p2Parameters
| Name | Type | Description |
|---|---|---|
scriptName | char* | — |
args | Any* | — |
argCount | int | — |
stackSize | int | — |
Returns
intReturns an integer value.