HookEntityOutput Function

Add an entity output hook on a entity classname

void HookEntityOutput(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.

Errors

Entity Outputs disabled.