call calls a UniScript function. The function name can be passed as the first parameter.
Return Value
ret is the return value of the ssFuncName function.
Parameters
ssFuncName is the name of the UniScript function.
arg1 is the first parameter of the function ssFuncName
Example
call("sin", 1)
See also
id-727041