# Move Timer Window

Grammar — Move window|Timer Window to (x, y)
FlagsNative | Action

Moves the timer window to the specified screen position. The X coordinate corresponds to the right side of the timer window.

# Arguments

  • int [ preset::TimerWindow ] — Window
  • int — X
  • int — Y

Returns — void

native void TimerWindowSetPosition(
	int inWindow,
	int inX,
	int inY,
);

Category: Timer / Timer Windows

# Examples

— None found —