Crossfire Server, Trunk  1.75.0
thrown_object.cpp File Reference
#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>
+ Include dependency graph for thrown_object.cpp:

Go to the source code of this file.

Functions

void init_type_thrown_object (void)
 Initializer for the THROWN_OBJ object type. More...
 
static method_ret thrown_object_type_process (object *op)
 Move a thrown object along its course. More...
 

Detailed Description

The implementation of the Thrown Object class of objects.

Definition in file thrown_object.cpp.

Function Documentation

◆ init_type_thrown_object()

void init_type_thrown_object ( void  )

Initializer for the THROWN_OBJ object type.

Definition at line 38 of file thrown_object.cpp.

References common_projectile_move_on(), register_move_on(), register_process(), THROWN_OBJ, and thrown_object_type_process().

Referenced by register_all_ob_types().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ thrown_object_type_process()

static method_ret thrown_object_type_process ( object op)
static

Move a thrown object along its course.

Uses common_process_projectile.

Parameters
opThe thrown object being moved.
Returns
METHOD_ERROR if op is not in a map, otherwise METHOD_OK

Definition at line 48 of file thrown_object.cpp.

References common_process_projectile(), object::inv, object::last_sp, llevError, LOG(), object::map, METHOD_ERROR, METHOD_OK, object_free_drop_inventory(), object_remove(), stop_projectile(), THROWN_OBJ, and object::type.

Referenced by init_type_thrown_object().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: