Sector Attach3dMidtex: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "48:'''Sector_Attach3dMidtex'''(''line_id'', ''tag'', ''do_ceiling'') Attaches 3DMidTex lines to the vertical movement of the front sector's floor or (if ''do_ceiling'' is...")
 
No edit summary
Line 2: Line 2:


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.
==See also==
*[[Attached surfaces]]
*[[Detailed parameterized linedef specification]]
[[Category:Editing]]

Revision as of 03:22, 25 February 2019

48:Sector_Attach3dMidtex(line_id, tag, do_ceiling)

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