Polyobj_MoveToSpot

From ZDoom Wiki
Revision as of 06:41, 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

86:Polyobj_MoveToSpot (po, speed, target)


Moves a polyobject in a straight line towards a given destination.

  • po: polyobj to move
  • speed: how quickly the polyobject should move, in map units per octic.
  • target: the tid of the spot to which the polyobject should move.

See also