HookEntityOutput
Add an entity output hook on a entity classname
native 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.
An EntityOutput function pointer.
Return Value
voidError
Entity Outputs disabled.