Polyobj_MoveTimes8

From ZDoom Wiki
Revision as of 21:09, 17 June 2009 by Marisa Heit (talk | contribs) (Use Template:Special)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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