WoW:API Frame IsUserPlaced: Difference between revisions
Jump to navigation
Jump to search
m (Robot: Removing selflinks) |
No edit summary |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Returns whether the frame has been moved by the user. | Returns whether the frame has been moved by the user. | ||
userPlaced = Frame:IsUserPlaced() | |||
userPlaced = | |||
== Parameters == | == Parameters == | ||
=== Returns === | === Returns === | ||
;userPlaced : Boolean - true if the user moved the frame (i.e. [[API_Frame_SetUserPlaced|Frame:SetUserPlaced]](true) was called earlier) | |||
==Details== | ==Details== | ||
Does '''not''' work on frames that were created by [[API_CreateFrame|CreateFrame]]. | |||
Revision as of 03:54, 20 August 2007
← 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.