Links |
---|
Returns whether the frame has been moved by the user.
userPlaced = Frame:IsUserPlaced()
Returns
- userPlaced
- Flag - 1 if the frame is flagged as user-positioned (either due to Frame:StartMoving, Frame:SetUserPlaced, or the layout cache), nil otherwise.
Details
- The position of named, movable, user-positioned frames is stored in the layout cache and is restored before PLAYER_LOGIN fires.