CheckSight: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(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}}") |
No edit summary |
||
| Line 4: | Line 4: | ||
*''tid1'': [[TID]] of first actor | *''tid1'': [[TID]] of first actor | ||
*''tid2'': [[TID]] of second actor | *''tid2'': [[TID]] of second actor | ||
*''flags'': reserved, must be 0}} | *''flags'': reserved, must be 0 | ||
|id=-35}} | |||
Revision as of 01:52, 23 April 2026
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
Return value
Examples
No examples given.
Notes
No particular notes.
This function's identification in zspecial.acs is: -35.