WoW:API Region GetTop: Difference between revisions

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


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

Revision as of 13:06, 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