View Single Post
07-02-19, 06:56 PM   #6
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Thank you both!

So I assume there is no difference between

Code:
child:IsObjectType("FontString")
and

Code:
child:GetObjectType() == "FontString"
.
  Reply With Quote