Polyobj_Move

From ZDoom Wiki
Revision as of 08:26, 6 May 2019 by Kappes Buur (talk | contribs) (added a second example for a 2 part door)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

4:Polyobj_Move (po, speed, angle, dist)


Moves a polyobject.

  • 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

Examples

See Also