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 307 of file plugin.h.

Field Documentation

◆ fid

int hook_entry::fid

Function identifier.

Definition at line 309 of file plugin.h.

◆ fname

const char hook_entry::fname[256]

Function name.

Definition at line 310 of file plugin.h.

◆ func

f_plug_api hook_entry::func

Function itself.

Definition at line 308 of file plugin.h.

Referenced by cfapi_get_hooks().


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