type = Button:GetObjectType()
|
Returns the object's widget type.
|
name = Button:GetName()
|
Returns the widget object's name.
|
isType = ArchaeologyDigSiteFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
isType = AnimationGroup:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
name = AnimationGroup:GetName()
|
Returns the widget object's name.
|
isType = Animation:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
type = Animation:GetObjectType()
|
Returns the object's widget type.
|
name = Animation:GetName()
|
Returns the widget object's name.
|
isType = Alpha:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
type = Alpha:GetObjectType()
|
Returns the object's widget type.
|
name = Alpha:GetName()
|
Returns the widget object's name.
|