Crossfire Server  1.75.0
cfnewspaper_proto.h File Reference

Go to the source code of this file.

Functions

int cfnewspaper_globalEventListener (int *type,...)
 
int cfnewspaper_runPluginCommand (object *op, char *params)
 
int closePlugin (void)
 called before the plugin gets unloaded from memory. More...
 
int eventListener (int *type,...)
 Handles an object-related event. More...
 
void * getPluginProperty (int *type,...)
 The server calls this function to get information about the plugin, notably the name and version. More...
 
int initPlugin (const char *iversion, f_plug_api gethooksptr)
 The server calls this function after loading the plugin. More...
 
int postInitPlugin (void)
 The server calls this function to actually initialize the plugin here, after object handlers are registered. More...
 

Function Documentation

◆ cfnewspaper_globalEventListener()

int cfnewspaper_globalEventListener ( int *  type,
  ... 
)

Definition at line 137 of file cfnewspaper.cpp.

◆ cfnewspaper_runPluginCommand()

int cfnewspaper_runPluginCommand ( object op,
char *  params 
)

Definition at line 133 of file cfnewspaper.cpp.