UnhookEntityOutput
Remove an entity output hook.
native bool UnhookEntityOutput(const char[] classname, const char[] output, EntityOutput callback)Parameters
const char[] classname
The classname to 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.