PEd_InstanceSetPosVec3

A function defined in PEd_instanceLegacy.gml

PEd_InstanceSetPosVec3(_id, _pos[, _updatePivot])

Description

Sets the x,y,z position of the instance.

Arguments

Name Type Description
_id Id.Instance The instance.
_pos Array The new x,y,z 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 x,y,z axis). By default this is set to true.

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