CheckSight

From Eternity Wiki
Revision as of 01:52, 23 April 2026 by Printz (talk | contribs)
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: -35.

See also