version 1.4 | | version 1.5 |
---|
| | |
object *cf_insert_ob_in_ob(object *ob, object *where); | | object *cf_insert_ob_in_ob(object *ob, object *where); |
const char *cf_object_get_msg(object *ob); | | const char *cf_object_get_msg(object *ob); |
void cf_object_set_weight(object *ob, int weight); | | void cf_object_set_weight(object *ob, int weight); |
| | void cf_object_set_weight_limit(object *ob, int weight); |
int cf_object_get_weight(object *ob); | | int cf_object_get_weight(object *ob); |
| | int cf_object_get_weight_limit(object *ob); |
int cf_object_set_nrof(object *ob, int nrof); | | int cf_object_set_nrof(object *ob, int nrof); |
int cf_object_get_nrof(object *ob); | | int cf_object_get_nrof(object *ob); |
int cf_object_get_flag(object *ob, int flag); | | int cf_object_get_flag(object *ob, int flag); |