|
Crossfire Server, Branch 1.12
R12190
|
#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().
1.7.6.1