ThrustThingZ

From Eternity Wiki
Revision as of 17:07, 30 April 2018 by Printz (talk | contribs) (Created page with "128:'''ThrustThingZ'''(''tid'', ''speed'', ''updown'', ''setadd'') Pushes a thing vertically. ==Arguments== *''tid'': TID of things to thrust vertically. *''speed'': ver...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.