Floor CrushStop: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{LineSpecial|description=Stops tagged sectors' floor movements. |usage='''Floor_CrushStop'''(''tag'') |parameters= *''tag'': tag of sectors whose floor movements to stop. |no...")
 
No edit summary
 
Line 1: Line 1:
{{LineSpecial|description=Stops tagged sectors' floor movements.
{{LineSpecial|description=Stops tagged sectors' crushing floor movements.
|usage='''Floor_CrushStop'''(''tag'')
|usage='''Floor_CrushStop'''(''tag'')
|parameters=
|parameters=
*''tag'': tag of sectors whose floor movements to stop.
*''tag'': {{SectorTag}}.
|notes=
|notes=
This special removes any floor movement of tagged sectors (except those triggered by [[Floor_Waggle]]), regardless if crushing or not. Unlike the typical Doom crushing ceiling "stop" action, this one completely removes the process, leaving the floors free for other actions.
This special removes crushing floor movement of tagged sectors (except those triggered by [[Floor_Waggle]]). It will not affect non-crushing floors. Unlike the typical Doom crushing ceiling "stop" action, this one completely removes the process, leaving the floors free for other actions.


Under vanilla Hexen, this was buggy: it would stop ''all'' sectors with floor movements, the ''tag'' parameter was ignored. Eternity has fixed it to only affect tagged sectors.
Under vanilla Hexen, this was buggy: it would stop ''all'' sectors with crushing floor movements, the ''tag'' parameter was ignored. Eternity has fixed it to only affect tagged sectors.
|udmf=46|extradata=452}}
|udmf=46|extradata=452}}

Latest revision as of 12:25, 8 May 2021

Description

This is a parameterized linedef special.

Stops tagged sectors' crushing floor movements.

Usage

Floor_CrushStop(tag)

Parameters

  • tag: tag of sectors to trigger. If 0, it will trigger the sector behind the line..

Examples

No examples given.

Notes

This special removes crushing floor movement of tagged sectors (except those triggered by Floor_Waggle). It will not affect non-crushing floors. Unlike the typical Doom crushing ceiling "stop" action, this one completely removes the process, leaving the floors free for other actions.

Under vanilla Hexen, this was buggy: it would stop all sectors with crushing floor movements, the tag parameter was ignored. Eternity has fixed it to only affect tagged sectors.

The linedef special identification is 46 (UDMF) or 452 (ExtraData).

See also