• Set frame absolute x,y position with framepointtype. Coords are for the 4:3 Screen

    |0.0/0.6           0.8/0.6|
    | |
    | 0.4/0.3 |
    | |
    |0.0/0.0 0.8/0.0|

    0.0/0.0 is bottomLeft (Minimap) 0.8/0.6 is TopRight (UpkeepCost) In widescreen format one can go further left with -x or further right with x > 0.8 Only some Frames and their Children/Offspring can leave 4:3. SimpleFrames, Leaderboard, TimerDialog, Multiboard, ConsoleUIBackdrop

    Parameters

    • frame: HandleHolder<"framehandle">
    • point: HandleHolder<"framepointtype">

      framepointtype is a point, position of which you set to move the frame relatively to it.

    • x: number
    • y: number

    Returns void

    Patch

    1.31

Generated using TypeDoc