Add an entity output hook on a single entity instance
void HookSingleEntityOutput(int entity, const char[] output, EntityOutput callback, bool once)
The entity on which to add a hook.
The output name to hook.
An EntityOutput function pointer.
Only fire this hook once and then remove itself.
Entity Outputs disabled or Invalid Entity index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.