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

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.126 by root, Mon Oct 29 23:55:53 2012 UTC vs.
Revision 1.127 by root, Sun Nov 11 04:29:11 2012 UTC

101void cfperl_cleanup (int make_core); 101void cfperl_cleanup (int make_core);
102void cfperl_make_book (object *book, int level); 102void cfperl_make_book (object *book, int level);
103void cfperl_send_msg (client *ns, int color, const_utf8_string type, const_utf8_string msg); 103void cfperl_send_msg (client *ns, int color, const_utf8_string type, const_utf8_string msg);
104int cfperl_can_merge (object *ob1, object *ob2); 104int cfperl_can_merge (object *ob1, object *ob2);
105void cfperl_mapscript_activate (object *ob, int state, object *activator, object *originator = 0); 105void cfperl_mapscript_activate (object *ob, int state, object *activator, object *originator = 0);
106void cfperl_ix (client *ns, faceidx idx, int pri, uint32 size, uint32 fofs);
106 107
107bool is_match_expr (const_utf8_string expr); 108bool is_match_expr (const_utf8_string expr);
108// applies the match expression and returns true if it matches 109// applies the match expression and returns true if it matches
109bool match (const_utf8_string expr, object *ob, object *self = 0, object *source = 0, object *originator = 0); 110bool match (const_utf8_string expr, object *ob, object *self = 0, object *source = 0, object *originator = 0);
110// same as above, but returns the first object found, or 0 111// same as above, but returns the first object found, or 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines