call_to

call_to(target_object, variable_arguments) copy to clipboard

Call the specified handelr of a passed script object (target object) with a passed arument.

If target object can not respond to the handler and have a handler of successor(), call_to is excuted for the returned object from successor(). This feature can be used for the chain of responder or method forwarding.

Parameters
Result

: a returned value from the handler.