int START_NEW_SCRIPT_WITH_ARGS(char* scriptName, Any* args, int argCount, int stackSize);
| Property |
Value |
| Native Name |
START_NEW_SCRIPT_WITH_ARGS |
| Hash |
0xB8BA7F44DF1575E1 |
| Return Type |
int |
| Parameters |
scriptName (char*), args (Any*), argCount (int), stackSize (int) |
Description: ```
return : script thread id, 0 if failed
Pass pointer to struct of args in p1, size of struct goes into p2
Back to SYSTEM