Plat Stop: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{subst:LineSpecial|description=Pauses a currently moving perpetual lift at its current position. |usage=Plat_Stop(tag, kind) |parameters= *tag: tag of sectors to affect *kind...")
 
No edit summary
 
Line 4: Line 4:
*kind: any of the following values:
*kind: any of the following values:
:*0: game mode dependent (default). It will act differently depending on current game mode.
:*0: game mode dependent (default). It will act differently depending on current game mode.
:*1: Doom mode: pause the lift. Subsequent [[Plat_PerpetualRaise]] specials will resume it. You can't trigger other floor actions while this one is paused.
:*1: Doom mode: pause the lift. Subsequent perpetual raise specials will resume it. You can't trigger other floor actions while this one is paused.
:*2: Hexen mode: stop the lift completely at its current position and release it for other actions. You'll be able to trigger other floor actions.|examples=''No examples given.''|notes=Both the Doom and Hexen modes are useful for their specific situations.
:*2: Hexen mode: stop the lift completely at its current position and release it for other actions. You'll be able to trigger other floor actions.|examples=''No examples given.''|notes=Both the Doom and Hexen modes are useful for their specific situations.


The linedef special identification is 61 ([[UDMF]]) or 411 ([[ExtraData]]).|seealso=
The linedef special identification is 61 ([[UDMF]]) or 411 ([[ExtraData]]).|seealso=
*[[Parameterized linedef specials]]
*[[Parameterized linedef specials]]
*[[Plat_PerpetualRaise]]}}
*[[Plat_PerpetualRaise]]
*[[Plat_PerpetualRaiseLip]]}}
[[Category:Editing]]
[[Category:Editing]]

Latest revision as of 08:27, 26 December 2021

Description

This is a parameterized linedef special.

Pauses a currently moving perpetual lift at its current position.

Usage

Plat_Stop(tag, kind)

Parameters

  • tag: tag of sectors to affect
  • kind: any of the following values:
  • 0: game mode dependent (default). It will act differently depending on current game mode.
  • 1: Doom mode: pause the lift. Subsequent perpetual raise specials will resume it. You can't trigger other floor actions while this one is paused.
  • 2: Hexen mode: stop the lift completely at its current position and release it for other actions. You'll be able to trigger other floor actions.

Examples

No examples given.

Notes

Both the Doom and Hexen modes are useful for their specific situations.

The linedef special identification is 61 (UDMF) or 411 (ExtraData).

See also