Crossfire Server, Branches 1.12  R18729
_hook_entry Struct Reference

#include <plugin.h>

+ Collaboration diagram for _hook_entry:

Data Fields

int fid
 
const char fname [256]
 
f_plug_api func
 

Detailed Description

One function the server exposes to plugins.

Definition at line 336 of file plugin.h.

Field Documentation

int _hook_entry::fid

Function identifier.

Definition at line 338 of file plugin.h.

const char _hook_entry::fname[256]

Function name.

Definition at line 339 of file plugin.h.

f_plug_api _hook_entry::func

Function itself.

Definition at line 337 of file plugin.h.

Referenced by cfapi_get_hooks().


The documentation for this struct was generated from the following file: