|
Atrinik Server 2.5
|
#include <plugin_python.h>
Data Fields | |
| char * | name |
| char * | script |
| double | speed |
This structure is used to define one Python-implemented command.
Definition at line 394 of file plugin_python.h.
| char* PythonCmdStruct::name |
The name of the command, as known in the game.
Definition at line 397 of file plugin_python.h.
| char* PythonCmdStruct::script |
The name of the script file to bind.
Definition at line 400 of file plugin_python.h.
| double PythonCmdStruct::speed |
The speed of the command execution.
Definition at line 403 of file plugin_python.h.
1.7.4