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

Go to the source code of this file.

Functions

void move_gate (object *op)
void move_timed_gate (object *op)

Detailed Description

Code related to gate and timed gate object types.

Definition in file gate.c.


Function Documentation

void move_gate ( object op)

Move a gate up/down.

Parameters:
opGate object.

Definition at line 36 of file gate.c.

void move_timed_gate ( object op)

Move a timed gate.

Parameters:
opTimed gate object

Definition at line 267 of file gate.c.