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

Comparing deliantra/server/plugins/cfanim/include/cfanim_proto.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.2 by root, Wed Feb 8 04:32:19 2006 UTC

55int cf_object_get_resistance(object *op, int rtype); 55int cf_object_get_resistance(object *op, int rtype);
56void *cf_object_set_int_property(object *op, int propcode, int value); 56void *cf_object_set_int_property(object *op, int propcode, int value);
57void *cf_object_set_long_property(object *op, int propcode, long value); 57void *cf_object_set_long_property(object *op, int propcode, long value);
58void *cf_object_set_string_property(object *op, int propcode, char *value); 58void *cf_object_set_string_property(object *op, int propcode, char *value);
59void cf_player_move(player *pl, int dir); 59void cf_player_move(player *pl, int dir);
60void cf_object_move(object *op, object *originator, int dir); 60void cf_object_move(object *op, int dir, object *originator);
61object *cf_player_send_inventory(object *op); 61object *cf_player_send_inventory(object *op);
62void cf_object_apply(object *op, object *author, int flags); 62void cf_object_apply(object *op, object *author, int flags);
63void cf_object_apply_below(object *op); 63void cf_object_apply_below(object *op);
64void cf_object_remove(object *op); 64void cf_object_remove(object *op);
65void cf_object_free(object *op); 65void cf_object_free(object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines