Crossfire Server, Branches 1.12
R18729
|
#include <cfpython.h>
Data Fields | |
char * | name |
char * | script |
double | speed |
Definition at line 138 of file cfpython.h.
char* PythonCmdStruct::name |
Definition at line 139 of file cfpython.h.
Referenced by getPluginProperty(), initPlugin(), and registerCommand().
char* PythonCmdStruct::script |
Definition at line 140 of file cfpython.h.
Referenced by initPlugin(), and registerCommand().
double PythonCmdStruct::speed |
Definition at line 141 of file cfpython.h.
Referenced by initPlugin(), and registerCommand().