
NAME :: security_screen_scan

SYNTAX :: security_screen_scan(mixed target,object guest);

This sfun tests to see if the "guest" object has access to the "target".
The "target" may be an object or the filename of an object. A 1 is returned
for yes. A 0 is returned for no.

This s-fun is used to test the arrays from the WORKROOM inherit.

----NOTE-----

Scan access allows a person to use call on the builder's objects and use
commands that read info from objects.

If the person has read or write access they will also test + for scan access.

