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.32 by root, Wed Oct 21 00:44:39 2009 UTC vs.
Revision 1.35 by root, Fri Mar 19 22:16:27 2010 UTC

1=begin comment
2
3 This file is part of Deliantra, the Roguelike Realtime MMORPG.
4
5 Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
6
7 Deliantra is free software: you can redistribute it and/or modify it under
8 the terms of the Affero GNU General Public License as published by the
9 Free Software Foundation, either version 3 of the License, or (at your
10 option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the Affero GNU General Public License
18 and the GNU General Public License along with this program. If not, see
19 <http://www.gnu.org/licenses/>.
20
21 The authors can be reached via e-mail to <support@deliantra.net>
22
23=end comment
24
1=head1 DELIANTRA PLUG-IN EVENTS 25=head1 DELIANTRA PLUG-IN EVENTS
2 26
3This document briefly describes each plug-in event. It is also used to 27This document briefly describes each plug-in event. It is also used to
4generate the event-list itself, so is always complete. Be careful wehn 28generate the event-list itself, so is always complete. Be careful wehn
5changing it, though. 29changing it, though.
355=head3 shout (player message --) 379=head3 shout (player message --)
356 380
357Invoked 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,
358before it gets processed. 382before it gets processed.
359 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
360 389
361=head2 MAP EVENTS 390=head2 MAP EVENTS
362 391
363These 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
364as first argument. 393as first argument.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines