Polyobj_MoveToSpot

From ZDoom Wiki
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