summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorMateus Elias <meap@cin.ufpe.br>2024-05-27 05:51:22 -0300
committerMateus Elias <meap@cin.ufpe.br>2024-05-27 05:51:30 -0300
commitc622f202c0ac4ca324bf42109121bbd6161782f6 (patch)
tree9443a82e8e3d4d99fb6cb8ea365e07bb30de2f10 /doc/classes
parentbe56cab58c056c074d1e02cd0b38641204e39f41 (diff)
downloadredot-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/classes')
-rw-r--r--doc/classes/MeshLibrary.xml2
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">