Crossfire Server, Trunk
_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 304 of file plugin.h.

Field Documentation

◆ fid

int _hook_entry::fid

Function identifier.

Definition at line 306 of file plugin.h.

◆ fname

const char _hook_entry::fname[256]

Function name.

Definition at line 307 of file plugin.h.

◆ func

f_plug_api _hook_entry::func

Function itself.

Definition at line 305 of file plugin.h.

Referenced by cfapi_get_hooks().


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