ThrustThingZ: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "128:'''ThrustThingZ'''(''tid'', ''speed'', ''updown'', ''setadd'') Pushes a thing vertically. ==Arguments== *''tid'': TID of things to thrust vertically. *''speed'': ver...")
 
(No difference)

Latest revision as of 17:07, 30 April 2018

128:ThrustThingZ(tid, speed, updown, setadd)

Pushes a thing vertically.

Arguments[edit]

  • tid: TID of things to thrust vertically.
  • speed: vertical speed to apply. Divide this value by 4 to obtain the actual speed.
  • updown: 0 to thrust up, 1 to thrust down.
  • setadd: 0 to override current speed, 1 to add to current velocity.

Remarks[edit]

It should not be necessary to use updown if you can set speed to negative values.