Gaming
 

MCom.callHook

From WoWWiki

This article is a part of the documentation of the MCom function library

 --[[
   callHook ( (string) hook, (any) a1..a20 )
     Calls the origional hooked function.

   Args:
     (string) hook - The name of the origional function to call
     (any) a1..a20 - Any variables that need to be passed to the function

   Returns:
     Whatever the passed function returns
 ]]--