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.6 by root, Sun Dec 10 20:15:58 2006 UTC vs.
Revision 1.7 by root, Mon Dec 11 22:56:57 2006 UTC

253 253
254=head3 map_change (player newmap x y -- ) 254=head3 map_change (player newmap x y -- )
255 255
256Invoked before a player moves from one map to another, can override the movement. 256Invoked before a player moves from one map to another, can override the movement.
257 257
258=head3 command (player command args -- time)
259
260Execute a user command send by the client. Programmable plug-ins usually
261handle this event internally.
262
258=head3 extcmd (player string) 263=head3 extcmd (player string)
259 264
260Invoked whenever a client issues the C<extcmd> protocol command. It's 265Invoked whenever a client issues the C<extcmd> protocol command.
261argument is passed without any changes. 266Programmable plug-ins usually handle this event internally.
262 267
263=head3 move (player direction -- ) 268=head3 move (player direction -- )
264 269
265=head3 pray_altar (player altar skill -- ) 270=head3 pray_altar (player altar skill -- )
266 271

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines