|
Crossfire Server, Branch 1.12
R12190
|

Go to the source code of this file.
Functions | |
| void * | citylife_globalEventListener (int *type,...) |
| int | citylife_runPluginCommand (object *op, char *params) |
| 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* citylife_globalEventListener | ( | int * | type, |
| ... | |||
| ) |
Definition at line 358 of file citylife.c.
References add_npc_to_random_map(), add_npcs_to_map(), EVENT_CLOCK, and EVENT_MAPLOAD.
Referenced by postInitPlugin().


1.7.6.1