REFERENCE
SetWinPos

This command changed in build 97

Moves the currently targeted window to a new location.

Syntax

<SetWinPos x y>

Parameters

X is the horizontal coordinate in pixels.

Y is the vertical coordinate in pixels.


Remarks

This command changes the position of the window that was targeted with TargetWin, TargetChild, SendWin, etc.

It calls the operating system command MoveWindow.


Example

<Hotkey F1>
    <TargetWin wow1>
    <SetWinPos 500 700>


Related topics

SetWinSize

This page was last revised on May 9, 2008
 
INSTRUCTIONS


REFERENCE


World of Warcraft