From modwiki
Description
Checks if the entity's model is invisible.
Usage
In your script type...
float isHidden()
Parameters
This script event does not accept parameters.
Examples
entVis = $my_entity.isHidden();
Notes
This script event returns the hidden/unhidden status of this entity as a float.