FunctionHandler::Call

FunctionHandler::Call
virtual void Call(const Params& params) = 0;
Description

Call is a callback method of a function context that is invoked when the function object wrapping the context is invoked in the AS2 VM.

Parameters
Parameters 
Description 
const Params& params 
Arguments passed to the callback from VM. See Params