Creates a hook for when a game event is fired.
void HookEvent(const char[] name, EventHook callback, EventHookMode mode)
Name of event.
An EventHook function pointer.
Optional EventHookMode determining the type of hook.
Invalid event name or invalid callback function.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.