method_ret common_trap_type_process(object *op)
Processes a Rune or Trap.
void register_move_on(int ob_type, move_on_func method)
Registers the move_on method for the given type.
Global type definitions and header inclusions.
void register_process(int ob_type, process_func method)
Registers the process method for the given type.
method_ret common_trap_type_move_on(object *trap, object *victim, object *originator)
Move on this Rune or Trap object.
void init_type_rune(void)
Initializer for the RUNE object type.
Object type functions and variables.