ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.340 by root, Fri Aug 24 00:40:31 2007 UTC vs.
Revision 1.341 by elmex, Sat Aug 25 16:51:38 2007 UTC

2732 2732
2733The following functions and methods are available within a safe environment: 2733The following functions and methods are available within a safe environment:
2734 2734
2735 cf::object 2735 cf::object
2736 contr pay_amount pay_player map x y force_find force_add 2736 contr pay_amount pay_player map x y force_find force_add
2737 insert remove name archname title slaying race 2737 insert remove name archname title slaying race decrease_ob_nr
2738 2738
2739 cf::object::player 2739 cf::object::player
2740 player 2740 player
2741 2741
2742 cf::player 2742 cf::player
2747 2747
2748=cut 2748=cut
2749 2749
2750for ( 2750for (
2751 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y 2751 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
2752 insert remove inv name archname title slaying race)], 2752 insert remove inv name archname title slaying race
2753 decrease_ob_nr)],
2753 ["cf::object::player" => qw(player)], 2754 ["cf::object::player" => qw(player)],
2754 ["cf::player" => qw(peaceful)], 2755 ["cf::player" => qw(peaceful)],
2755 ["cf::map" => qw(trigger)], 2756 ["cf::map" => qw(trigger)],
2756) { 2757) {
2757 no strict 'refs'; 2758 no strict 'refs';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines