Crossfire Server, Trunk
_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]
 
struct talk_infotalk
 
objectthird
 
PyObject * third
 
objectwho
 
PyObject * who
 

Detailed Description

Definition at line 91 of file cfpython.h.

Field Documentation

◆ activator [1/2]

object* _cfpcontext::activator

Definition at line 57 of file plugin_template.h.

◆ activator [2/2]

PyObject* _cfpcontext::activator

◆ down

struct _cfpcontext * _cfpcontext::down

Definition at line 92 of file cfpython.h.

Referenced by popContext(), and pushContext().

◆ event [1/2]

object* _cfpcontext::event

Definition at line 59 of file plugin_template.h.

◆ event [2/2]

PyObject* _cfpcontext::event

◆ event_code

int _cfpcontext::event_code

Definition at line 98 of file cfpython.h.

Referenced by cfpython_globalEventListener(), eventListener(), and globalEventListener().

◆ fix

int _cfpcontext::fix

Definition at line 61 of file plugin_template.h.

Referenced by eventListener().

◆ message

char _cfpcontext::message

◆ options

char _cfpcontext::options

◆ parms

int _cfpcontext::parms[5]

Definition at line 65 of file plugin_template.h.

◆ returnvalue

◆ script

char _cfpcontext::script[1024]

◆ talk

struct talk_info* _cfpcontext::talk

Definition at line 102 of file cfpython.h.

Referenced by addReply(), Crossfire_Object_Say(), eventListener(), npcSay(), and setPlayerMessage().

◆ third [1/2]

object* _cfpcontext::third

Definition at line 58 of file plugin_template.h.

◆ third [2/2]

PyObject* _cfpcontext::third

◆ who [1/2]

object* _cfpcontext::who

Definition at line 56 of file plugin_template.h.

◆ who [2/2]


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