Crossfire Client, Branches  R11627
script Struct Reference
+ Collaboration diagram for script:

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
 

Detailed Description

Definition at line 134 of file script.c.

Field Documentation

char script::cmd[1024]

Definition at line 148 of file script.c.

Referenced by script_process(), and script_process_cmd().

int script::cmd_count

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().

int script::num_watch

Definition at line 145 of file script.c.

Referenced by script_dead(), script_init(), script_process_cmd(), and script_watch().

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().

int script::sync_watch

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().


The documentation for this struct was generated from the following file: