doc: Point URLs to 3.4 version of the online docs

This commit is contained in:
Rémi Verschelde
2021-08-12 16:58:38 +02:00
parent f3441fcff0
commit f0b37b1519
166 changed files with 216 additions and 216 deletions

View File

@@ -21,8 +21,8 @@
[b]Note:[/b] Due to a bug, you can't create a "plain" Object using [code]Object.new()[/code]. Instead, use [code]ClassDB.instance("Object")[/code]. This bug only applies to Object itself, not any of its descendents like [Reference].
</description>
<tutorials>
<link title="When and how to avoid using nodes for everything">https://docs.godotengine.org/en/3.3/getting_started/workflow/best_practices/node_alternatives.html</link>
<link title="Advanced exports using _get_property_list()">https://docs.godotengine.org/en/3.3/getting_started/scripting/gdscript/gdscript_exports.html#advanced-exports</link>
<link title="When and how to avoid using nodes for everything">https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/node_alternatives.html</link>
<link title="Advanced exports using _get_property_list()">https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/gdscript_exports.html#advanced-exports</link>
</tutorials>
<methods>
<method name="_get" qualifiers="virtual">