Floor CrushStop

From Eternity Wiki
Jump to navigationJump to search

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