Widget API: Frame:IsUserPlaced

From AddOn Studio
Revision as of 03:54, 20 August 2007 by WoWWiki>Tekkub
Jump to navigation Jump to search

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.