Engine.removeNonResourceEntity()

   
Type function
Library wattageTileEngine.EntityLayer.*
Return value VOID
Keywords  
See also  

Overview

This function removes the non-resource entity associated with specified ID.

Syntax

Engine.removeNonResourceEntity( id )
id (required)

Number. The ID of the non-resource entity to remove.

Examples

engineInstance.removeNonResourceEntity(42)