SetNeverDormant (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Enables or prevents an entity from going dormant.
Usage
void setNeverDormant( float enable )
Parameters
- [enable] - The enable/disable flag that determines whether this property is set or not.
Examples
$my_entity.setNeverDormant(1);
Notes
This script event does not return any values.