Merge pull request #92416 from mateuseap/feat/mesh_library
Improve description of `find_item_by_name()` method in `MeshLibrary` class documentation
This commit is contained in:
commit
4025c8e07b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue