UnhookSingleEntityOutput
Remove a single entity output hook.
native bool UnhookSingleEntityOutput(int entity, const char[] output, EntityOutput callback)Parameters
int entity
The entity on which to remove the hook.
const char[] output
The output name to hook.
An EntityOutput function pointer.
Return Value
bool True on success, false if no valid hook was found.Error
Entity Outputs disabled or Invalid Entity index.