Crossfire Server, Trunk
client_cmd_mapping Struct Reference
+ Collaboration diagram for client_cmd_mapping:

Data Fields

const char * cmdname
 
const func_uint8_int_ns cmdproc
 

Detailed Description

Definition of a function the client sends without player interaction.

Definition at line 68 of file loop.cpp.

Field Documentation

◆ cmdname

const char* client_cmd_mapping::cmdname

Command name.

Definition at line 69 of file loop.cpp.

Referenced by handle_cmd().

◆ cmdproc

const func_uint8_int_ns client_cmd_mapping::cmdproc

Function to call.

Definition at line 70 of file loop.cpp.

Referenced by handle_cmd().


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