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.296 by root, Wed Jul 4 07:09:06 2007 UTC vs.
Revision 1.297 by root, Thu Jul 5 08:10:30 2007 UTC

2582 2582
2583=pod 2583=pod
2584 2584
2585The following functions and methods are available within a safe environment: 2585The following functions and methods are available within a safe environment:
2586 2586
2587 cf::object contr pay_amount pay_player map 2587 cf::object
2588 contr pay_amount pay_player map x y force_find force_add
2589 insert remove
2590
2588 cf::object::player player 2591 cf::object::player
2589 cf::player peaceful 2592 player
2590 cf::map trigger 2593
2594 cf::player
2595 peaceful
2596
2597 cf::map
2598 trigger
2591 2599
2592=cut 2600=cut
2593 2601
2594for ( 2602for (
2595 ["cf::object" => qw(contr pay_amount pay_player map)], 2603 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
2604 insert remove)],
2596 ["cf::object::player" => qw(player)], 2605 ["cf::object::player" => qw(player)],
2597 ["cf::player" => qw(peaceful)], 2606 ["cf::player" => qw(peaceful)],
2598 ["cf::map" => qw(trigger)], 2607 ["cf::map" => qw(trigger)],
2599) { 2608) {
2600 no strict 'refs'; 2609 no strict 'refs';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines