ScriptFunction data type

  • Updated

ScriptFunctions are objects that encapsulate a function declared in irScript. Instances of ScriptFunction can be assigned to variables or ScriptObject members, and they can be passed as arguments to other ScriptFunctions.

ScriptFunctions are created via irScript function declaration syntax (see “function declarations”) and invoked via function call syntax (see “function calls”).

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.