wowpedia
Main Menu


Returns whether the frame has been moved by the user.

isUserPlaced = Frame:IsUserPlaced()

Returns

isUserPlaced
boolean - True if the frame is flagged as user-positioned (either due to Frame:StartMoving, Frame:SetUserPlaced, or the layout cache), false otherwise.

Details