Polyobj_RotateLeft

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