ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/events.pod
(Generate patch)

Comparing deliantra/server/doc/events.pod (file contents):
Revision 1.7 by root, Tue Aug 29 05:29:47 2006 UTC vs.
Revision 1.8 by root, Tue Aug 29 07:54:36 2006 UTC

233=head3 extcmd (player string) 233=head3 extcmd (player string)
234 234
235Invoked whenever a client issues the C<extcmd> protocol command. It's 235Invoked whenever a client issues the C<extcmd> protocol command. It's
236argument is passed without any changes. 236argument is passed without any changes.
237 237
238=head3 move (player direction -- )
239
238=head3 pray_altar (player altar skill -- ) 240=head3 pray_altar (player altar skill -- )
239 241
240Invoked whenever the B<player> prays over an B<altar>, using the given B<skill>. 242Invoked whenever the B<player> prays over an B<altar>, using the given B<skill>.
241 243
242=head3 tell (player -- ) 244=head3 tell (player name message -- )
243 245
244Invoked whenever the player uses the B<tell> command, before it gets processed. 246Invoked whenever the player uses the B<tell> or B<reply> command, before
247it gets processed.
245 248
246=head3 say (player --) 249=head3 say (player message --)
247 250
248Invoked whenever the player uses the B<say> command, before it gets processed. 251=head3 chat (player message --)
249 252
250=head3 shout (player --) 253=head3 shout (player message --)
251 254
252Invoked whenever the player uses the B<shout> command, before it gets processed. 255Invoked whenever the player uses the B<say>, B<chat> or B<shout> command,
256before it gets processed.
253 257
254 258
255=head2 MAP EVENTS 259=head2 MAP EVENTS
256 260
257These events are generally dependent on a map and thus all have a map 261These events are generally dependent on a map and thus all have a map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines