forward
pfn_think
Syntax
forward pfn_think(entid);
Description
Called when an entity thinks.
Parameters
| entid | Entity index |
|---|
Return
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block
forward
forward pfn_think(entid);
Called when an entity thinks.
| entid | Entity index |
|---|
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block