mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix docs links in 3.x after docs reorg
(cherry picked from commit 717801c9cb)
This commit is contained in:
committed by
Rémi Verschelde
parent
02b549e9ea
commit
2927494d7e
@@ -7,8 +7,8 @@
|
||||
A GDNative library can implement [NativeScript]s, global functions to call with the [GDNative] class, or low-level engine extensions through interfaces such as [ARVRInterfaceGDNative]. The library must be compiled for each platform and architecture that the project will run on.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-example.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-example.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-c-example.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-cpp-example.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_current_dependencies" qualifiers="const">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdscript/index.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_as_byte_code" qualifiers="const">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
See also [GodotSharp].
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/c_sharp/index.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="new" qualifiers="vararg">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
You are most likely to use this class via the Visual Script editor or when writing plugins for it.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/index.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/visual_script/index.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_custom_signal">
|
||||
|
||||
Reference in New Issue
Block a user