Generic Lift

From Eternity Wiki
Revision as of 15:20, 29 July 2026 by Printz (talk | contribs) (Created page with "{{LineSpecial|description=Boom-like generalized lift, as a parameterized special. Covers all Boom generalized lift properties in five arguments. |usage='''Generic_Lift'''(''tag'', ''speed'', ''delay'', ''type'', ''type0_height'') |parameters= *''tag'': tag of sectors to move as lifts *''speed'': speed in eighths of units per tic. Classic Doom lifts move by 32 or 64. *''delay'': delay in octics before the lift returns to its original position. *''type'': type of lift:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is a parameterized linedef special.

Boom-like generalized lift, as a parameterized special. Covers all Boom generalized lift properties in five arguments.

Usage

Generic_Lift(tag, speed, delay, type, type0_height)

Parameters

  • tag: tag of sectors to move as lifts
  • speed: speed in eighths of units per tic. Classic Doom lifts move by 32 or 64.
  • delay: delay in octics before the lift returns to its original position.
  • type: type of lift:
  • 0: up by value. Uses the type0_height parameter. This is a lift that raises instead of lowering temporarily.
  • 1: to the lowest neighbor floor. Same as the classic Doom lifts.
  • 2: to the next lower floor.
  • 3: to the lowest neighbor ceiling.
  • 4: perpetual mover between lowest and highest neighbor floor.
  • type0_height: only if type is 0, this is the distance in multiples of 8 to move up.

Examples

No examples given.

Notes

No particular notes.

The linedef special identification is 203 (UDMF) or 501 (ExtraData).

See also