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.39 by root, Thu Apr 8 19:31:22 2010 UTC vs.
Revision 1.40 by root, Tue Apr 13 18:57:06 2010 UTC

384=head3 shout (player message --) 384=head3 shout (player message --)
385 385
386Invoked whenever the player uses the B<say>, B<chat> or B<shout> command, 386Invoked whenever the player uses the B<say>, B<chat> or B<shout> command,
387before it gets processed. 387before it gets processed.
388 388
389=head3 build (player builder map x y --) 389=head3 build (player builder map x y checkok --)
390 390
391Players tries to build using C<builder> at (map+x+y). Is invoked after the 391Players tries to build using C<builder> at (map+x+y). Is invoked after
392usual sanity checks, so the coordinates are valid. 392the usual map sanity checks, so the coordinates are valid. The boolean
393C<checkok> is true only if the build code thinks it is "ok" to build at
394that space, and normally you should only build when it is true.
393 395
394 396
395=head2 MAP EVENTS 397=head2 MAP EVENTS
396 398
397These events are generally dependent on a map and thus all have a map 399These events are generally dependent on a map and thus all have a map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines