scry_callback
class scry_callback {
int flag;
object scryee;
mixed caller;
string func;
mixed * data;
}
The scry callback data class.
- Members:
flag - The kinds of events it is registered with
scryee - The thing to watch out for
caller - The object (or file name of object) to call back on
func - The function to call
data - Any extra data the callback might want