Sector Attach3dMidtex: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 2: Line 2:
*[[UDMF]] number: 48
*[[UDMF]] number: 48
*[[ExtraData]] number: 482
*[[ExtraData]] number: 482
This is a static special, activated at map startup.


Attaches [[3DMidTex]] lines to the vertical movement of the front sector's floor or (if ''do_ceiling'' is 1) ceiling. Normally it will seek lines tagged ''line_id'', but if ''tag'' is non-zero, it can restrict search to lines belonging to tagged sectors. If ''line_id'' is zero while ''tag'' is nonzero, it will find all 3dmidtex lines belonging to sectors with ''tag'', regardless of line tags.
Attaches [[3DMidTex]] lines to the vertical movement of the front sector's floor or (if ''do_ceiling'' is 1) ceiling. Normally it will seek lines tagged ''line_id'', but if ''tag'' is non-zero, it can restrict search to lines belonging to tagged sectors. If ''line_id'' is zero while ''tag'' is nonzero, it will find all 3dmidtex lines belonging to sectors with ''tag'', regardless of line tags.

Latest revision as of 01:58, 24 July 2019

Sector_Attach3dMidtex(line_id, tag, do_ceiling)

This is a static special, activated at map startup.

Attaches 3DMidTex lines to the vertical movement of the front sector's floor or (if do_ceiling is 1) ceiling. Normally it will seek lines tagged line_id, but if tag is non-zero, it can restrict search to lines belonging to tagged sectors. If line_id is zero while tag is nonzero, it will find all 3dmidtex lines belonging to sectors with tag, regardless of line tags.

See also[edit]