 |
Crossfire Server, Trunk
1.75.0
|
move_on_func move_on
The move_on method.
void legacy_ob_describe(const object *op, const object *observer, int use_media_tags, char *buf, size_t size)
Describes an object, seen by a given observer.
static ob_methods legacy_type
void init_ob_types(ob_methods *base_type)
Initializes the object system.
apply_func apply
The apply method.
This struct stores function pointers for actions that can be done to objects.
describe_func describe
The describe method.
process_func process
The process method.
static ob_methods base_type
method_ret legacy_ob_apply(object *op, object *applier, int aflags)
Main apply handler.
void register_all_ob_types(void)
Calls the intialization functions for all individual types.
void init_ob_method_struct(ob_methods *methods, ob_methods *fallback)
Initializes a ob_methods struct.
void init_ob_methods(void)
Initializes the ob_method system.
method_ret legacy_ob_process(object *op)