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.109 by root, Tue Nov 3 23:44:20 2009 UTC vs.
Revision 1.110 by root, Thu Nov 5 14:38:48 2009 UTC

104void cfperl_send_msg (client *ns, int color, const char *type, const char *msg); 104void cfperl_send_msg (client *ns, int color, const char *type, const char *msg);
105int cfperl_can_merge (object *ob1, object *ob2); 105int cfperl_can_merge (object *ob1, object *ob2);
106void cfperl_mapscript_activate (object *ob, int state, object *activator, object *originator = 0); 106void cfperl_mapscript_activate (object *ob, int state, object *activator, object *originator = 0);
107 107
108bool is_match_expr (const char *expr); 108bool is_match_expr (const char *expr);
109/* applies the match expression and returns true if it matches */ 109// applies the match expression and returns true if it matches
110bool match (const char *expr, object *ob, object *self = 0, object *source = 0, object *originator = 0); 110bool match (const char *expr, object *ob, object *self = 0, object *source = 0, object *originator = 0);
111// same as above, but returns the first object found, or 0
112object *match_one (const char *expr, object *ob, object *self = 0, object *source = 0, object *originator = 0);
111 113
112////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 114//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
113 115
114#if IVSIZE >= 8 116#if IVSIZE >= 8
115 typedef IV val64; 117 typedef IV val64;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines