![]() |
Crossfire Server, Trunk
1.75.0
|
#include <cfpython.h>
Collaboration diagram for CFPContext:Data Fields | |
| object * | activator |
| PyObject * | activator |
| 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 94 of file cfpython.h.
| object* CFPContext::activator |
Definition at line 57 of file plugin_template.h.
| PyObject* CFPContext::activator |
Definition at line 97 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getWhoIsActivator(), globalEventListener(), and python_command_function().
| CFPContext * CFPContext::down |
Definition at line 95 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 99 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), freeContext(), getEvent(), globalEventListener(), and python_command_function().
| int CFPContext::event_code |
Definition at line 101 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 100 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), getWhatIsMessage(), globalEventListener(), and python_command_function().
| char CFPContext::options |
Definition at line 103 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 104 of file cfpython.h.
Referenced by cfpython_globalEventListener(), eventListener(), getReturnValue(), globalEventListener(), python_command_function(), and setReturnValue().
| char CFPContext::script[1024] |
Definition at line 102 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 105 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 98 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 96 of file cfpython.h.
Referenced by cfpython_globalEventListener(), Crossfire_Object_Remove(), eventListener(), freeContext(), getWhoAmI(), globalEventListener(), and python_command_function().