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.329 by root, Fri Aug 10 05:38:16 2007 UTC vs.
Revision 1.330 by elmex, Fri Aug 10 10:35:07 2007 UTC

2744 2744
2745The following functions and methods are available within a safe environment: 2745The following functions and methods are available within a safe environment:
2746 2746
2747 cf::object 2747 cf::object
2748 contr pay_amount pay_player map x y force_find force_add 2748 contr pay_amount pay_player map x y force_find force_add
2749 insert remove 2749 insert remove name archname title slaying race
2750 2750
2751 cf::object::player 2751 cf::object::player
2752 player 2752 player
2753 2753
2754 cf::player 2754 cf::player
2759 2759
2760=cut 2760=cut
2761 2761
2762for ( 2762for (
2763 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y 2763 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
2764 insert remove inv)], 2764 insert remove inv name archname title slaying race)],
2765 ["cf::object::player" => qw(player)], 2765 ["cf::object::player" => qw(player)],
2766 ["cf::player" => qw(peaceful)], 2766 ["cf::player" => qw(peaceful)],
2767 ["cf::map" => qw(trigger)], 2767 ["cf::map" => qw(trigger)],
2768) { 2768) {
2769 no strict 'refs'; 2769 no strict 'refs';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines