|
|
| (5 intermediate revisions by 5 users not shown) |
| Line 1: |
Line 1: |
| Be carefull when using this function, this function returns nil if you use it when:
| | #REDIRECT [[API Region GetBottom]] {{widgetmethod}} |
| * 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==
| |
| | |
| *[[API_Frame_GetLeft|Frame:GetLeft()]]
| |
| *[[API_Frame_GetBottom|Frame:GetBottom()]]
| |
| *[[API_Frame_GetRight|Frame:GetRight()]]
| |
| | |
| | |
| *[[Widget_Anchors|Widget Anchors]]
| |