UnhookEntityOutput Function

Remove an entity output hook.

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.

EntityOutput callback

An EntityOutput function pointer.

Return Value

True on success, false if no valid hook was found.

Errors

Entity Outputs disabled.