|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| void | maps_info (object *op) |
| int | command_motd (object *op, char *params) |
| static int | count_active () |
| void | malloc_info (object *op) |
| static void | current_map_info (object *op) |
| int | command_who (object *op, char *params) |
| int | command_mapinfo (object *op, char *params) |
| int | command_time (object *op, char *params) |
| int | command_hiscore (object *op, char *params) |
| int | command_version (object *op, char *params) |
| int | command_praying (object *op, char *params) |
| int | onoff_value (char *line) |
| void | receive_player_name (object *op) |
| void | receive_player_password (object *op) |
| int | command_save (object *op, char *params) |
| int | command_afk (object *op, char *params) |
| int | command_gsay (object *op, char *params) |
| int | command_party (object *op, char *params) |
| int | command_whereami (object *op, char *params) |
| int | command_ms_privacy (object *op, char *params) |
| int | command_statistics (object *op, char *params) |
| int | command_region_map (object *op, char *params) |
Handles misc. input request - things like hash table, malloc, maps, who, etc.
Definition in file misc.c.
| int command_afk | ( | object * | op, |
| char * | params | ||
| ) |
| int command_gsay | ( | object * | op, |
| char * | params | ||
| ) |
| int command_hiscore | ( | object * | op, |
| char * | params | ||
| ) |
| int command_mapinfo | ( | object * | op, |
| char * | params | ||
| ) |
| int command_motd | ( | object * | op, |
| char * | params | ||
| ) |
| int command_ms_privacy | ( | object * | op, |
| char * | params | ||
| ) |
| int command_party | ( | object * | op, |
| char * | params | ||
| ) |
| int command_praying | ( | object * | op, |
| char * | params | ||
| ) |
| int command_region_map | ( | object * | op, |
| char * | params | ||
| ) |
| int command_save | ( | object * | op, |
| char * | params | ||
| ) |
| int command_statistics | ( | object * | op, |
| char * | params | ||
| ) |
| int command_time | ( | object * | op, |
| char * | params | ||
| ) |
| int command_version | ( | object * | op, |
| char * | params | ||
| ) |
| int command_whereami | ( | object * | op, |
| char * | params | ||
| ) |
| int command_who | ( | object * | op, |
| char * | params | ||
| ) |
Print out a list of all logged in players in the game.
| op | The object requesting this |
| params | Command parameters |
| static int count_active | ( | ) | [static] |
| static void current_map_info | ( | object * | op | ) | [static] |
| void malloc_info | ( | object * | op | ) |
| void maps_info | ( | object * | op | ) |
| int onoff_value | ( | char * | line | ) |
| void receive_player_name | ( | object * | op | ) |
1.7.4