ClearLineSpecial

From Eternity Wiki
Revision as of 14:51, 1 November 2021 by Printz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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]