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.229 by root, Sun Apr 1 00:36:34 2007 UTC vs.
Revision 1.232 by root, Wed Apr 4 02:07:19 2007 UTC

373 and return; 373 and return;
374 374
375 1 375 1
376} 376}
377 377
378=item cf::datalog type => key => value, ...
379
380Log a datalog packet of the given type with the given key-value pairs.
381
382=cut
383
384sub datalog($@) {
385 my ($type, %kv) = @_;
386 warn "DATALOG ", JSON::XS->new->ascii->encode ({ %kv, type => $type });
387}
388
378=back 389=back
379 390
380=cut 391=cut
381 392
382############################################################################# 393#############################################################################
1113 } 1124 }
1114 1125
1115 \@paths 1126 \@paths
1116} 1127}
1117 1128
1118=item $player->ext_reply ($msgid, $msgtype, %msg) 1129=item $player->ext_reply ($msgid, %msg)
1119 1130
1120Sends an ext reply to the player. 1131Sends an ext reply to the player.
1121 1132
1122=cut 1133=cut
1123 1134
1124sub ext_reply($$$%) { 1135sub ext_reply($$%) {
1125 my ($self, $id, %msg) = @_; 1136 my ($self, $id, %msg) = @_;
1126 1137
1127 $msg{msgid} = $id; 1138 $msg{msgid} = $id;
1128 1139
1129 $self->send ("ext " . cf::to_json \%msg); 1140 $self->send ("ext " . cf::to_json \%msg);
1141}
1142
1143=item $player->ext_event ($type, %msg)
1144
1145Sends an ext event to the client.
1146
1147=cut
1148
1149sub ext_event($$%) {
1150 my ($self, $type, %msg) = @_;
1151
1152 $self->ns->ext_event ($type, %msg);
1130} 1153}
1131 1154
1132package cf; 1155package cf;
1133 1156
1134=back 1157=back
1987 2010
1988 utf8::encode $text; 2011 utf8::encode $text;
1989 $self->send_packet (sprintf "drawinfo %d %s", $flags || cf::NDI_BLACK, $text); 2012 $self->send_packet (sprintf "drawinfo %d %s", $flags || cf::NDI_BLACK, $text);
1990} 2013}
1991 2014
2015=item $client->ext_event ($type, %msg)
2016
2017Sends an exti event to the client.
2018
2019=cut
2020
2021sub cf::client::ext_event($$%) {
2022 my ($self, $type, %msg) = @_;
2023
2024 $msg{msgtype} = "event_$type";
2025 $self->send_packet ("ext " . cf::to_json \%msg);
2026}
1992 2027
1993=item $success = $client->query ($flags, "text", \&cb) 2028=item $success = $client->query ($flags, "text", \&cb)
1994 2029
1995Queues a query to the client, calling the given callback with 2030Queues a query to the client, calling the given callback with
1996the reply text on a reply. flags can be C<cf::CS_QUERY_YESNO>, 2031the reply text on a reply. flags can be C<cf::CS_QUERY_YESNO>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines