dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	subscribe_event - subscribe to an event

SYNOPSIS
	void subscribe_event(object obj, string name)


DESCRIPTION
	Subscribe to an event in the given object.  The object defining the
	event subscribed to controls access to events with the
	allow_subscribe(obj, name) function, which must return 0 to block
	object `obj' from subscribing to event `name'.

SEE ALSO
	efun/query_subscribed_event, efun/unsubscribe_event