FORMS_Widget.SetPosition

A function defined in FORMS_Widget.gml

SetPosition(_x, _y)

Description

Sets the x and y position of the widget relative to its parent.

Arguments

Name Type Description
_x Real The new x position.
_y Real The new y position.

Returns

Struct.FORMS_Widget Returns self.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.