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.34 by root, Fri Mar 19 17:48:47 2010 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 x y builder --) 384=head3 build (player builder map x y --)
385 385
386Players tries to build at (x|y), using C<builder>. 386Players tries to build using C<builder> at (map+x+y). Is invoked after the
387usual sanity checks, so the coordinates are valid.
387 388
388 389
389=head2 MAP EVENTS 390=head2 MAP EVENTS
390 391
391These 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines