Module bmd

Mock some simple bmd methods.

A silly attempt to mimic some basic bmd functions (readdir, fileexists, createdir) to make scripts using these work, even if called not from within Fusion.

bmd = require("Shaderfuse/bmd")
...

Functions

readdir (directory) Mock the bmd readdir function.
fileexists (filepath) Mock the bmd fileexists function.
createdir (dirname) Mock the bmd createdir function.


Functions

readdir (directory)
Mock the bmd readdir function.

Parameters:

  • directory
fileexists (filepath)
Mock the bmd fileexists function.

Parameters:

  • filepath
createdir (dirname)
Mock the bmd createdir function.

Parameters:

  • dirname
generated by LDoc 1.4.6 Last updated 2023-02-12 22:00:16