|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for player_cmd_mapping:Data Fields | |
| const char * | cmdname |
| const func_uint8_int_pl | cmdproc |
| const uint8 | flag |
Definition of a function called in reaction to player's action.
| const char* player_cmd_mapping::cmdname |
| const func_uint8_int_pl player_cmd_mapping::cmdproc |
| const uint8 player_cmd_mapping::flag |
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().