IsHidden (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Checks if the entity’s model is invisible.

Usage

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.