|
Crossfire Server, Trunk
|
#include <cfpython.h>
Collaboration diagram for _cfpcontext: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] |
| struct talk_info * | talk |
| object * | third |
| PyObject * | third |
| object * | who |
| PyObject * | who |
Definition at line 91 of file cfpython.h.
| object* _cfpcontext::activator |
Definition at line 57 of file plugin_template.h.
| PyObject* _cfpcontext::activator |
Definition at line 94 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getWhoIsActivator(), globalEventListener(), and python_command_function().
| struct _cfpcontext * _cfpcontext::down |
Definition at line 92 of file cfpython.h.
Referenced by popContext(), and pushContext().
| object* _cfpcontext::event |
Definition at line 59 of file plugin_template.h.
| PyObject* _cfpcontext::event |
Definition at line 96 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getEvent(), globalEventListener(), and python_command_function().
| int _cfpcontext::event_code |
Definition at line 98 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), and globalEventListener().
| int _cfpcontext::fix |
Definition at line 61 of file plugin_template.h.
Referenced by eventListener().
| char _cfpcontext::message |
Definition at line 97 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), getWhatIsMessage(), globalEventListener(), and python_command_function().
| char _cfpcontext::options |
Definition at line 100 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), getEventFiles(), getScriptParameters(), and python_command_function().
| int _cfpcontext::parms[5] |
Definition at line 65 of file plugin_template.h.
| int _cfpcontext::returnvalue |
Definition at line 101 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), getReturnValue(), globalEventListener(), python_command_function(), and setReturnValue().
| char _cfpcontext::script[1024] |
Definition at line 99 of file cfpython.h.
Referenced by cfpython_globalEventListener(), do_script(), eventListener(), getPrivateDictionary(), getScriptName(), and python_command_function().
| struct talk_info* _cfpcontext::talk |
Definition at line 102 of file cfpython.h.
Referenced by addReply(), Crossfire_Object_Say(), eventListener(), npcSay(), and setPlayerMessage().
| object* _cfpcontext::third |
Definition at line 58 of file plugin_template.h.
| PyObject* _cfpcontext::third |
Definition at line 95 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getWhoIsThird(), globalEventListener(), and python_command_function().
| object* _cfpcontext::who |
Definition at line 56 of file plugin_template.h.
| PyObject* _cfpcontext::who |
Definition at line 93 of file cfpython.h.
Referenced by cfpython_globalEventListener(), Crossfire_Object_Remove(), eventListener(), freeContext(), getWhoAmI(), globalEventListener(), and python_command_function().