Crossfire Server, Branches 1.12
R18729
|
#include <commands.h>
Data Fields | |
command_function | func |
const char * | name |
float | time |
Represents one command.
Definition at line 58 of file commands.h.
command_function command_array_struct::func |
Pointer to command function.
Definition at line 60 of file commands.h.
Referenced by execute_newserver_command(), and getPluginProperty().
const char* command_array_struct::name |
Command name.
Definition at line 59 of file commands.h.
Referenced by find_command_element(), and getPluginProperty().
float command_array_struct::time |
How long it takes to execute this command.
Definition at line 61 of file commands.h.
Referenced by execute_newserver_command(), and getPluginProperty().