Engine.update()

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

Overview

This function is currently unused and currently does nothing useful.

NOTE: This function should not be used in the current version.

Syntax

Engine.update( timeDelta )
timeDelta (required)

Number. The time passed in milliseconds since the last update call.

Examples

engineInstance.update( 1000 / 60 )