|
Crossfire Server, Branch 1.12
R12190
|

Go to the source code of this file.
Functions | |
| void * | cflogger_globalEventListener (int *type,...) |
| Handles a global event. | |
| int | cflogger_runPluginCommand (object *op, char *params) |
| Runs a plugin command. | |
| int | closePlugin (void) |
| Close the plugin. | |
| void * | eventListener (int *type,...) |
| Handles an object-related event. | |
| void * | getPluginProperty (int *type,...) |
| Gets a plugin property. | |
| int | initPlugin (const char *iversion, f_plug_api gethooksptr) |
| Plugin initialisation function. | |
| int | postInitPlugin (void) |
| Plugin was initialized, now to finish. | |
| void* cflogger_globalEventListener | ( | int * | type, |
| ... | |||
| ) |
Handles a global event.
| type | ignored. |
Definition at line 624 of file cflogger.c.
References add_death(), add_map_event(), add_player_event(), 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, pl::ob, and store_time().
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 598 of file cflogger.c.
1.7.6.1