ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/events.pod
(Generate patch)

Comparing deliantra/server/pod/events.pod (file contents):
Revision 1.27 by root, Mon Jul 14 16:42:49 2008 UTC vs.
Revision 1.28 by elmex, Mon Oct 6 18:26:35 2008 UTC

162 162
163=head3 drop (object who -- ) 163=head3 drop (object who -- )
164 164
165Invoked whenever an item gets dropped by somebody, e.g. as a result of a 165Invoked whenever an item gets dropped by somebody, e.g. as a result of a
166drop command. 166drop command.
167B<NOTE:> If you put the object somewhere else or destroyed the object
168you have to override! If you do nothing with the object and override it is
169given back to the dropper.
167 170
168=head3 drop_on (floor object who -- ) 171=head3 drop_on (floor object who -- )
169 172
170Invoked whenever some B<object> is being dropped on the B<floor> object. 173Invoked whenever some B<object> is being dropped on the B<floor> object.
174B<NOTE:> If you put the object somewhere else or destroyed the object
175you have to override! If you do nothing with the object and override it is
176given back to the dropper.
171 177
172=head3 say (object player message) 178=head3 say (object player message)
173 179
174Invoked whenever the I<object> can hear a B<message> being said by 180Invoked whenever the I<object> can hear a B<message> being said by
175B<player> in its vicinity. 181B<player> in its vicinity.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines