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.20 by root, Thu May 24 03:33:29 2007 UTC vs.
Revision 1.22 by root, Wed Jul 11 15:57:31 2007 UTC

271 271
272=head3 login (player) 272=head3 login (player)
273 273
274Invoked whenever a player logs in. 274Invoked whenever a player logs in.
275 275
276=head3 logout (player) 276=head3 logout (player cleanly -- )
277 277
278Invoked whenever a player logs out, gets disconnected etc. 278Invoked whenever a player logs out, gets disconnected etc.
279 279
280=head3 death (player) 280=head3 death (player)
281 281
282Invoked whenever a player dies, before the death actually gets processed. 282Invoked whenever a player dies, before the death actually gets processed.
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
288=head3 region_change (player newregion oldregion -- )
289
290Invoked when a player entered a new region. Cannot be overriden.
287 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines