Crossfire Server, Branches 1.12
R18729
|
#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 | |
void | init_type_teleporter (void) |
static void | move_teleporter (object *op) |
static method_ret | teleporter_type_process (ob_methods *context, object *op) |
static method_ret | teleporter_type_trigger (ob_methods *context, object *op, object *cause, int state) |
The implementation of teleporter objects.
Definition in file teleporter.c.
void init_type_teleporter | ( | void | ) |
Initializer for the teleporter object type.
Definition at line 40 of file teleporter.c.
References register_process(), register_trigger(), TELEPORTER, teleporter_type_process(), and teleporter_type_trigger().
Referenced by register_all_ob_types().
|
static |
Move function for teleporter objects.
op | teleporter. |
Definition at line 51 of file teleporter.c.
References obj::above, enter_exit(), EVENT_TRIGGER, execute_event(), EXIT_PATH, EXIT_X, EXIT_Y, FABS, FLAG_IS_FLOOR, FLAG_WIZPASS, free_object(), obj::head, llevError, LOG(), obj::map, MIN_ACTIVE_SPEED, obj::more, out_of_map(), PLAYER, QUERY_FLAG, remove_ob(), SCRIPT_FIX_ALL, obj::speed, teleport(), TELEPORTER, transfer_ob(), and obj::type.
Referenced by teleporter_type_process(), and teleporter_type_trigger().
|
static |
Processes a teleporter.
context | The method context |
op | The teleporter to process |
METHOD_OK |
Definition at line 111 of file teleporter.c.
References METHOD_OK, and move_teleporter().
Referenced by init_type_teleporter().
|
static |
A teleporter is triggered.
context | Ignored. |
op | The object being triggered |
cause | Ignored. |
state | Ignored. |
METHOD_OK |
Definition at line 124 of file teleporter.c.
References METHOD_OK, and move_teleporter().
Referenced by init_type_teleporter().