@@ -24,17 +24,17 @@ Methods
2424.. table ::
2525 :widths: auto
2626
27- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
28- | void | :ref: `close_library<class_GDExtension_method_close_library> ` **( ** **) ** |
29- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
30- | :ref: `InitializationLevel<enum_GDExtension_InitializationLevel> ` | :ref: `get_minimum_library_initialization_level<class_GDExtension_method_get_minimum_library_initialization_level> ` **( ** **) ** |const | |
31- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
32- | void | :ref: `initialize_library<class_GDExtension_method_initialize_library> ` **( ** :ref: `InitializationLevel<enum_GDExtension_InitializationLevel> ` level **) ** |
33- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
34- | :ref: `bool<class_bool> ` | :ref: `is_library_open<class_GDExtension_method_is_library_open> ` **( ** **) ** |const | |
35- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
36- | :ref: `Error<enum_@GlobalScope_Error> ` | :ref: `open_library<class_GDExtension_method_open_library> ` **( ** :ref: `String<class_String> ` path, :ref: `String<class_String> ` entry_symbol, :ref: `bool<class_bool> ` use_legacy_interface **) ** |
37- +------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
27+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
28+ | void | :ref: `close_library<class_GDExtension_method_close_library> ` **( ** **) ** |
29+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
30+ | :ref: `InitializationLevel<enum_GDExtension_InitializationLevel> ` | :ref: `get_minimum_library_initialization_level<class_GDExtension_method_get_minimum_library_initialization_level> ` **( ** **) ** |const | |
31+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
32+ | void | :ref: `initialize_library<class_GDExtension_method_initialize_library> ` **( ** :ref: `InitializationLevel<enum_GDExtension_InitializationLevel> ` level **) ** |
33+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
34+ | :ref: `bool<class_bool> ` | :ref: `is_library_open<class_GDExtension_method_is_library_open> ` **( ** **) ** |const | |
35+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
36+ | :ref: `Error<enum_@GlobalScope_Error> ` | :ref: `open_library<class_GDExtension_method_open_library> ` **( ** :ref: `String<class_String> ` path, :ref: `String<class_String> ` entry_symbol, :ref: `bool<class_bool> ` use_legacy_interface=false **) ** |
37+ +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
3838
3939.. rst-class :: classref-section-separator
4040
@@ -152,7 +152,7 @@ void **initialize_library** **(** :ref:`InitializationLevel<enum_GDExtension_Ini
152152
153153.. rst-class :: classref-method
154154
155- :ref: `Error<enum_@GlobalScope_Error> ` **open_library ** **( ** :ref: `String<class_String> ` path, :ref: `String<class_String> ` entry_symbol, :ref: `bool<class_bool> ` use_legacy_interface **) **
155+ :ref: `Error<enum_@GlobalScope_Error> ` **open_library ** **( ** :ref: `String<class_String> ` path, :ref: `String<class_String> ` entry_symbol, :ref: `bool<class_bool> ` use_legacy_interface=false **) **
156156
157157.. container :: contribute
158158
0 commit comments