Crossfire Client, Trunk
Public Attributes | List of all members
CmdMapping Struct Reference
Collaboration diagram for CmdMapping:
Collaboration graph

Public Attributes

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.

Member Data 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: