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
	event - broadcast event to subscribers

SYNOPSIS
	void event(string name, mixed args...)


DESCRIPTION
	Immediately after termination of the current thread, the function
	"evt_" + name is called in all objects subscribed to the named event,
	with the current object as first argument.  Each call is done using
	the tick and stack resources of the subscribed object.

SEE ALSO
	efun/add_event, efun/event_except, efun/query_events, efun/remove_event