Crossfire Server, Trunk  1.75.0
cfnewspaper_proto.h
Go to the documentation of this file.
1 /* cfnewspaper.c */
2 extern "C" int initPlugin(const char *iversion, f_plug_api gethooksptr);
3 extern "C" void *getPluginProperty(int *type, ...);
4 extern "C" int cfnewspaper_runPluginCommand(object *op, char *params);
5 extern "C" int cfnewspaper_globalEventListener(int *type, ...);
6 extern "C" int postInitPlugin(void);
7 extern "C" int eventListener(int *type, ...);
8 extern "C" int closePlugin(void);
closePlugin
int closePlugin(void)
Close the plugin.
Definition: cfanim.cpp:1324
eventListener
int eventListener(int *type,...)
Handles an object-related event.
Definition: cfanim.cpp:1277
initPlugin
int initPlugin(const char *iversion, f_plug_api gethooksptr)
Plugin initialisation function.
Definition: cfanim.cpp:1208
f_plug_api
void(* f_plug_api)(int *type,...)
General API function.
Definition: plugin.h:79
cfnewspaper_globalEventListener
int cfnewspaper_globalEventListener(int *type,...)
Definition: cfnewspaper.cpp:137
cfnewspaper_runPluginCommand
int cfnewspaper_runPluginCommand(object *op, char *params)
Definition: cfnewspaper.cpp:133
getPluginProperty
void * getPluginProperty(int *type,...)
Gets a plugin property.
Definition: cfanim.cpp:1218
postInitPlugin
int postInitPlugin(void)
Plugin was initialized, now to finish.
Definition: cfanim.cpp:1252
is_valid_types_gen.type
list type
Definition: is_valid_types_gen.py:25