WoW:API Region GetLeft: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 15: Line 15:


*[[Widget_Anchors|Widget Anchors]]
*[[Widget_Anchors|Widget Anchors]]
[[Category:API Functions|Frame GetLeft]]
[[Category:API Frame Functions|Frame GetLeft]]

Revision as of 13:05, 27 August 2005

Be carefull when using this function, this function returns nil if you use it when:

  • you handle the PLAYER_ENTERING_WORLD event
  • the frame position has not been saved by WoW to layout-cache.txt.
  • frame parent is UIParent


This function also may return nil in other situations, I've only tested this case.

See also