Table of Contents

Class GDExtension

A native library for GDExtension.

Inheritance
GDExtension

Remarks

The GDExtension resource type represents a shared library which can expand the functionality of the engine. The GDExtensionManager singleton is responsible for loading, reloading, and unloading GDExtension resources.

Note: GDExtension itself is not a scripting language and has no relation to GDScript resources.

See Also

Methods

get_minimum_library_initialization_level

Qualifiers: const

Returns the lowest level required for this extension to be properly initialized (see the InitializationLevel enum).

int get_minimum_library_initialization_level

is_library_open

Qualifiers: const

Returns true if this extension's library has been opened.

bool is_library_open