Hooks a user message.
void HookUserMessage(UserMsg msg_id, MsgHook hook, bool intercept, function void(UserMsg msg_id, bool sent) post)
Message index.
Function to use as a hook.
If intercept is true, message will be fully intercepted, allowing the user to block the message. Otherwise, the hook is normal and ignores the return value.
Notification function.
Invalid message index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.