Module: vmscript

vmscript

A module that exports methods to watch script files for changes.
And to load scripts at runtime.

Source:

Classes

VMScriptObj

Methods

<inner> dumpError(err)

A utility function to console log an error exception.

Parameters:
Name Type Description
err Exception | String

The error/exception.

Deprecated:
  • We might remove this in the future.
Source:

<inner> getFilename(infos) → {String}

Function to return a file name based on directory and name.

Parameters:
Name Type Description
infos object

Infos object.

Source:
Returns:

Filename.

Type
String

Module: vmscript

vmscript

A singleton module for virtalized script loading.
Watches scripts and reloads them at runtime.

Source:

Classes

VMScriptObj

Methods

<inner> dumpError(err)

A utility function to console log an error exception.

Parameters:
Name Type Description
err Exception | String

The error/exception.

Deprecated:
  • We might remove this in the future.
Source:

<inner> getFilename(infos) → {String}

Function to return a file name based on directory and name.

Parameters:
Name Type Description
infos object

Infos object.

Source:
Returns:

Filename.

Type
String
The contributors to the InfiniteSky project.
Documentation generated by JSDoc 3.4.0 on Sat Jul 16th 2016