Floor TransferTrigger: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "'''Floor_TransferTrigger'''(''tag'') *ExtraData: 466 *Hexen: 235 Changes the sector and type of tagged sectors to the values in the sector behind this line (if applicable)")
 
No edit summary
Line 1: Line 1:
'''Floor_TransferTrigger'''(''tag'')
'''Floor_TransferTrigger'''(''tag'')
*ExtraData: 466
*[[UDMF]] special: 235
*Hexen: 235
*[[ExtraData]] special: 466
Changes the sector and type of tagged sectors to the values in the sector behind this line (if applicable)
 
Changes the texture and type of tagged sectors to the values in the sector in front of this line. No movement is performed.
 
==See also==
*[[Floor_TransferNumeric]]
*[[Floor movement classic specials]]
*[[Parameterized linedef specials]]
[[Category:Editing]]

Revision as of 13:16, 26 February 2019

Floor_TransferTrigger(tag)

Changes the texture and type of tagged sectors to the values in the sector in front of this line. No movement is performed.

See also