|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| static int | move_internal (object *op, char *params, int dir) |
| int | command_east (object *op, char *params) |
| int | command_north (object *op, char *params) |
| int | command_northeast (object *op, char *params) |
| int | command_northwest (object *op, char *params) |
| int | command_south (object *op, char *params) |
| int | command_southeast (object *op, char *params) |
| int | command_southwest (object *op, char *params) |
| int | command_west (object *op, char *params) |
| int | command_stay (object *op, char *params) |
| int | command_turn_right (object *op, char *params) |
| int | command_turn_left (object *op, char *params) |
| int | command_push_object (object *op, char *params) |
Handles main movement commands.
Definition in file move.c.
| int command_east | ( | object * | op, |
| char * | params | ||
| ) |
| int command_north | ( | object * | op, |
| char * | params | ||
| ) |
| int command_northeast | ( | object * | op, |
| char * | params | ||
| ) |
| int command_northwest | ( | object * | op, |
| char * | params | ||
| ) |
| int command_push_object | ( | object * | op, |
| char * | params | ||
| ) |
| int command_south | ( | object * | op, |
| char * | params | ||
| ) |
| int command_southeast | ( | object * | op, |
| char * | params | ||
| ) |
| int command_southwest | ( | object * | op, |
| char * | params | ||
| ) |
| int command_stay | ( | object * | op, |
| char * | params | ||
| ) |
| int command_turn_left | ( | object * | op, |
| char * | params | ||
| ) |
| int command_turn_right | ( | object * | op, |
| char * | params | ||
| ) |
| int command_west | ( | object * | op, |
| char * | params | ||
| ) |
| static int move_internal | ( | object * | op, |
| char * | params, | ||
| int | dir | ||
| ) | [static] |
1.7.4