Move GDExtension section to engine_details/engine_api. (#11652)
@@ -493,3 +493,8 @@ source,destination
|
||||
/engine_details/architecture/custom_resource_format_loaders.html,/engine_details/engine_api/custom_resource_format_loaders.html
|
||||
/engine_details/architecture/custom_audiostreams.html,/engine_details/engine_api/custom_audiostreams.html
|
||||
/engine_details/architecture/custom_platform_ports.html,/engine_details/engine_api/custom_platform_ports.html
|
||||
/tutorials/scripting/gdextension/gdextension_c_example.html,/engine_details/engine_api/gdextension/gdextension_c_example.html
|
||||
/tutorials/scripting/gdextension/gdextension_file.html,/engine_details/engine_api/gdextension/gdextension_file.html
|
||||
/tutorials/scripting/gdextension/gdextension_interface_json_file.html,/engine_details/engine_api/gdextension/gdextension_interface_json_file.html
|
||||
/tutorials/scripting/gdextension/index.html,/engine_details/engine_api/gdextension/index.html
|
||||
/tutorials/scripting/gdextension/what_is_gdextension.html,/engine_details/engine_api/gdextension/what_is_gdextension.html
|
||||
|
||||
|
Can't render this file because it has a wrong number of fields in line 450.
|
@@ -28,7 +28,7 @@ The **GDExtension** resource type represents a `shared library <https://en.wikip
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`GDExtension overview <../tutorials/scripting/gdextension/what_is_gdextension>`
|
||||
- :doc:`GDExtension overview <../engine_details/engine_api/gdextension/what_is_gdextension>`
|
||||
|
||||
- :doc:`GDExtension example in C++ <../tutorials/scripting/cpp/gdextension_cpp_example>`
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ The GDExtensionManager loads, initializes, and keeps track of all available :ref
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`GDExtension overview <../tutorials/scripting/gdextension/what_is_gdextension>`
|
||||
- :doc:`GDExtension overview <../engine_details/engine_api/gdextension/what_is_gdextension>`
|
||||
|
||||
- :doc:`GDExtension example in C++ <../tutorials/scripting/cpp/gdextension_cpp_example>`
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 662 KiB After Width: | Height: | Size: 662 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -21,6 +21,7 @@ that some aspects of the code or directory structures may be different in GDExte
|
||||
:name: toc-devel-cpp-source-advanced
|
||||
|
||||
custom_modules_in_cpp
|
||||
gdextension/index
|
||||
binding_to_external_libraries
|
||||
custom_godot_servers
|
||||
custom_resource_format_loaders
|
||||
|
||||
@@ -23,7 +23,6 @@ The sections below each focus on a given programming language.
|
||||
c_sharp/index
|
||||
cpp/index
|
||||
other_languages
|
||||
gdextension/index
|
||||
|
||||
.. _doc_scripting_core_features:
|
||||
|
||||
|
||||