Checks to see if the current camera can see the given thing and returns a boolean result. Syntax:
boolean=IsThingVisible(thing);
For example, with the normal external camera, the player is visible and IsThingVisible(player) would return 1. But with internal camera,
the player is no longer visible, and IsThingVisible(player) would return 0.