Crossfire Server, Trunk  1.75.0
client_cmd_mapping Struct Reference

Definition of a function the client sends without player interaction. More...

+ Collaboration diagram for client_cmd_mapping:

Data Fields

const char * cmdname
 Command name. More...
 
const func_uint8_int_ns cmdproc
 Function to call. More...
 

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: