Crossfire Client, Branch
R11627
|
Data Fields | |
char | cmd [1024] |
int | cmd_count |
int | in_fd |
int | monitor |
char * | name |
int | num_watch |
int | out_fd |
char * | params |
int | pid |
int | sync_watch |
char ** | watch |
char script::cmd[1024] |
Definition at line 148 of file script.c.
Referenced by script_process(), and script_process_cmd().
Definition at line 147 of file script.c.
Referenced by script_init(), script_process(), and script_process_cmd().
int script::in_fd |
Definition at line 139 of file script.c.
Referenced by script_dead(), script_fdset(), script_init(), and script_process().
int script::monitor |
Definition at line 144 of file script.c.
Referenced by script_init(), script_monitor(), script_monitor_str(), and script_process_cmd().
char* script::name |
Definition at line 135 of file script.c.
Referenced by script_init().
Definition at line 145 of file script.c.
Referenced by script_dead(), script_init(), script_process_cmd(), and script_watch().
int script::out_fd |
Definition at line 138 of file script.c.
Referenced by script_dead(), script_init(), script_monitor(), script_monitor_str(), script_process_cmd(), script_send_item(), script_sync(), script_tell(), script_watch(), and send_map().
char* script::params |
Definition at line 136 of file script.c.
Referenced by script_init().
int script::pid |
Definition at line 150 of file script.c.
Referenced by script_init(), and script_kill().
Definition at line 155 of file script.c.
Referenced by script_init(), script_process_cmd(), and script_sync().
char** script::watch |
Definition at line 146 of file script.c.
Referenced by script_dead(), script_init(), script_process_cmd(), and script_watch().