DiskStream.loadFromFile()

   
Type function
Library wattageTileEngine.ObjectSystem.DiskStream.*
Return value Object
Keywords  
See also  

Overview

This function will load an object graph from file and return the top level object.

Syntax

DiskStream.loadFromFile( fileName )
fileName (required)

String. The name of the file to load.

Examples

Please see the example in the Usage Guide.