Fireball Engine API

Fireball is the game engine for the future.

Firedoc Class

Defined in: lib/firedoc.js:35
Module: utils
Parent Module: firedoc

Firedoc main class

Index

Show:

Properties

filecount Boolean private

Defined in lib/firedoc.js:47

Holds the number of files that we are processing.

filemap Object private

Defined in lib/firedoc.js:54

Holder for the list of files we are processing.

dirmap Object private

Defined in lib/firedoc.js:61

Holder for the list of directories we are processing.

options Object private

Defined in lib/firedoc.js:69

Internal holder for configuration options.

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index

Methods

_setDefaultExcludes () private

Defined in lib/firedoc.js:80

Always exclude these directories

_processConfig () private

Defined in lib/firedoc.js:97

Does post process on self.options.

walk () private

Defined in lib/firedoc.js:107

Walks the paths and parses the directory contents

build
(
  • callback
)

Defined in lib/firedoc.js:146

Process the config, walk the file tree and write out the JSON data.

parameters:

  • callback Function

There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. index