GetHealth (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Returns an entity’s health value.
Usage
float getHealth( )
Parameters
- tba
Examples
$my_entity.getHealth( );
Notes
Not available.