mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
654 B
654 B
category, rank, state, anchor, title, description, details
| category | rank | state | anchor | title | description | details | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| gdscript | 0 | active | polish-and-ensure-that-classname-is-robust | Polish and ensure that `class_name` is robust and works in all cases | `class_name` is an handy feature. It permits the user to name their classes and refer to it directly instead of having to preload the class using its path. Unfortunately, using `class_name` comes with a few caveats. We do hope to fix these issues in order to give users a better experience with this feature. |
|