Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve description of find_item_by_name() method in MeshLibrary class documentation #92416

Merged
merged 1 commit into from
May 28, 2024

Conversation

mateuseap
Copy link
Contributor

What I Did

  • Specified what the find_item_by_name() method in the MeshLibrary class returns if no item is found.

Closes: godotengine/godot-docs#9219

@mateuseap mateuseap requested a review from a team as a code owner May 27, 2024 06:29
doc/classes/MeshLibrary.xml Outdated Show resolved Hide resolved
@AThousandShips AThousandShips added enhancement documentation cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release labels May 27, 2024
@AThousandShips AThousandShips added this to the 4.3 milestone May 27, 2024
…s doc

Specify what the method find_item_by_name() returns if no item is found.
@akien-mga akien-mga merged commit 4025c8e into godotengine:master May 28, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release documentation enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

find_item_by_name.... not much info, on many functions what their default return value is (usually -1)
3 participants