Crossfire Server, Trunk
plugin_template.h File Reference
#include <plugin.h>
#include <plugin_common.h>
#include <plugin_template.h>
+ Include dependency graph for plugin_template.h:
+ This graph shows which files directly or indirectly include this file:

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"
 

Variables

CFPContextcontext_stack
 
CFPContextcurrent_context
 
f_plug_api gethook
 

Macro Definition Documentation

◆ MODULEAPI

#define MODULEAPI

Definition at line 47 of file plugin_template.h.

◆ PLUGIN_NAME

#define PLUGIN_NAME   "Template"

Definition at line 31 of file plugin_template.h.

◆ PLUGIN_VERSION

#define PLUGIN_VERSION   "Template Plugin 2.0"

Definition at line 32 of file plugin_template.h.

Variable Documentation

◆ context_stack

CFPContext* context_stack

Definition at line 104 of file cfpython.cpp.

Referenced by initContextStack(), and pushContext().

◆ current_context

◆ gethook

f_plug_api gethook

Definition at line 41 of file cfnewspaper.cpp.