|
Atrinik Server 2.5
|
#include <commands.h>
Data Fields | |
| char * | name |
| CommFunc | func |
| float | time |
| int | flags |
Command array entry structure
Definition at line 36 of file commands.h.
Command flags.
Definition at line 48 of file commands.h.
| CommFunc CommArray_s::func |
The function to call
Definition at line 42 of file commands.h.
| char* CommArray_s::name |
Name of the command
Definition at line 39 of file commands.h.
| float CommArray_s::time |
How long it takes to execute this command
Definition at line 45 of file commands.h.
1.7.4