-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Document GDScript export category and property grouping #3444
Document GDScript export category and property grouping #3444
Conversation
Merged, thanks! |
I am trying to get this to work but just cant... Can this be expanded on please? I am adding the code for _get_property_list() and ensuring my script is in tool mode... but nothing changes. edit: After some fiddling about, it is clear that the Also, how useful is this really since if you add an |
@EricEzaM yeah this doesn't work well for existing properties defined with Also see concrete example I'm using myself in godotengine/godot#10303 (comment). Tbh this needs a more thorough introduction on the
Tbh the export system itself is a bit convoluted: godotengine/godot-proposals#298. |
Hey, does "hint_string" actually do anything? I can't get it to shorten the property names. |
@ShatReal contact me sometime and I’ll give a run-through. One use is defining what type a variant of type object is. |
Helps godotengine/godot#4378, godotengine/godot#10303.
I'm not sure how thorough this has to be, but good enough, better than nothing.