Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
int | cflogger_globalEventListener (int *type,...) |
int | cflogger_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 cflogger_globalEventListener | ( | int * | type, |
... | |||
) |
Handles a global event.
type | ignored. |
Definition at line 626 of file cflogger.cpp.
References add_death(), add_map_event(), add_player_event(), make_face_from_files::args, EVENT_BORN, EVENT_CLOCK, EVENT_GKILL, EVENT_KICK, EVENT_LOGIN, EVENT_LOGOUT, EVENT_MAPENTER, EVENT_MAPLEAVE, EVENT_MAPLOAD, EVENT_MAPRESET, EVENT_MAPUNLOAD, EVENT_MUZZLE, EVENT_PLAYER_DEATH, EVENT_REMOVE, sword_of_souls::killer, disinfect::map, give::op, altar_valkyrie::pl, store_time(), and is_valid_types_gen::type.
Referenced by postInitPlugin().
int cflogger_runPluginCommand | ( | object * | op, |
char * | params | ||
) |
Runs a plugin command. Doesn't do anything.
op | ignored. |
params | ignored. |
Definition at line 602 of file cflogger.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.