SValueCallFunction Method |
Developed by SO-SOFT
Call script function
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic SValue CallFunction(
Interpreter interpreter,
SValue[] args,
SValue thisValue
)
Parameters
- interpreter Interpreter
- The interpreter object
- args SValue
- Argument values
- thisValue SValue
- A this-hash value if exists
Return Value
SValueA return value
RemarksIf this value is a function, it executes the function in the interpreter and retrieves the return value.
See Also