Synopsis
Edit
string frameType = Frame:GetFrameType();
Description
Edit
This returns the type of the frame the GetFrameType() method is used on.
It will return a string of the name of the Frame(-derived) object. For a complete list see object types
Return values
Edit
- frameType
- String - The name of the type, ie. "Frame"
Examples
Edit
local frameType = QuestLogCollapseAllButton:GetFrameType();
The above should return the string "Button" in local variable frameType.
Notes
Edit
- This method may not exist for all Frames.
Community content is available under CC-BY-SA
unless otherwise noted.