![]() |
Crossfire Client, Trunk
|
Links server commands to client functions that implement them, and gives a rough indication of the type of data that the server supplies with the command. More...
Collaboration diagram for CmdMapping:Data Fields | |
| enum CmdFormat | cmdformat |
| const char * | cmdname |
| void(* | cmdproc )(unsigned char *, int) |
Links server commands to client functions that implement them, and gives a rough indication of the type of data that the server supplies with the command.
| enum CmdFormat CmdMapping::cmdformat |
Definition at line 91 of file client.c.
Referenced by client_run().
| const char* CmdMapping::cmdname |
Definition at line 89 of file client.c.
Referenced by client_run().
| void(* CmdMapping::cmdproc) (unsigned char *, int) |
Definition at line 90 of file client.c.
Referenced by client_run().