ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.231 by root, Mon Jul 16 14:26:30 2007 UTC vs.
Revision 1.232 by elmex, Mon Jul 16 14:49:01 2007 UTC

964} 964}
965 965
966SV * 966SV *
967cfperl_result (int idx) 967cfperl_result (int idx)
968{ 968{
969 AV *av = get_av ("cfperl::invoke_results", 0); 969 AV *av = get_av ("cf::invoke_results", 0);
970 if (!av) 970 if (!av)
971 return &PL_sv_undef; 971 return &PL_sv_undef;
972 972
973 SV **sv = av_fetch (av, idx, 0); 973 SV **sv = av_fetch (av, idx, 0);
974 if (!sv) 974 if (!sv)
2009 2009
2010void add_button_link (object *button, maptile *map, int connected); 2010void add_button_link (object *button, maptile *map, int connected);
2011 2011
2012void remove_button_link (object *op); 2012void remove_button_link (object *op);
2013 2013
2014void handle_apply_yield (object *op);
2015
2014 2016
2015MODULE = cf PACKAGE = cf::object PREFIX = cf_ 2017MODULE = cf PACKAGE = cf::object PREFIX = cf_
2016 2018
2017object *cf_insert_ob_in_ob (object *ob, object *where) 2019object *cf_insert_ob_in_ob (object *ob, object *where)
2018 2020

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines