nxa.ExecuteDelayedScript
Description
This function executes a LUA script that is specified as String parameter. The execution can optionally be delayed.
Signature
nxa.ExecuteDelayedScript (string, number)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | name of the LUA script | |
number | O | delay in milliseconds (optional) |