Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Excerpt |
---|
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.
See also: Util API Version HistoryDownloads.
Step 2 - Include it
In the script where you want to use Util.js, include it in your script:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
include("path/to/util_0.6.js"); |
That's it!
What Next?
After including the file, you can start using the Util API features.