Skip to content
Guy Allard edited this page Jan 18, 2015 · 2 revisions

ScriptFunc script function leaf node

Description:
The ScriptFunc leaf node calls a function in the namespace of the owner object and returns the status from the function.

Parameters:

  • func - the name of the function to be called.
  • args - up to four optional arguments that will be passed to func.
  • defaultReturnStatus - the status to return if the function does not return a value.
Clone this wiki locally