classes/class_classdb #111
Replies: 2 comments 2 replies
-
get_class_list() only returns the engine classes, if you are looking for loaded scripts then use ProjectSettings.get_global_class_list() |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it should be mentioned somewhere that "every available class" only refers to engine class, not all classes project-wise. That means classes defined via class_name will not return any reflection info when using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
classes/class_classdb
Inherits: Object A class information repository. Description: Provides access to metadata stored for every available class. Methods:,, bool, can_instantiate(class: StringName) const,, bool, class_e...
https://docs.godotengine.org/en/stable/classes/class_classdb.html
Beta Was this translation helpful? Give feedback.
All reactions