ListVariables Function
Lists all available variables in the current TMInterface instance. The VariableInfo struct contains information about each variable.
Syntax
array<VariableInfo>@ ListVariables()
Return value
array<VariableInfo>@
The list of all available variables.
Remarks
You can use this function to discover all currently registered variables within the current TMInterface instance. Note, that a plugin responsible for a variable may be disabled but the variable may still be listed (if the plugin had been active before).