 |
Crossfire Server, Trunk
1.75.0
|
#define UP_OBJ_FACE
Only thing that changed was the face.
static method_ret cf_handle_type_apply(object *op, object *applier, int aflags)
Attempts to apply a handle.
void register_apply(int ob_type, apply_func method)
Registers the apply method for the given type.
#define SET_ANIMATION(ob, newanim)
void play_sound_map(int8_t sound_type, object *emitter, int dir, const char *action)
Plays a sound on a map.
void object_update(object *op, int action)
object_update() updates the array which represents the map.
#define MSG_TYPE_APPLY_SUCCESS
Was able to apply object.
int32_t value
How much money it is worth (or contains)
char method_ret
Define some standard return values for callbacks which don't need to return any other results.
#define NDI_UNIQUE
Print immediately, don't buffer.
void init_type_cf_handle(void)
Initializer for the CF_HANDLE object type.
#define MSG_TYPE_APPLY
Applying objects.