Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Data Structures | |
struct | _cfpcontext |
Macros | |
#define | MODULEAPI |
#define | PLUGIN_NAME "Template" |
#define | PLUGIN_VERSION "Template Plugin 2.0" |
Typedefs | |
typedef struct _cfpcontext | CFPContext |
Variables | |
CFPContext * | context_stack |
CFPContext * | current_context |
f_plug_api | gethook |
#define MODULEAPI |
Definition at line 47 of file plugin_template.h.
#define PLUGIN_NAME "Template" |
Definition at line 31 of file plugin_template.h.
#define PLUGIN_VERSION "Template Plugin 2.0" |
Definition at line 32 of file plugin_template.h.
typedef struct _cfpcontext CFPContext |
CFPContext* context_stack |
Definition at line 184 of file cfpython.c.
CFPContext* current_context |
Definition at line 186 of file cfpython.c.
Referenced by Crossfire_Object_Remove(), popContext(), and pushContext().
f_plug_api gethook |
Definition at line 38 of file cfnewspaper.c.