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.426 by root, Thu Apr 24 04:40:31 2008 UTC

2832 id => "infobox", 2832 id => "infobox",
2833 title => "Map Info", 2833 title => "Map Info",
2834 reply => undef, 2834 reply => undef,
2835 tooltip => "Information related to the maps", 2835 tooltip => "Information related to the maps",
2836 }, 2836 },
2837 "c/party" => {
2838 id => "party",
2839 title => "Party",
2840 reply => "gsay ",
2841 tooltip => "Messages and chat related to your party",
2842 },
2837); 2843);
2838 2844
2839sub cf::client::send_msg { 2845sub cf::client::send_msg {
2840 my ($self, $channel, $msg, $color, @extra) = @_; 2846 my ($self, $channel, $msg, $color, @extra) = @_;
2841 2847
3078 3084
3079The following functions and methods are available within a safe environment: 3085The following functions and methods are available within a safe environment:
3080 3086
3081 cf::object 3087 cf::object
3082 contr pay_amount pay_player map x y force_find force_add destroy 3088 contr pay_amount pay_player map x y force_find force_add destroy
3083 insert remove name archname title slaying race decrease_ob_nr 3089 insert remove name archname title slaying race decrease split
3084 3090
3085 cf::object::player 3091 cf::object::player
3086 player 3092 player
3087 3093
3088 cf::player 3094 cf::player
3094=cut 3100=cut
3095 3101
3096for ( 3102for (
3097 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y 3103 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
3098 insert remove inv name archname title slaying race 3104 insert remove inv name archname title slaying race
3099 decrease_ob_nr destroy)], 3105 decrease split destroy)],
3100 ["cf::object::player" => qw(player)], 3106 ["cf::object::player" => qw(player)],
3101 ["cf::player" => qw(peaceful)], 3107 ["cf::player" => qw(peaceful)],
3102 ["cf::map" => qw(trigger)], 3108 ["cf::map" => qw(trigger)],
3103) { 3109) {
3104 no strict 'refs'; 3110 no strict 'refs';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines