Crossfire Server, Trunk
|
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 | |
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.
CFPContext* context_stack |
Definition at line 104 of file cfpython.cpp.
Referenced by initContextStack(), and pushContext().
CFPContext* current_context |
Definition at line 106 of file cfpython.cpp.
Referenced by addReply(), Crossfire_Object_Remove(), Crossfire_Object_Say(), getEvent(), getPrivateDictionary(), getReturnValue(), getScriptName(), getScriptParameters(), getWhatIsMessage(), getWhoAmI(), getWhoIsActivator(), getWhoIsThird(), initContextStack(), npcSay(), popContext(), pushContext(), setPlayerMessage(), and setReturnValue().
f_plug_api gethook |
Definition at line 41 of file cfnewspaper.cpp.