diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-11 07:52:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 07:52:39 +1100 |
commit | 9eae03a968d0b2294d09d831a972cc3bbcae59c6 (patch) | |
tree | 7bba6df5e9339d95f6c2e5a0a6fbef3123ff39aa /doc/lua | |
parent | eef0da37e1b206a9d486c5ad74bb10b11944503b (diff) | |
parent | 12497113c9c61c251e3aa27dfeb161d20a6c6388 (diff) |
Merge pull request #180 from ErodeesFleurs/itemFile
Add root.itemFile function.
Diffstat (limited to 'doc/lua')
-rw-r--r-- | doc/lua/openstarbound/root.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lua/openstarbound/root.md b/doc/lua/openstarbound/root.md index c439c59..e87a0fe 100644 --- a/doc/lua/openstarbound/root.md +++ b/doc/lua/openstarbound/root.md @@ -101,4 +101,8 @@ Sets a configuration value in `/storage/starbound.config` by path. Returns all recipes. +#### `String` root.itemFile(`String` itemName) + +Returns the asset file path for the specified item. + --- |