|
Crossfire Server
1.75.0
|
Those functions deal with the object/type system. More...
Go to the source code of this file.
Functions | |
| void | init_ob_methods (void) |
| Initializes the ob_method system. More... | |
Variables | |
| static ob_methods | base_type |
| static ob_methods | legacy_type |
Those functions deal with the object/type system.
Definition in file ob_methods.cpp.
| 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 35 of file ob_methods.cpp.
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 27 of file ob_methods.cpp.
|
static |
Definition at line 29 of file ob_methods.cpp.