Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Functions | |
void | init_ob_methods (void) |
Variables | |
static ob_methods | base_type |
static ob_methods | legacy_type |
Those functions deal with the object/type system.
Definition in file ob_methods.c.
void init_ob_methods | ( | void | ) |
Initializes the ob_method system. This means initializing legacy_type, base_type, and also calling init_ob_types() from ob_types.c
Definition at line 49 of file ob_methods.c.
References ob_methods::apply, ob_methods::describe, init_ob_method_struct(), init_ob_types(), legacy_ob_apply(), legacy_ob_describe(), legacy_ob_process(), ob_methods::move_on, ob_methods::process, and register_all_ob_types().
Referenced by init().
|
static |
Definition at line 41 of file ob_methods.c.
|
static |
Definition at line 43 of file ob_methods.c.