HookSingleEntityOutput
Add an entity output hook on a single entity instance
native void HookSingleEntityOutput(int entity, const char[] output, EntityOutput callback, bool once = false)Parameters
int entity
The entity on which to add a hook.
const char[] output
The output name to hook.
An EntityOutput function pointer.
bool once
Only fire this hook once and then remove itself.
Return Value
voidError
Entity Outputs disabled or Invalid Entity index.