WoW:API Frame IsUserPlaced: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API Frame IsUserPlaced to WoW:API Frame IsUserPlaced without leaving a redirect) |
Latest revision as of 04:45, 15 August 2023
← Widget API ← Frame < IsUserPlaced
Returns whether the frame has been moved by the user.
userPlaced = Frame:IsUserPlaced()
Parameters
Returns
- userPlaced
- Boolean - true if the user moved the frame (i.e. Frame:SetUserPlaced(true) was called earlier)
Details
Does not work on frames that were created by CreateFrame.