PEd_InstanceSetPosY

A function defined in PEd_instanceLegacy.gml

PEd_InstanceSetPosY(_id, _val[, _updatePivot])

Description

Sets the y position of the instance.

Arguments

Name Type Description
_id Id.Instance The instance.
_val Real The new y position of the instance.
_updatePivot Bool If the instance is currently selected and this is set to false, then the pivot will not be updated to its position (on the y axis). By default this is set to true.

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