Polyobj_RotateLeft

From ZDoom Wiki
Revision as of 18:53, 27 April 2015 by Kappes Buur (talk | contribs) (added example map)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2:Polyobj_RotateLeft (po, speed, angle)


Rotates a polyobject left through the specified angle. If angle is 255, then the polyobject will rotate continuously and never stop.

  • po: polyobj to rotate
  • speed: how quickly the polyobj should rotate
  • angle: byte angle to rotate the polyobj through

See Also

External links