Crossfire Server, Branches 1.12  R18729
_cfpcontext Struct Reference

#include <cfpython.h>

+ Collaboration diagram for _cfpcontext:

Data Fields

objectactivator
 
PyObject * activator
 
struct _cfpcontextdown
 
objectevent
 
PyObject * event
 
int event_code
 
int fix
 
char message [1024]
 
char options [1024]
 
int parms [5]
 
int returnvalue
 
char script [1024]
 
objectthird
 
PyObject * third
 
objectwho
 
PyObject * who
 

Detailed Description

Definition at line 116 of file cfpython.h.

Field Documentation

object* _cfpcontext::activator

Definition at line 56 of file plugin_template.h.

PyObject* _cfpcontext::activator
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
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
char _cfpcontext::options
int _cfpcontext::parms

Definition at line 128 of file cfpython.h.

char _cfpcontext::script[1024]
object* _cfpcontext::third

Definition at line 57 of file plugin_template.h.

PyObject* _cfpcontext::third
object* _cfpcontext::who

Definition at line 55 of file plugin_template.h.


The documentation for this struct was generated from the following files: