Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

This function can be used to add a task that is triggered if a variable changes its value.

Signature

bool nxa.AddVarTask (string, string, number)

Parameters

Name Type Mandatory/Optional Description
stringMname of the variable that shall be the trigger for the task.
stringMname of the LUA function that shall be invoked.
numberM(optional) delay for executing the function.

Return

Type Description
booltrue on success, false otherwise
  • No labels