View Single Post
07/22/18, 04:11 PM   #10
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Actually, object table is the table where the function is. In this case, that is _G.Existingfunctionname is the name of the function you want to replace, as a string. So "ToggleWeaponsSheathed"
And the last parameter is your hook function, i.e. the function you want to run before ToggleWeaponsSheathed
  Reply With Quote