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.30 by root, Thu Jan 8 03:03:24 2009 UTC vs.
Revision 1.31 by root, Thu Jan 8 04:35:04 2009 UTC

377=head3 leave (map player -- ) 377=head3 leave (map player -- )
378 378
379Invoked whenever a player tries to leave the B<map>. Overriding means the 379Invoked whenever a player tries to leave the B<map>. Overriding means the
380player won't be able to leave. 380player won't be able to leave.
381 381
382=head3 trigger (map connection state who? -- ) 382=head3 trigger (map connection state what? who? -- )
383 383
384Invoked whenever something activates a B<connection> on the B<map>. If B<state> 384Invoked whenever something activates a B<connection> on the B<map>. If B<state>
385is true the connection was 'state' and if false it is 'released'. 385is true the connection was 'state' and if false it is 'released'.
386 386
387 387

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines