#Array Index Name
1 messages · Page 1 of 1 (latest)
You mean one of the numbers to the left?
Yes
You need a Dictionary for that.
I know in unity, adding a variable named 'name' will automatically do it but how in godot?
Ah
I guess that could be fine
Arrays don't support anything but numeric indexes in any language that i know off.
No not to access, I'm talking about displaying it like that in the inspector
So the name value would replace the index.
Aaah, i don't think you can. You'd need your own custom plugin for that