Crossfire Server, Trunk  1.75.0
hook_entry Struct Reference

One function the server exposes to plugins. More...

#include <plugin.h>

+ Collaboration diagram for hook_entry:

Data Fields

int fid
 Function identifier. More...
 
const char fname [256]
 Function name. More...
 
f_plug_api func
 Function itself. More...
 

Detailed Description

One function the server exposes to plugins.

Definition at line 308 of file plugin.h.

Field Documentation

◆ fid

int hook_entry::fid

Function identifier.

Definition at line 310 of file plugin.h.

◆ fname

const char hook_entry::fname[256]

Function name.

Definition at line 311 of file plugin.h.

◆ func

f_plug_api hook_entry::func

Function itself.

Definition at line 309 of file plugin.h.

Referenced by cfapi_get_hooks().


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