|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| void | move_player_mover (object *op) |
Handles code used for player movers.
Definition in file player_mover.c.
| void move_player_mover | ( | object * | op | ) |
A player mover finds any players that are sitting on it. It moves them based on the mover's direction.
| op | The player mover. |
Definition at line 36 of file player_mover.c.
1.7.4