CheckSight

From Eternity Wiki
Revision as of 01:51, 23 April 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Checks if there is a line of sight between two actors. |usage=''boolean'' '''CheckSight'''(''int'' ''tid1'', ''int'' ''tid2'', ''flags'') |parameters= *''tid1'': TID of first actor *''tid2'': TID of second actor *''flags'': reserved, must be 0}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is an ACS built-in function.

Checks if there is a line of sight between two actors.

Usage

boolean CheckSight(int tid1, int tid2, flags)

Parameters

  • tid1: TID of first actor
  • tid2: TID of second actor
  • flags: reserved, must be 0

Return value

Examples

No examples given.

Notes

No particular notes.

This function's identification in zspecial.acs is: {{{id}}}.

See also