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”).
Comments
0 comments
Please sign in to leave a comment.