Polyobj MoveTimes8: Difference between revisions

From ZDoom Wiki
Jump to navigation Jump to search
m (+cat)
mNo edit summary
Line 2: Line 2:
po: polyobj to move
po: polyobj to move
speed: how quickly the polyobj should 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 [[Definitions#Byte_Angles|byte angle]])
dist: distance to move in units of 8
dist: distance to move in units of 8



Revision as of 18:53, 12 October 2006

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.