Polyobj MoveTimes8: Difference between revisions

From ZDoom Wiki
Jump to navigation Jump to search
m (shold->should, fmt.)
m (+cat)
Line 6: Line 6:


Moves a polyobject (dist * 8) units.
Moves a polyobject (dist * 8) units.
[[category:polyobject specials]]

Revision as of 07:00, 17 August 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.