View Single Post
02/08/15, 05:43 AM   #37
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
hmm - so we can fix this? or its the path to internal part of the file we cannot change, only ZOs can?
Only ZOS can. We can redefine that function, but we can't change what is in the original code.
Or to be more precise, object ZO_KeyboardGuildRosterManager is local, so we can't redefine it's methods directly - we have to find instance of this object (in this case GUILD_ROSTER_KEYBOARD) and then make a new definition of GuildRosterRow_OnMouseUp method.
  Reply With Quote