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.31 by root, Thu Jan 8 04:35:04 2009 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.
383=head3 leave (map player -- ) 377=head3 leave (map player -- )
384 378
385Invoked whenever a player tries to leave the B<map>. Overriding means the 379Invoked whenever a player tries to leave the B<map>. Overriding means the
386player won't be able to leave. 380player won't be able to leave.
387 381
388=head3 trigger (map connection state -- ) 382=head3 trigger (map connection state what? who? -- )
389 383
390Invoked whenever something activates a B<connection> on the B<map>. If B<state> 384Invoked whenever something activates a B<connection> on the B<map>. If B<state>
391is true the connection was 'state' and if false it is 'released'. 385is true the connection was 'state' and if false it is 'released'.
392 386
393 387

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines