Move Objects
Adds new commands allowing the movement of objects.
Object names can be found in the documentation[chrisanselmo.com].
Does not require cheats to be enabled.
Due to engine limitations, commands will only find objects on screen.
Make sure not to move objects off-screen as they will be lost forever.
/getpos object (returns x and y for the closest object instance)
/modpos object x y (modifies x and y for the closest object instance by the given amounts)
/setpos object x y (sets x and y for the closest object instance)
/snappos object (snaps the closest object instance to the building grid)
/movetocursor object (moves the closest object instance to the cursor’s position)
/movetoplayer object (moves the closest object instance to the player’s position)
Press T while ingame, which will bring up the console. Then input your command.