struct social_messg | |
{ | |
int act_nr; | |
int hide; | |
int min_victim_position; | |
char* char_no_arg; | |
char* others_no_arg; | |
char* char_found; | |
char* others_found; | |
char* vict_found; | |
char* not_found; | |
char* char_auto; | |
char* others_auto; | |
} |
Visible in: | act.social.c | |
Used in: | boot_social_messages() | act.social.c |
do_action() | act.social.c | |
find_action() | act.social.c |
Defined in: | db.c |
descriptor_list
extern struct descriptor_data* descriptor_list
Defined in: | comm.c |
Used in: | boot_social_messages() |
find_action() |
Prototyped in: | act.social.c | |
Calls: | basic_mud_log() | utils.c |
find_command() | interpreter.c | |
fread_action() | act.social.c | |
__errno_location(), abort(), calloc(), exit(), fclose(), fopen(), fscanf(), memset(), perror(), strerror() | ||
Called by: | boot_db() | db.c |
References Functions: | do_action() | act.social.c |
References Variables: | cmd_info | interpreter.c |
list_top | act.social.c | |
soc_mess_list | act.social.c |
Prototyped in: | act.social.c | |
Calls: | act() | comm.c |
get_char_vis() | handler.c | |
number() | utils.c | |
one_argument() | interpreter.c | |
send_to_char() | comm.c | |
sprintf() | ||
Used in: | interpreter.c | |
References Variables: | arg | db.c |
buf | db.c |
Prototyped in: | act.social.c | |
Called by: | do_action() | act.social.c |
References Variables: | list_top | act.social.c |
soc_mess_list | act.social.c |
Prototyped in: | act.social.c | |
Calls: | basic_mud_log() | utils.c |
str_dup() | utils.c | |
exit(), feof(), fgets(), strlen() | ||
Called by: | boot_social_messages() | act.social.c |
load_messages() | fight.c |