Polyobj Move: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
 
Line 7: Line 7:
==See also==
==See also==
*[[Polyobj_DoorSlide]]
*[[Polyobj_DoorSlide]]
*[[Polyobj_Rotate]]
*[[Polyobj_DoorSwing]]
*[[Polyobj_RotateLeft]]
*[[Polyobj_RotateRight]]

Latest revision as of 05:04, 9 October 2020

4/352:Polyobj_Move(id, speed, angle, distance)

  • id: ID of polyobject to move;
  • speed: movement speed, where 8 is "slow" speed for example;
  • angle: byte angle of movement direction;
  • distance: how far to move.

Moves tagged polyobject in a given direction by a given distance.

See also[edit]