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.424 by root, Sun Apr 20 05:24:55 2008 UTC vs.
Revision 1.425 by root, Mon Apr 21 06:35:26 2008 UTC

3078 3078
3079The following functions and methods are available within a safe environment: 3079The following functions and methods are available within a safe environment:
3080 3080
3081 cf::object 3081 cf::object
3082 contr pay_amount pay_player map x y force_find force_add destroy 3082 contr pay_amount pay_player map x y force_find force_add destroy
3083 insert remove name archname title slaying race decrease_ob_nr 3083 insert remove name archname title slaying race decrease split
3084 3084
3085 cf::object::player 3085 cf::object::player
3086 player 3086 player
3087 3087
3088 cf::player 3088 cf::player
3094=cut 3094=cut
3095 3095
3096for ( 3096for (
3097 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y 3097 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
3098 insert remove inv name archname title slaying race 3098 insert remove inv name archname title slaying race
3099 decrease_ob_nr destroy)], 3099 decrease split destroy)],
3100 ["cf::object::player" => qw(player)], 3100 ["cf::object::player" => qw(player)],
3101 ["cf::player" => qw(peaceful)], 3101 ["cf::player" => qw(peaceful)],
3102 ["cf::map" => qw(trigger)], 3102 ["cf::map" => qw(trigger)],
3103) { 3103) {
3104 no strict 'refs'; 3104 no strict 'refs';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines