Crossfire Server, Branches 1.12  R18729
gate.c File Reference
#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>
+ Include dependency graph for gate.c:

Go to the source code of this file.

Functions

static method_ret gate_type_process (ob_methods *context, object *op)
 
void init_type_gate (void)
 
static method_ret timed_gate_type_process (ob_methods *context, object *op)
 

Detailed Description

The implementation of the Gate and Timed Gate classes of objects.

Todo:
merge GATE and TIMED_GATE object types.

Definition in file gate.c.

Function Documentation

static method_ret gate_type_process ( ob_methods context,
object op 
)
static
void init_type_gate ( void  )

Initializer for the gate object type.

Definition at line 40 of file gate.c.

References GATE, gate_type_process(), register_process(), TIMED_GATE, and timed_gate_type_process().

Referenced by register_all_ob_types().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static method_ret timed_gate_type_process ( ob_methods context,
object op 
)
static

Handle ob_process for all timed gate objects.

  • hp : how long door is open/closed
  • maxhp : initial value for hp
  • sp : 1 = open, 0 = close
    Parameters
    contextThe method context
    opThe timed gate that's being processed.
    Returns
    METHOD_OK
    Todo:
    Split function into more managable functions.

Definition at line 198 of file gate.c.

References gate_type_process(), liv::hp, METHOD_OK, liv::sp, obj::speed, obj::stats, update_ob_speed(), and obj::value.

Referenced by init_type_gate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: