Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement


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.

Advertisement