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.21 by root, Tue Jun 12 10:29:51 2007 UTC vs.
Revision 1.22 by root, Wed Jul 11 15:57:31 2007 UTC

283 283
284=head3 map_change (player newmap x y -- ) 284=head3 map_change (player newmap x y -- )
285 285
286Invoked before a player moves from one map to another, can override the movement. 286Invoked before a player moves from one map to another, can override the movement.
287 287
288=head3 region_change (player newregion oldregion -- )
289
290Invoked when a player entered a new region. Cannot be overriden.
291
288=head3 command (player command args -- time) 292=head3 command (player command args -- time)
289 293
290Execute a user command send by the client. Programmable plug-ins usually 294Execute a user command send by the client. Programmable plug-ins usually
291handle this event internally. 295handle this event internally.
292 296

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines