View Single Post
03-29-19, 05:28 AM   #11
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 53
Originally Posted by gmarco View Post
I really don't understand why is not possible in an easy way to set scale to a value different from 1
because SetScale is protected

i see 3 solutions :

1 : you inherit the scale from a secure parent

2 : you can maybe wrap an handler of the blizz code (see SecureHeadersGuide-4.0-r1.pdf)

3 : look into SecureStateDriver.lua if an event is triggered in your case

Last edited by Taudier : 03-29-19 at 05:30 AM.
  Reply With Quote