Crossfire Server, Branches 1.12
R18729
|
#include <cfpython.h>
Data Fields | |
object * | activator |
PyObject * | activator |
struct _cfpcontext * | down |
object * | event |
PyObject * | event |
int | event_code |
int | fix |
char | message [1024] |
char | options [1024] |
int | parms [5] |
int | returnvalue |
char | script [1024] |
object * | third |
PyObject * | third |
object * | who |
PyObject * | who |
Definition at line 116 of file cfpython.h.
object* _cfpcontext::activator |
Definition at line 56 of file plugin_template.h.
PyObject* _cfpcontext::activator |
Definition at line 119 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), eventListener(), freeContext(), getWhoIsActivator(), and globalEventListener().
struct _cfpcontext * _cfpcontext::down |
Definition at line 117 of file cfpython.h.
Referenced by popContext(), and pushContext().
object* _cfpcontext::event |
Definition at line 58 of file plugin_template.h.
PyObject* _cfpcontext::event |
Definition at line 121 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getEvent(), and globalEventListener().
int _cfpcontext::event_code |
Definition at line 124 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), and globalEventListener().
int _cfpcontext::fix |
Definition at line 123 of file cfpython.h.
Referenced by cfpython_runPluginCommand(), and eventListener().
char _cfpcontext::message |
Definition at line 122 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), eventListener(), getWhatIsMessage(), and globalEventListener().
char _cfpcontext::options |
Definition at line 126 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), eventListener(), and getScriptParameters().
int _cfpcontext::parms |
Definition at line 128 of file cfpython.h.
int _cfpcontext::returnvalue |
Definition at line 127 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), eventListener(), getReturnValue(), globalEventListener(), and setReturnValue().
char _cfpcontext::script[1024] |
Definition at line 125 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), do_script(), eventListener(), getPrivateDictionary(), and getScriptName().
object* _cfpcontext::third |
Definition at line 57 of file plugin_template.h.
PyObject* _cfpcontext::third |
Definition at line 120 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), eventListener(), freeContext(), getWhoIsThird(), and globalEventListener().
object* _cfpcontext::who |
Definition at line 55 of file plugin_template.h.
PyObject* _cfpcontext::who |
Definition at line 118 of file cfpython.h.
Referenced by cfpython_globalEventListener(), cfpython_runPluginCommand(), Crossfire_Object_Remove(), eventListener(), freeContext(), getWhoAmI(), and globalEventListener().