We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requires a lot
res://
.gdextension
GDExtensionManager.load_extension()
GDExtension classes are available in ClassDB methods, but not gdscript's global scope
ClassDB.get_class_list()
_init()
ClassDB.instantiate
_static_init()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requires a lot
res://
paths in.gdextension
files.gdextension
filesGDExtensionManager.load_extension()
ClassDB.get_class_list()
before and after loading extensions. Might have to manually unload and reload extensions_init()
callsClassDB.instantiate
and stores a reference to the instance_static_init()
instantiates 1 shared instance just for static calls, since instances can access static methodsThe text was updated successfully, but these errors were encountered: