Crossfire Client, Trunk
CmdMapping Struct Reference
+ Collaboration diagram for CmdMapping:

Data Fields

enum CmdFormat cmdformat
 
const char * cmdname
 
void(* cmdproc )(unsigned char *, int)
 

Detailed Description

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.

Definition at line 88 of file client.c.

Field Documentation

◆ cmdformat

enum CmdFormat CmdMapping::cmdformat

Definition at line 91 of file client.c.

Referenced by client_run().

◆ cmdname

const char* CmdMapping::cmdname

Definition at line 89 of file client.c.

Referenced by client_run().

◆ cmdproc

void(* CmdMapping::cmdproc) (unsigned char *, int)

Definition at line 90 of file client.c.

Referenced by client_run().


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