Polyobj_MoveTimes8

From ZDoom Wiki
Jump to navigation Jump to search

6::Polyobj_MoveTimes8 (po, speed, angle, dist)


Moves a polyobject (dist * 8) units.

  • po: polyobj to move
  • speed: how quickly the polyobj should move
  • angle: direction the polyobj should move (this is a byte angle)
  • dist: distance to move in units of 8

See Also