[Main page] [Overview]   /std /base /send_event
SYNOPSIS
varargs send_event( string type, mapping eventdata, mixed destination )
FILE
/std/base.c
DESCRIPTION
Sends an event to objects which are nearby this object. type and eventdata
are required. destination is optional and can either be:
* an int: The maximum range of the sent event (1 means, the event will be
sent
to all objects in the same area with a maximum distance of 1)
* a list of objects or Locations: The objects to send the event to
SEE ALSO
concepts/events, struct/location