virtual void Call(const Params& params) = 0;
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 |
Description |
const Params& params |
Arguments passed to the callback from VM. See Params. |