Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-28-10, 09:50 AM   #1
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 137
oUF_MovableFrames

Is it possible to add a function to this plugin to check whether or not a specific frame has been moved by oUF_MovableFrames? Would help a lot with positioning. Not entirely sure if this has been mentioned before.

The reason for this is because sometimes built in positioning can be borked by custom positioning due to oUF_MovableFrames. If there was a way to check if a specific frame has been moved, then I just won't touch it. Otherwise, I can implment the positioning built with the UI.

Example: (just a representation, not exact code)

Code:
if oUF_MovableFrames:hasFrameMoved("framename") then
    --don't move the frame
else
   --move the frame since oUF_MovableFrames wasn't used
end
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
  Reply With Quote
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » oUF_MovableFrames


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off