Crossfire Server, Branch 1.12  R12190
Functions | Variables
plugin_template.c File Reference
#include <plugin_template.h>
#include <stdarg.h>
#include <plugin_template_proto.h>
Include dependency graph for plugin_template.c:

Go to the source code of this file.

Functions

CF_PLUGIN int closePlugin (void)
 Close the plugin.
CF_PLUGIN void * eventListener (int *type,...)
 Handles an object-related event.
CF_PLUGIN void * getPluginProperty (int *type,...)
 Gets a plugin property.
CF_PLUGIN void * globalEventListener (int *type,...)
void initContextStack (void)
CF_PLUGIN int initPlugin (const char *iversion, f_plug_api gethooksptr)
 Plugin initialisation function.
CFPContextpopContext (void)
CF_PLUGIN int postInitPlugin (void)
 Plugin was initialized, now to finish.
void pushContext (CFPContext *context)
CF_PLUGIN int runPluginCommand (object *op, char *params)

Variables

CFPContextcontext_stack
static int current_command = -999
CFPContextcurrent_context

Function Documentation

CF_PLUGIN void* globalEventListener ( int *  type,
  ... 
)
void initContextStack ( void  )

Definition at line 43 of file plugin_template.c.

Referenced by postInitPlugin().

Here is the caller graph for this function:

CFPContext* popContext ( void  )

Definition at line 60 of file plugin_template.c.

References current_context, and _cfpcontext::down.

Referenced by eventListener(), and globalEventListener().

Here is the caller graph for this function:

void pushContext ( CFPContext context)

Definition at line 48 of file plugin_template.c.

References current_context, and _cfpcontext::down.

Referenced by eventListener(), and globalEventListener().

Here is the caller graph for this function:

CF_PLUGIN int runPluginCommand ( object *  op,
char *  params 
)

Definition at line 115 of file plugin_template.c.


Variable Documentation

Definition at line 37 of file plugin_template.c.

int current_command = -999 [static]

Definition at line 41 of file plugin_template.c.

Definition at line 39 of file plugin_template.c.