UIObject

From Warcraft Wiki
Jump to navigation Jump to search

UIObject is an abstract widget type that all user interface elements derive from.

Methods

UIObject:GetName() - Returns the widget object's name.
UIObject:GetObjectType() - Returns the object's widget type.
UIObject:IsObjectType(type) - Returns whether the object belongs to a given widget type.

Details

See also