Well I didn't see this listed and as far as I know there isn't a proc for this. Essentially this is a simple proc to check if the given atom is in the sight of a client(visible on their map).
returns: 1 if it's in sight of player. False otherwise.
ID:118306
Sep 9 2011, 12:32 am
|
|||||||
| |||||||
#2 Sep 26 2011, 5:35 pm
|
|
If opacity isn't an issue, you can just use get_dist()
| |

It might be faster to not need to call view() all the time, considering how many atoms can be on your screen at any given time (due to a large view size or a horde of zombies). Consider this: