Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Util.js can be included in your mod with a single line of Javascript...

 

Step 1 - Download it

Download the latest version from the home page and store it alongside the other .js files in your mod.

Step 2 - Include it

In the script where you want to use Util.js, include it in your script:

include("path/to/util_0.6.js");

That's it!

What Next?

After including the file, you can start using the following features:

Unable to render {children}. Page not found: API.

Remember to change the version number in the filename in the include() statement.

JS API docs:

  • include() – include an external script file

 

  • No labels