preinvoke2
fun preinvoke2( calledFunction: A_Function, arg1: AvailObject, arg2: AvailObject): AvailObject
Content copied to clipboard
Prepare to run a function invocation with two arguments.
Return
The calling A_Function
Parameters
called Function
The function to call.
arg1
The first argument to the function.
arg2
The second argument to the function.