 |
Crossfire Server, Trunk
1.75.0
|
void init_type_check_inv(void)
Initializer for the CHECK_INV object type.
void register_move_on(int ob_type, move_on_func method)
Registers the move_on method for the given type.
method_ret common_pre_ob_move_on(object *trap, object *victim, object *originator)
char method_ret
Define some standard return values for callbacks which don't need to return any other results.
static method_ret check_inv_type_move_on(object *trap, object *victim, object *originator)
Move on this Inventory Checker object.
void common_post_ob_move_on(object *trap, object *victim, object *originator)