|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| void | move_teleporter (object *op) |
Handles code used by teleporters.
Definition in file teleporter.c.
| void move_teleporter | ( | object * | op | ) |
Teleporter does its tick.
A teleporter will teleport any object on the tile node it is on, including multi arch objects which are with one part on the teleporter, unless the object has FLAG_NO_TELEPORT set.
| op | The teleporter. |
Definition at line 39 of file teleporter.c.
1.7.4