Frame:SetMovable

From Warcraft Wiki
Jump to navigation Jump to search

Sets whether the frame can be moved.

Frame:SetMovable(movable)

Arguments

movable
boolean - true to allow the frame to be moved using Frame:StartMoving, false to disallow.

Details

  • The position of named, movable, user-placed frames created before PLAYER_LOGIN is restored from the layout cache during the loading process.

See also