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.33 by root, Tue Nov 3 23:44:21 2009 UTC vs.
Revision 1.35 by root, Fri Mar 19 22:16:27 2010 UTC

379=head3 shout (player message --) 379=head3 shout (player message --)
380 380
381Invoked whenever the player uses the B<say>, B<chat> or B<shout> command, 381Invoked whenever the player uses the B<say>, B<chat> or B<shout> command,
382before it gets processed. 382before it gets processed.
383 383
384=head3 build (player builder map x y --)
385
386Players tries to build using C<builder> at (map+x+y). Is invoked after the
387usual sanity checks, so the coordinates are valid.
388
384 389
385=head2 MAP EVENTS 390=head2 MAP EVENTS
386 391
387These events are generally dependent on a map and thus all have a map 392These events are generally dependent on a map and thus all have a map
388as first argument. 393as first argument.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines