Replies: 1 comment
-
As Edit: correction, see godotengine/godot#71786 for the reasoning behind that However, the search like this won't allow custom equality at least not at the moment due to compatibility with core |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to get
IndexOf()
to find an object so I overrodeEquals()
. While this would've worked with a native C# array, it didn't work for a Godot Array. Shouldn't it?Beta Was this translation helpful? Give feedback.
All reactions