ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/extensions.pod
(Generate patch)

Comparing deliantra/server/pod/extensions.pod (file contents):
Revision 1.3 by root, Sat Nov 10 22:41:59 2007 UTC vs.
Revision 1.4 by root, Thu Jan 8 03:03:24 2009 UTC

46 on_trigger => sub { 46 on_trigger => sub {
47 my ($map, $connection, $state) = @_; 47 my ($map, $connection, $state) = @_;
48 48
49 print "CONNECITON TRIGGERED: $connection : $state\n"; 49 print "CONNECITON TRIGGERED: $connection : $state\n";
50 50
51 for ($map->get_connection ($connection)) { 51 for ($map->find_link ($connection)) {
52 print "connected obj: " . $_->name . "\n"; 52 print "connected obj: " . $_->name . "\n";
53 } 53 }
54 }; 54 };
55 55
56This small attachment dumps all connection activations and the connected 56This small attachment dumps all connection activations and the connected

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines