Function set_method_destination:
Defined in module m_complex_exit (file: /std/modules/m_complex_exit.c)

Set the destination for a given method
The first argument is the method to have the destination assigned, and
the second argument is either a string or function pointer which will return
a string.

Prototype:
void set_method_destination(string method,mixed destination);
