View Single Post
05/02/16, 04:01 PM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,580
[outdated] Access to children of tooltip controls

When a tooltip is populated via a function like SetLink or SetAbilityId it shows that there is a number of children (GetNumChildren), but when trying to access them via GetChild, we only get a nil returned.
From the looks of it these should be simple label controls, so please allow us to access and manipulate them.