SetNeverDormant (script event)

From modwiki

Jump to: navigation, search

Description

Enables or prevents an entity from going dormant.

Usage

In your script type...

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.


Personal tools
Main