|
Atrinik Server 2.5
|
#include <plugin_python.h>
Data Fields | |
| struct _pythoncontext * | down |
| object * | activator |
| object * | who |
| object * | other |
| object * | event |
| char * | text |
| char * | options |
| int | returnvalue |
| int | parms [4] |
The Python event context.
Definition at line 158 of file plugin_python.h.
Event activator.
Definition at line 164 of file plugin_python.h.
| struct _pythoncontext* _pythoncontext::down |
Next context.
Definition at line 161 of file plugin_python.h.
The actual event object.
Definition at line 173 of file plugin_python.h.
| char* _pythoncontext::options |
Event options.
Definition at line 179 of file plugin_python.h.
Other object involved.
Definition at line 170 of file plugin_python.h.
| int _pythoncontext::parms[4] |
Integer parameters.
Definition at line 185 of file plugin_python.h.
Return value of the event.
Definition at line 182 of file plugin_python.h.
| char* _pythoncontext::text |
Text message (say event for example)
Definition at line 176 of file plugin_python.h.
Object that has the event object.
Definition at line 167 of file plugin_python.h.
1.7.4