Polyobj MoveTimes8: Difference between revisions
Jump to navigation
Jump to search
Lexus Alyus (talk | contribs) No edit summary |
Sargebaldy (talk | contribs) 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 |
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.