Polyobj MoveTimes8: Difference between revisions

From ZDoom Wiki
Jump to navigation Jump to search
No edit summary
m (shold->should, fmt.)
Line 1: Line 1:
6:Polyobj_MoveTimes8 (po, speed, angle, dist)
'''6:Polyobj_MoveTimes8 (po, speed, angle, dist)'''

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

Revision as of 19:27, 4 January 2004

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

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 

Moves a polyobject (dist * 8) units.