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.28 by elmex, Mon Oct 6 18:26:35 2008 UTC vs.
Revision 1.29 by elmex, Tue Oct 7 11:10:31 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.
170 167
171=head3 drop_on (floor object who -- ) 168=head3 drop_on (floor object who -- )
172 169
173Invoked whenever some B<object> is being dropped on the B<floor> object. 170Invoked 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.
177 171
178=head3 say (object player message) 172=head3 say (object player message)
179 173
180Invoked whenever the I<object> can hear a B<message> being said by 174Invoked whenever the I<object> can hear a B<message> being said by
181B<player> in its vicinity. 175B<player> in its vicinity.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines