Crossfire Server, Branch 1.12  R12190
Functions | Variables
ob_methods.c File Reference

Those functions deal with the object/type system. More...

#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sproto.h>
Include dependency graph for ob_methods.c:

Go to the source code of this file.

Functions

void init_ob_methods (void)
 Initializes the ob_method system.

Variables

static ob_methods base_type
static ob_methods legacy_type

Detailed Description

Those functions deal with the object/type system.

Definition in file ob_methods.c.


Function Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

Definition at line 41 of file ob_methods.c.

Definition at line 43 of file ob_methods.c.