:github_url: hide .. Generated automatically by doc/tools/make_rst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the NativeExtensionManager.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_NativeExtensionManager: NativeExtensionManager ====================== **Inherits:** :ref:`Object` Methods ------- +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NativeExtension` | :ref:`get_extension` **(** :ref:`String` path **)** | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`get_loaded_extensions` **(** **)** |const| | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_extension_loaded` **(** :ref:`String` path **)** |const| | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`LoadStatus` | :ref:`load_extension` **(** :ref:`String` path **)** | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`LoadStatus` | :ref:`reload_extension` **(** :ref:`String` path **)** | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`LoadStatus` | :ref:`unload_extension` **(** :ref:`String` path **)** | +-----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ Enumerations ------------ .. _enum_NativeExtensionManager_LoadStatus: .. _class_NativeExtensionManager_constant_LOAD_STATUS_OK: .. _class_NativeExtensionManager_constant_LOAD_STATUS_FAILED: .. _class_NativeExtensionManager_constant_LOAD_STATUS_ALREADY_LOADED: .. _class_NativeExtensionManager_constant_LOAD_STATUS_NOT_LOADED: .. _class_NativeExtensionManager_constant_LOAD_STATUS_NEEDS_RESTART: enum **LoadStatus**: - **LOAD_STATUS_OK** = **0** - **LOAD_STATUS_FAILED** = **1** - **LOAD_STATUS_ALREADY_LOADED** = **2** - **LOAD_STATUS_NOT_LOADED** = **3** - **LOAD_STATUS_NEEDS_RESTART** = **4** Method Descriptions ------------------- .. _class_NativeExtensionManager_method_get_extension: - :ref:`NativeExtension` **get_extension** **(** :ref:`String` path **)** ---- .. _class_NativeExtensionManager_method_get_loaded_extensions: - :ref:`PackedStringArray` **get_loaded_extensions** **(** **)** |const| ---- .. _class_NativeExtensionManager_method_is_extension_loaded: - :ref:`bool` **is_extension_loaded** **(** :ref:`String` path **)** |const| ---- .. _class_NativeExtensionManager_method_load_extension: - :ref:`LoadStatus` **load_extension** **(** :ref:`String` path **)** ---- .. _class_NativeExtensionManager_method_reload_extension: - :ref:`LoadStatus` **reload_extension** **(** :ref:`String` path **)** ---- .. _class_NativeExtensionManager_method_unload_extension: - :ref:`LoadStatus` **unload_extension** **(** :ref:`String` path **)** .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`