Crossfire Server, Trunk  R22047
cfcitybell_proto.h
Go to the documentation of this file.
1 /* cfcitybell.c */
2 int cfcitybell_globalEventListener(int *type, ...);
3 int eventListener(int *type, ...);
4 int initPlugin(const char *iversion, f_plug_api gethooksptr);
5 void *getPluginProperty(int *type, ...);
6 int cfcitybell_runPluginCommand(object *op, char *params);
7 int postInitPlugin(void);
8 int closePlugin(void);
void * getPluginProperty(int *type,...)
Definition: cfanim.c:1165
int closePlugin(void)
Definition: cfanim.c:1264
int eventListener(int *type,...)
Definition: cfanim.c:1218
int cfcitybell_globalEventListener(int *type,...)
Definition: cfcitybell.c:189
int cfcitybell_runPluginCommand(object *op, char *params)
Definition: cfcitybell.c:284
int initPlugin(const char *iversion, f_plug_api gethooksptr)
Definition: cfanim.c:1157
void(* f_plug_api)(int *type,...)
Definition: plugin.h:81
int postInitPlugin(void)
Definition: cfanim.c:1195