ClearLineSpecial: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{ACSFunction|description=Clears the special of the script activating linedef, if any. |usage=void ClearLineSpecial(void) |notes=This does ''not'' apply for trigger things. |i...")
 
(No difference)

Latest revision as of 14:51, 1 November 2021

Description[edit]

This is an ACS built-in function.

Clears the special of the script activating linedef, if any.

Usage[edit]

void ClearLineSpecial(void)

Parameters[edit]

No parameters.

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

This does not apply for trigger things.

This function's identification in zspecial.acs is: ACS internal.

See also[edit]