Crossfire Server, Branch 1.12  R12190
Data Fields
player_cmd_mapping Struct Reference

Definition of a function called in reaction to player's action. More...

Data Fields

const char * cmdname
 Command name.
const func_uint8_int_pl cmdproc
 Function to call.
const uint8 flag
 If set, the player must be in the ST_PLAYING state for this command to be available.

Detailed Description

Definition of a function called in reaction to player's action.

Definition at line 91 of file loop.c.


Field Documentation

Command name.

Definition at line 92 of file loop.c.

Referenced by handle_client().

Function to call.

Definition at line 93 of file loop.c.

Referenced by handle_client().

If set, the player must be in the ST_PLAYING state for this command to be available.

Definition at line 94 of file loop.c.

Referenced by handle_client().


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