Description
- Temporarily moves the specified bar to the mouse, showing it if hidden.
Syntax
- Bar.ToMouse(barname)
Parameters
- barname
- (string) name of the bar to move
Examples
- Bar.ToMouse("Test")
- Moves the bar named "Test" to the mouse.
Notes
- Only works with bars that have position: Floating.
- Usually used with a PowerPro hotkey.