Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
int | cfnewspaper_globalEventListener (int *type,...) |
int | cfnewspaper_runPluginCommand (object *op, char *params) |
int | closePlugin (void) |
int | eventListener (int *type,...) |
void * | getPluginProperty (int *type,...) |
int | initPlugin (const char *iversion, f_plug_api gethooksptr) |
int | postInitPlugin (void) |
int cfnewspaper_globalEventListener | ( | int * | type, |
... | |||
) |
Definition at line 137 of file cfnewspaper.cpp.
References make_face_from_files::args, and is_valid_types_gen::type.
int cfnewspaper_runPluginCommand | ( | object * | op, |
char * | params | ||
) |
Definition at line 133 of file cfnewspaper.cpp.
int closePlugin | ( | void | ) |
int eventListener | ( | int * | type, |
... | |||
) |
Handles an object-related event. Doesn't do anything.
type | ignored. |
Definition at line 1277 of file cfanim.cpp.
void* getPluginProperty | ( | int * | type, |
... | |||
) |
Gets a plugin property.
type | ignored. |
Check if plugin handles custom command
Definition at line 1218 of file cfanim.cpp.
int initPlugin | ( | const char * | iversion, |
f_plug_api | gethooksptr | ||
) |
Plugin initialisation function.
iversion | server version. |
gethooksptr | function to get the hooks. |
Main plugin entry point.
iversion | server version. |
gethooksptr | function to get hooks from. |
Plugin initialisation function.
iversion | server version. |
gethooksptr | function to get the hooks. |
Main plugin entry point.
iversion | server version. |
gethooksptr | function to get hooks from. |
Definition at line 1208 of file cfanim.cpp.
int postInitPlugin | ( | void | ) |
Plugin was initialized, now to finish.
Registers events, initializes the database.
Definition at line 1252 of file cfanim.cpp.