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

Go to the source code of this file.

Functions

void init_type_player_mover (void)
 
static method_ret player_mover_type_move_on (object *trap, object *victim, object *originator)
 

Detailed Description

The implementation of the Player-mover class of objects.

Definition in file player_mover.cpp.

Function Documentation

◆ init_type_player_mover()

void init_type_player_mover ( void  )

Initializer for the PLAYERMOVER object type.

Definition at line 38 of file player_mover.cpp.

References player_mover_type_move_on(), PLAYERMOVER, and register_move_on().

Referenced by register_all_ob_types().

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

◆ player_mover_type_move_on()

static method_ret player_mover_type_move_on ( object trap,
object victim,
object originator 
)
static

Move on this Player Mover object.

Parameters
trapThe Player Mover we're moving on
victimThe object moving over this one
originatorThe object that caused the move_on event
Returns
METHOD_OK

Definition at line 48 of file player_mover.cpp.

References object::attacktype, common_post_ob_move_on(), common_pre_ob_move_on(), FABS, object::level, living::maxsp, METHOD_ERROR, METHOD_OK, PLAYER, should_director_abort(), object::speed, object::stats, and reputation::victim.

Referenced by init_type_player_mover().

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