|
Crossfire Server, Branch 1.12
R12190
|
The implementation of the Identify Altar class of objects. More...
#include <global.h>#include <ob_methods.h>#include <ob_types.h>#include <sounds.h>#include <sproto.h>
Go to the source code of this file.
Functions | |
| static method_ret | identify_altar_type_move_on (ob_methods *context, object *altar, object *money, object *originator) |
| Move on this Altar Identifier object. | |
| void | init_type_identify_altar (void) |
| Initializer for the IDENTIFY_ALTAR object type. | |
The implementation of the Identify Altar class of objects.
Definition in file identify_altar.c.
| static method_ret identify_altar_type_move_on | ( | ob_methods * | context, |
| object * | altar, | ||
| object * | money, | ||
| object * | originator | ||
| ) | [static] |
Move on this Altar Identifier object.
| context | The method context |
| altar | The Altar Identifier we're moving on |
| money | The object moving over this one |
| originator | The object that caused the move_on event |
Definition at line 50 of file identify_altar.c.
References check_altar_sacrifice(), common_post_ob_move_on(), common_pre_ob_move_on(), draw_ext_info(), draw_ext_info_format(), find_marked_object(), FLAG_IDENTIFIED, identify(), llevError, LOG(), MAX_BUF, METHOD_ERROR, METHOD_OK, MONEY, MSG_TYPE_APPLY, MSG_TYPE_APPLY_FAILURE, MSG_TYPE_APPLY_SUCCESS, NDI_UNIQUE, need_identify(), ob_describe(), operate_altar(), PLAYER, and QUERY_FLAG.
Referenced by init_type_identify_altar().


| void init_type_identify_altar | ( | void | ) |
Initializer for the IDENTIFY_ALTAR object type.
Definition at line 38 of file identify_altar.c.
References IDENTIFY_ALTAR, identify_altar_type_move_on(), and register_move_on().
Referenced by register_all_ob_types().


1.7.6.1