Floor CrushStop

From Eternity Wiki
Revision as of 08:49, 8 May 2021 by Printz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is a parameterized linedef special.

Stops tagged sectors' floor movements.

Usage

Floor_CrushStop(tag)

Parameters

  • tag: tag of sectors whose floor movements to stop.

Examples

No examples given.

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.

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.

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

See also