Crossfire Client, Trunk
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 120 of file script.c.

Field Documentation

◆ cmd

char script::cmd[1024]

Definition at line 134 of file script.c.

Referenced by script_process(), script_process_cmd(), and script_watch().

◆ cmd_count

int script::cmd_count

Definition at line 133 of file script.c.

Referenced by script_init(), script_process(), and script_process_cmd().

◆ in_fd

int script::in_fd

Definition at line 125 of file script.c.

Referenced by script_dead(), script_fdset(), script_init(), and script_process().

◆ monitor

int script::monitor

Definition at line 130 of file script.c.

Referenced by script_init(), script_monitor(), script_monitor_str(), and script_process_cmd().

◆ name

char* script::name

Definition at line 121 of file script.c.

Referenced by script_by_name(), script_dead(), script_init(), script_list(), and script_process_cmd().

◆ num_watch

int script::num_watch

Definition at line 131 of file script.c.

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

◆ out_fd

◆ params

char* script::params

Definition at line 122 of file script.c.

Referenced by script_dead(), script_init(), script_kill(), script_list(), and script_tell().

◆ pid

int script::pid

Definition at line 136 of file script.c.

Referenced by script_init(), script_kill(), and script_killall().

◆ sync_watch

int script::sync_watch

Definition at line 141 of file script.c.

Referenced by script_init(), script_process_cmd(), and script_sync().

◆ watch

char** script::watch

Definition at line 132 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: