Engine.addModule()

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

Overview

This function adds a module to the engine.

Syntax

Engine.addModule( params )
params (required)

Table. Contains all required inputs. See Required Properties below.

Required Properties

The params table contains the following properties:

module (required)

Module. module to add to the engine.

Examples

engineInstance.addModule({
    module = moduleInstance
})