Polyobj_MoveTo

From ZDoom Wiki
Revision as of 06:40, 2 July 2012 by Gez (talk | contribs) (removing old "new" tags)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

88:Polyobj_MoveTo (po, speed, pos_x, pos_y)


Moves a polyobject in a straight line towards an absolute destination.

  • po: polyobj to move
  • speed: how quickly the polyobject should move, in map units per octic.
  • pos_x: the absolute X coordinate to which the polyobject must move.
  • pos_y: the absolute Y coordinate to which the polyobject must move.

See also