ThrustThingZ

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Pushes a thing vertically.

Arguments

  • 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

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