Anyone know how to move the frames created with the Unit Frames plug in for CELL
Google’s telling me you click and drag the little red box that appears when you mouseover the frames.
That is for the CELL add on. The unit frames plug in does not have an anchor like the add on does.
Simply head into the Layouts tab in Cell to start customizing your frames
I don’t use so I’m assuming the plugin extends the default Cell layout options.
No. The frames created in CELL, have an anchor. Those created by the plug in do not. The plug in actually has a seperate options display.
This plugin provides built-in support for creating dummy anchors to match other Unit Frame addons.
This seems to indicate (vague as it may be) that it does have an anchoring mechanism.
--- Sets a custom position for a unit frame.
--- Automatically enables custom positioning, preventing CUF from overriding it.
---
--- Example usage:
--- ```
--- API:SetCustomUnitFramePoint("player", "TOPLEFT", MyFrame, "TOPLEFT", 0, 0)
---
--- or
---
--- API:SetCustomUnitFramePoint("CUF_Player", "TOPLEFT", MyFrame, "TOPLEFT", 0, 0)
--- ```
---@param name string Unit or frame name
---@param point string The point on the unit frame to anchor
---@param anchor Frame The frame to anchor the unit frame to
---@param relativePoint string The point on the anchor frame to which the unit frame is anchored
---@param offsetX number X offset relative to the anchor
---@param offsetY number Y offset relative to the anchor
I’m assuming there’s only one Unit Frame plugin for cell atm and this is it…
Could always reach out to the addon dev and ask. Rest of us are just making educated guesses.
I found the answer on the devs discord.
Thanks all
Care to share it for the next person who comes across this thread?
/cuf edit
.