Door Close: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:
Closes a door.
Closes a door.
==Arguments==
==Arguments==
*''tag'': tag of sectors to close.
*''tag'': tag of sectors to close. 0 means the sector behind the trigger linedef.
*''speed'': movement speed. 16 is the common door speed, 64 is the turbo speed.
*''speed'': movement speed. 16 is the common door speed, 64 is the turbo speed.
*''light_tag'': sector to apply ambient light to, Boom-style.
*''light_tag'': sector to apply ambient light to, Boom-style.

Latest revision as of 04:16, 1 May 2018

10:Door_Close(tag, speed, light_tag)

Closes a door.

Arguments[edit]

  • tag: tag of sectors to close. 0 means the sector behind the trigger linedef.
  • speed: movement speed. 16 is the common door speed, 64 is the turbo speed.
  • light_tag: sector to apply ambient light to, Boom-style.

Remarks[edit]

It will always make the closing sound, even for the fully closed sectors.

See also[edit]