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.25 by root, Wed Apr 30 05:34:24 2008 UTC vs.
Revision 1.28 by elmex, Mon Oct 6 18:26:35 2008 UTC

110 110
111=item B<2> objects of that type can't be applied if not in inventory 111=item B<2> objects of that type can't be applied if not in inventory
112 112
113=back 113=back
114 114
115=head3 reset (object)
116
117Invoked whenever the object is initialised on a map after it was
118loaded. This can be used to emulate shop-floor behaviour for example.
119
115=head3 throw (object thrower) 120=head3 throw (object thrower)
116 121
117Invoked when an B<object> is thrown by B<thrower>. 122Invoked when an B<object> is thrown by B<thrower>.
118 123
119=head3 stop (object -- ) 124=head3 stop (object -- )
157 162
158=head3 drop (object who -- ) 163=head3 drop (object who -- )
159 164
160Invoked 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
161drop 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.
162 170
163=head3 drop_on (floor object who -- ) 171=head3 drop_on (floor object who -- )
164 172
165Invoked 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.
166 177
167=head3 say (object player message) 178=head3 say (object player message)
168 179
169Invoked 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
170B<player> in its vicinity. 181B<player> in its vicinity.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines