|
Crossfire Client, Branches
R11627
|
#include <client.h>
Collaboration diagram for ClientSocket:Data Fields | |
| int | command_received |
| int | command_sent |
| int | command_time |
| int | cs_version |
| int | fd |
| SockList | inbuf |
| int | sc_version |
| char * | servername |
| int ClientSocket::command_received |
Definition at line 103 of file client.h.
Referenced by CompleteCmd(), init_client_vars(), reset_client_vars(), script_process_cmd(), and send_command().
| int ClientSocket::command_sent |
Definition at line 103 of file client.h.
Referenced by CompleteCmd(), init_client_vars(), reset_client_vars(), script_process_cmd(), and send_command().
| int ClientSocket::command_time |
Definition at line 105 of file client.h.
Referenced by CompleteCmd(), init_client_vars(), and reset_client_vars().
| int ClientSocket::cs_version |
Definition at line 99 of file client.h.
Referenced by main(), negotiate_connection(), send_command(), and VersionCmd().
| int ClientSocket::fd |
Definition at line 97 of file client.h.
Referenced by applyconfig(), client_send_apply(), client_send_examine(), client_send_move(), command_take(), disconnect(), do_disconnect(), do_network(), DoClient(), event_loop(), get_image_info(), inscribe_magical_scroll(), keyfunc(), look_at(), main(), metaserver_connect_to(), metaserver_select(), negotiate_connection(), on_disconnect_activate(), on_drawingarea_map_configure_event(), on_metaserver_select_clicked(), read_config_window(), requestface(), script_process_cmd(), send_command(), send_mark_obj(), send_reply(), SendAddMe(), SendSetFaceMode(), SendVersion(), SetupCmd(), and toggle_locked().
| SockList ClientSocket::inbuf |
Definition at line 98 of file client.h.
Referenced by DoClient(), and main().
| int ClientSocket::sc_version |
Definition at line 99 of file client.h.
Referenced by draw_stats(), negotiate_connection(), set_item_values(), and VersionCmd().
| char* ClientSocket::servername |
Definition at line 106 of file client.h.
Referenced by init_connection(), and setUserPass().