Click or drag to resize

SValueCallFunction Method

Developed by SO-SOFT
Call script function

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public 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

SValue
A return value
Remarks
If this value is a function, it executes the function in the interpreter and retrieves the return value.
See Also