Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

nxa.AddScriptTask (string, string, bool, bool, bool, number, string, number)

Parameters

 
NameTypeMandatory/OptionalDescription
sourceItemID stringMsourceItemID
destinationItemID stringMdestinationItemID
triggerOnReceiveboolMcorresponds to the OnReceive parameter of the task definition  
triggerOnSendboolMcorresponds to the OnSend parameter of the task definition  
triggerOnSetboolMcorresponds to the OnSet parameter of the task definition 
delaynumberMtime interval in milliseconds that the task will be delayed when triggered 
scriptstringMLUA script name that will be executed when the task is triggered 
moduleIDnumberM(optional) ModuleID. Needs OHas to be > 5000. Can be referenced in the nxa.RemoveScriptTask function.

...