Crossfire Server, Branch 1.12  R12190
Data Fields
command_array_struct Struct Reference

Represents one command. More...

#include <commands.h>

Data Fields

command_function func
 Pointer to command function.
const char * name
 Command name.
float time
 How long it takes to execute this command.

Detailed Description

Represents one command.

Definition at line 58 of file commands.h.


Field Documentation

Pointer to command function.

Definition at line 60 of file commands.h.

Referenced by execute_newserver_command(), and getPluginProperty().

Command name.

Definition at line 59 of file commands.h.

Referenced by find_command_element(), and getPluginProperty().

How long it takes to execute this command.

Definition at line 61 of file commands.h.

Referenced by execute_newserver_command(), and getPluginProperty().


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