Attention
You are reading the latest
(unstable) version of this documentation, which may document features not available
or compatible with Godot 3.x.
Checking the stable version of the documentation...
Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
GDExtensionManager¶
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
get_extension ( String path ) |
|
get_loaded_extensions ( ) const |
|
is_extension_loaded ( String path ) const |
|
load_extension ( String path ) |
|
reload_extension ( String path ) |
|
unload_extension ( String path ) |
Enumerations¶
enum LoadStatus:
LoadStatus LOAD_STATUS_OK = 0
LoadStatus LOAD_STATUS_FAILED = 1
LoadStatus LOAD_STATUS_ALREADY_LOADED = 2
LoadStatus LOAD_STATUS_NOT_LOADED = 3
LoadStatus LOAD_STATUS_NEEDS_RESTART = 4
Method Descriptions¶
GDExtension get_extension ( String path )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_loaded_extensions ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_extension_loaded ( String path ) const
There is currently no description for this method. Please help us by contributing one!
LoadStatus load_extension ( String path )
There is currently no description for this method. Please help us by contributing one!
LoadStatus reload_extension ( String path )
There is currently no description for this method. Please help us by contributing one!
LoadStatus unload_extension ( String path )
There is currently no description for this method. Please help us by contributing one!