[Package Index | Mudlib Index | Effect Index]
File /secure/simul_efun/find_other_call_out.c
Cotains some simul_efuns.Written by Pinkfish
Method index
- find_other_call_out(object, string)
This method allows you to find a call_out on another object.
Public Functions
These are functions that everyone can access.
.
mixed find_other_call_out(object ob,
string co)
This method allows you to find a call_out on another object.
- Parameters:
ob - the object to find the call out on
co - the name of the call out to find
- Returns:
the same as from find_call_out()
- See also:
efun::find_call_out()