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.4 by root, Sun Sep 17 14:22:28 2006 UTC vs.
Revision 1.5 by root, Sun Sep 17 18:19:19 2006 UTC

307Invoked when a temporary B<map> gets deleted on-disk. 307Invoked when a temporary B<map> gets deleted on-disk.
308 308
309=head3 enter (map player x y -- ) 309=head3 enter (map player x y -- )
310 310
311Invoked whenever a player tries to enter the B<map>, while he/she is still 311Invoked whenever a player tries to enter the B<map>, while he/she is still
312on the old map. Overriding means the player won't be able to enter. 312on the old map. Overriding means the player won't be able to enter, and,
313if newmap/x/y are given, will be redirected to that map instead.
313 314
314=head3 leave (map player -- ) 315=head3 leave (map player -- )
315 316
316Invoked whenever a player tries to leave the B<map>. Overriding means the 317Invoked whenever a player tries to leave the B<map>. Overriding means the
317player won't be able to leave. 318player won't be able to leave.
318 319
319=head3 trigger (map connection state) 320=head3 trigger (map connection state)
320 321
321Invoked whenever something activates a B<connection> on the B<map>. If B<state> 322Invoked whenever something activates a B<connection> on the B<map>. If B<state>
322is true the connection was 'state' and if false it is 'released'. 323is true the connection was 'state' and if false it is 'released'.
324

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines