SetLineSpecial: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "''void'' '''SetLineSpecial'''(''int lineid'', ''int special'' [, ''int arg0'' [, ''int arg1'' [, ''int arg2'' [, ''int arg3'' [, ''int arg4'']]]]]) ==ACS function== Changes...")
 
No edit summary
 
Line 4: Line 4:


Changes the special and args of all linedefs tagged ''lineid''.
Changes the special and args of all linedefs tagged ''lineid''.
The function is built in ACC.


==See also==
==See also==
*[[ACS built-in functions]]
*[[ACS built-in functions]]

Latest revision as of 15:10, 18 July 2020

void SetLineSpecial(int lineid, int special [, int arg0 [, int arg1 [, int arg2 [, int arg3 [, int arg4]]]]])

ACS function[edit]

Changes the special and args of all linedefs tagged lineid.

The function is built in ACC.

See also[edit]