Runes of Magic Wiki
Advertisement

This function deletes a function override witch was created with kwHook.Create.

Parameters[ | ]

Arguments[ | ]

addonName
string - The name of the addon.
funcName
string - The name of the function.

Returns[ | ]

nil
void - A method call without return value.

Example[ | ]

kwHook.Delete("Example","ChatFrame_OnEvent")
Advertisement