Crossfire Server, Branches 1.12  R18729
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 83 of file loop.c.

Field Documentation

const char* client_cmd_mapping::cmdname

Command name.

Definition at line 84 of file loop.c.

Referenced by handle_client().

const func_uint8_int_ns client_cmd_mapping::cmdproc

Function to call.

Definition at line 85 of file loop.c.

Referenced by handle_client().


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