Polyobj MoveTimes8: Difference between revisions

From ZDoom Wiki
Jump to navigation Jump to search
No edit summary
m (Use Template:Special)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
6:Polyobj_MoveTimes8 (po, speed, angle, dist)
{{DISPLAYTITLE:Polyobj_MoveTimes8}}
{{Special|6:|po, speed, angle, dist|Polyobject|MoveTimes8}}


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


* ''po'': polyobj to move
Moves a polyobject (dist * 8) units.
* ''speed'': how quickly the polyobj should move
* ''angle'': direction the polyobj should move (this is a [[Definitions#Byte_Angles|byte angle]])
* ''dist'': distance to move in units of 8

==See Also==

* [[Polyobj_OR_MoveTimes8]]
* [[PolyObjects]]

Latest revision as of 21:09, 17 June 2009

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


Moves a polyobject (dist * 8) units.

  • 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

See Also