diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-28 15:49:54 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-28 15:49:54 +0200 |
commit | 4025c8e07bcb62caf2672ec96b1b5331f462c1f8 (patch) | |
tree | f3b01d9e5027fa6564ffb2c9707c9fb554ef9366 /doc/classes | |
parent | 7d772e713c6566bef460ff05438ab9674c682086 (diff) | |
parent | c622f202c0ac4ca324bf42109121bbd6161782f6 (diff) | |
download | redot-engine-4025c8e07bcb62caf2672ec96b1b5331f462c1f8.tar.gz |
Merge pull request #92416 from mateuseap/feat/mesh_library
Improve description of `find_item_by_name()` method in `MeshLibrary` class documentation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/MeshLibrary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MeshLibrary.xml b/doc/classes/MeshLibrary.xml index c5e8d8cbe7..f65e29af8e 100644 --- a/doc/classes/MeshLibrary.xml +++ b/doc/classes/MeshLibrary.xml @@ -29,7 +29,7 @@ <return type="int" /> <param index="0" name="name" type="String" /> <description> - Returns the first item with the given name. + Returns the first item with the given name, or [code]-1[/code] if no item is found. </description> </method> <method name="get_item_list" qualifiers="const"> |