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

Go to the source code of this file.

Functions

static method_ret arrow_type_process (object *op)
 
void init_type_arrow (void)
 

Detailed Description

The implementation of the Arrow class of objects.

Definition in file arrow.cpp.

Function Documentation

◆ arrow_type_process()

static method_ret arrow_type_process ( object op)
static

Move an arrow along its course. Uses common_process_projectile.

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

Definition at line 49 of file arrow.cpp.

References ARROW, common_process_projectile(), llevError, LOG(), METHOD_ERROR, METHOD_OK, object_free_drop_inventory(), object_remove(), give::op, and stop_projectile().

Referenced by init_type_arrow().

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

◆ init_type_arrow()

void init_type_arrow ( void  )

Initializer for the ARROW object type.

Definition at line 39 of file arrow.cpp.

References ARROW, arrow_type_process(), common_projectile_move_on(), register_move_on(), and register_process().

Referenced by register_all_ob_types().

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