Replies: 2 comments 3 replies
-
Should I do something like this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
✅ ExplanationTo export a
So to fix the issue, you can add the following: method onInit*(self: GridMapRandomPlant) =
self.names = newTypedArray[String]() ❗ About the ErrorThe error message:
means that Godot expects the 📚 Reference |
Beta Was this translation helpful? Give feedback.
3 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.
-
It will produce errors when field "names" is added:
Beta Was this translation helpful? Give feedback.
All reactions