diff options
author | Mateus Elias <meap@cin.ufpe.br> | 2024-05-27 05:51:22 -0300 |
---|---|---|
committer | Mateus Elias <meap@cin.ufpe.br> | 2024-05-27 05:51:30 -0300 |
commit | c622f202c0ac4ca324bf42109121bbd6161782f6 (patch) | |
tree | 9443a82e8e3d4d99fb6cb8ea365e07bb30de2f10 /doc | |
parent | be56cab58c056c074d1e02cd0b38641204e39f41 (diff) | |
download | redot-engine-c622f202c0ac4ca324bf42109121bbd6161782f6.tar.gz |
Improve description of find_item_by_name() method in MeshLibrary class doc
Specify what the method find_item_by_name() returns if no item is found.
Diffstat (limited to 'doc')
-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"> |