SetLineMonsterBlocking

From Eternity Wiki
Revision as of 13:45, 10 October 2021 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Enables or disables the block-monster linedef flag. |usage='''SetLineMonsterBlocking'''(''int line_id'', ''boolean block'') |parameters= *''line_id''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Enables or disables the block-monster linedef flag.

Usage[edit]

SetLineMonsterBlocking(int line_id, boolean block)

Parameters[edit]

  • line_id: tag of linedefs to change.
  • block: ON to enable the block-monsters flag, OFF to disable it

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

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

See also[edit]