Atrinik Server 2.5
Functions
types/teleporter.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

void move_teleporter (object *op)

Detailed Description

Handles code used by teleporters.

Definition in file teleporter.c.


Function Documentation

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.

Parameters:
opThe teleporter.

Definition at line 39 of file teleporter.c.