diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dac9fa87d2c..028da18569c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Linter checks run: | bash _tools/format.sh - codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,development,getting_started,tutorials}/**/*.rst + codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/**/*.rst # Use dummy builder to improve performance as we don't need the generated HTML in this workflow. - name: Sphinx build diff --git a/_extensions/gdscript.py b/_extensions/gdscript.py index b2f65261c73..5da987c462f 100644 --- a/_extensions/gdscript.py +++ b/_extensions/gdscript.py @@ -341,6 +341,8 @@ def innerstring_rules(ttype): "AABB", "Plane", "Quaternion", + "Vector4", + "Vector4i", "Basis", "Transform3D", "Color", @@ -355,9 +357,8 @@ def innerstring_rules(ttype): "PackedFloat64Array", "PackedStringArray", "PackedVector2Array", - "PackedVector2iArray", "PackedVector3Array", - "PackedVector3iArray", + "PackedVector4Array", "PackedColorArray", "null", "void", diff --git a/about/faq.rst b/about/faq.rst index 33f627a1c5f..a5864dba9b4 100644 --- a/about/faq.rst +++ b/about/faq.rst @@ -115,9 +115,8 @@ If you've ever written anything in a language like Python before, then you'll fe right at home. For examples and a complete overview of the power GDScript offers you, check out the :ref:`GDScript scripting guide `. -There are several reasons to use GDScript, especially when you are prototyping, in -alpha/beta stages of your project, or are not creating the next AAA title. The -most salient reason is the overall **reduction of complexity**. +There are several reasons to use GDScript, but the most salient reason is the overall +**reduction of complexity**. The original intent of creating a tightly integrated, custom scripting language for Godot was two-fold: first, it reduces the amount of time necessary to get up and running @@ -133,7 +132,7 @@ more familiar programming languages, especially when supporting those more famil languages would result in a worse experience. We understand if you would rather use another language in Godot (see the list of supported options above). That being said, if you haven't given GDScript a try, try it for **three days**. Just like Godot, -once you see how powerful it is and rapid your development becomes, we think GDScript +once you see how powerful it is and how rapid your development becomes, we think GDScript will grow on you. More information about getting comfortable with GDScript or dynamically typed diff --git a/about/introduction.rst b/about/introduction.rst index c3314f475bf..c7df54d5de3 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -28,8 +28,8 @@ consider checking them out. Otherwise, :ref:`Getting Started `, -especially the Godot `Discord`_ community and +you can find help on the various `Community channels `_, +especially the Godot `Discord `_ community and `Forum `_. About Godot Engine @@ -75,11 +75,10 @@ This documentation is organized into several sections: It also contains sections intended for advanced users and contributors, with information on compiling the engine, contributing to the editor, or developing C++ modules. -- **Community** is dedicated to the life of Godot's community. - It points to various community channels like the - `Godot Contributors Chat `_ and - `Discord`_ and contains a list of recommended third-party tutorials and - materials outside of this documentation. +- **Community** is dedicated to the life of Godot's community and contains a list of + recommended third-party tutorials and materials outside of this documentation. + It also provides details on the Asset Library. It also used to list Godot + communities, which are now listed on the `Godot website `_. - Finally, the **Class reference** documents the full Godot API, also available directly within the engine's script editor. You can find information on all classes, functions, signals and so on here. @@ -104,5 +103,3 @@ with attribution to "*Juan Linietsky, Ariel Manzur, and the Godot Engine communi unless otherwise noted. *Have fun reading and making games with Godot Engine!* - -.. _Discord: https://discord.gg/4JBkykG diff --git a/about/system_requirements.rst b/about/system_requirements.rst index 528e1056c3e..f5a96f9b0d9 100644 --- a/about/system_requirements.rst +++ b/about/system_requirements.rst @@ -100,8 +100,7 @@ Mobile device (smartphone/tablet) - Minimum | | Exporting projects requires downloading export templates separately | | | (1.3 GB after installation). | +----------------------+-----------------------------------------------------------------------------------------+ -| **Operating system** | - **Native editor:** Android 6.0 (Compatibility) or Android 9.0 (Forward+/Mobile), | -| | iOS 11.0 | +| **Operating system** | - **Native editor:** Android 6.0 (Compatibility) or Android 9.0 (Forward+/Mobile) | | | - **Web editor:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera 64, | | | Samsung Internet 15 | +----------------------+-----------------------------------------------------------------------------------------+ @@ -174,7 +173,7 @@ Mobile device (smartphone/tablet) - Recommended +----------------------+-----------------------------------------------------------------------------------------+ | **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) | +----------------------+-----------------------------------------------------------------------------------------+ -| **Operating system** | - **Native editor:** Android 9.0 or iOS 11.0 | +| **Operating system** | - **Native editor:** Android 9.0 | | | - **Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera, | | | Samsung Internet | +----------------------+-----------------------------------------------------------------------------------------+ @@ -268,15 +267,15 @@ Mobile device (smartphone/tablet) - Minimum +----------------------+-----------------------------------------------------------------------------------------+ | **GPU** | - **Forward+ rendering method:** SoC featuring GPU with full Vulkan 1.0 support | | | | -| | - *Example: Qualcomm Adreno 505, Mali-G71 MP2, PowerVR G6430 (iPhone 6S/iPhone SE 1)* | +| | - *Example: Qualcomm Adreno 505, Mali-G71 MP2, Apple A12 (iPhone XR/XS)* | | | | | | - **Mobile rendering method:** SoC featuring GPU with full Vulkan 1.0 support | | | | -| | - *Example: Qualcomm Adreno 505, Mali-G71 MP2, PowerVR G6430 (iPhone 6S/iPhone SE 1)* | +| | - *Example: Qualcomm Adreno 505, Mali-G71 MP2, Apple A12 (iPhone XR/XS)* | | | | | | - **Compatibility rendering method:** SoC featuring GPU with full OpenGL ES 3.0 support | | | | -| | - *Example: Qualcomm Adreno 306, Mali-T628 MP6, PowerVR G6430 (iPhone 5S)* | +| | - *Example: Qualcomm Adreno 306, Mali-T628 MP6, Apple A7 (iPhone 5S)* | +----------------------+-----------------------------------------------------------------------------------------+ | **RAM** | - **For native exports:** 1 GB | | | - **For web exports:** 2 GB | @@ -284,7 +283,7 @@ Mobile device (smartphone/tablet) - Minimum | **Storage** | 150 MB (used for the executable, project files and cache) | +----------------------+-----------------------------------------------------------------------------------------+ | **Operating system** | - **For native exports:** Android 6.0 (Compatibility) or Android 9.0 (Forward+/Mobile), | -| | iOS 11.0 | +| | iOS 12.0 | | | - **For web exports:** Firefox 79, Chrome 88, Edge 79, Safari 15.2, Opera 64, | | | Samsung Internet 15 | +----------------------+-----------------------------------------------------------------------------------------+ @@ -340,26 +339,26 @@ Mobile device (smartphone/tablet) - Recommended | | | | | - **iOS:** SoC with 64-bit ARM CPU | | | | -| | - *Example: Apple A11 (iPhone XS/XR)* | +| | - *Example: Apple A14 (iPhone 12)* | +----------------------+-----------------------------------------------------------------------------------------+ | **GPU** | - **Forward+ rendering method:** SoC featuring GPU with full Vulkan 1.2 support | | | | -| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple G11P (iPhone XR/XS)* | +| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple A14 (iPhone 12)* | | | | | | - **Mobile rendering method:** SoC featuring GPU with full Vulkan 1.2 support | | | | -| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple G11P (iPhone XR/XS)* | +| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple A14 (iPhone 12)* | | | | | | - **Compatibility rendering method:** SoC featuring GPU with full OpenGL ES 3.2 support | | | | -| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple G11P (iPhone XR/XS)* | +| | - *Example: Qualcomm Adreno 630, Mali-G72 MP18, Apple A14 (iPhone 12)* | +----------------------+-----------------------------------------------------------------------------------------+ | **RAM** | - **For native exports:** 2 GB | | | - **For web exports:** 4 GB | +----------------------+-----------------------------------------------------------------------------------------+ | **Storage** | 150 MB (used for the executable, project files and cache) | +----------------------+-----------------------------------------------------------------------------------------+ -| **Operating system** | - **For native exports:** Android 9.0 or iOS 11.0 | +| **Operating system** | - **For native exports:** Android 9.0 or iOS 14.1 | | | - **For web exports:** Latest version of Firefox, Chrome, Edge, Safari, Opera, | | | Samsung Internet | +----------------------+-----------------------------------------------------------------------------------------+ diff --git a/classes/class_@gdscript.rst b/classes/class_@gdscript.rst index 637da62db00..83cbd66aa20 100644 --- a/classes/class_@gdscript.rst +++ b/classes/class_@gdscript.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gdscript/doc_classes/@GDScript.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gdscript/doc_classes/@GDScript.xml. .. _class_@GDScript: diff --git a/classes/class_@globalscope.rst b/classes/class_@globalscope.rst index 2e072c6768f..a0c09adf34d 100644 --- a/classes/class_@globalscope.rst +++ b/classes/class_@globalscope.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/@GlobalScope.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/@GlobalScope.xml. .. _class_@GlobalScope: diff --git a/classes/class_aabb.rst b/classes/class_aabb.rst index 4c35ba984c8..13c361af15f 100644 --- a/classes/class_aabb.rst +++ b/classes/class_aabb.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AABB.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AABB.xml. .. _class_AABB: diff --git a/classes/class_acceptdialog.rst b/classes/class_acceptdialog.rst index 2b2c4273d7f..4c658000bc6 100644 --- a/classes/class_acceptdialog.rst +++ b/classes/class_acceptdialog.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AcceptDialog.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AcceptDialog.xml. .. _class_AcceptDialog: diff --git a/classes/class_aescontext.rst b/classes/class_aescontext.rst index 064fc6b0b32..1affb353dd2 100644 --- a/classes/class_aescontext.rst +++ b/classes/class_aescontext.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AESContext.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AESContext.xml. .. _class_AESContext: diff --git a/classes/class_animatablebody2d.rst b/classes/class_animatablebody2d.rst index 98c5ae61472..07a6fe76d5f 100644 --- a/classes/class_animatablebody2d.rst +++ b/classes/class_animatablebody2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimatableBody2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimatableBody2D.xml. .. _class_AnimatableBody2D: diff --git a/classes/class_animatablebody3d.rst b/classes/class_animatablebody3d.rst index 9d1cd5e624b..8c6f7bb9f53 100644 --- a/classes/class_animatablebody3d.rst +++ b/classes/class_animatablebody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimatableBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimatableBody3D.xml. .. _class_AnimatableBody3D: diff --git a/classes/class_animatedsprite2d.rst b/classes/class_animatedsprite2d.rst index 8c909164789..9503a7d20e0 100644 --- a/classes/class_animatedsprite2d.rst +++ b/classes/class_animatedsprite2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimatedSprite2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimatedSprite2D.xml. .. _class_AnimatedSprite2D: diff --git a/classes/class_animatedsprite3d.rst b/classes/class_animatedsprite3d.rst index 46feb6c7589..cf64aa18927 100644 --- a/classes/class_animatedsprite3d.rst +++ b/classes/class_animatedsprite3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimatedSprite3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimatedSprite3D.xml. .. _class_AnimatedSprite3D: diff --git a/classes/class_animatedtexture.rst b/classes/class_animatedtexture.rst index da38191a1f6..01b85256135 100644 --- a/classes/class_animatedtexture.rst +++ b/classes/class_animatedtexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimatedTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimatedTexture.xml. .. _class_AnimatedTexture: diff --git a/classes/class_animation.rst b/classes/class_animation.rst index c977ca1a26e..67a35720940 100644 --- a/classes/class_animation.rst +++ b/classes/class_animation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Animation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Animation.xml. .. _class_Animation: diff --git a/classes/class_animationlibrary.rst b/classes/class_animationlibrary.rst index 458c410a0a3..d19ec1c2668 100644 --- a/classes/class_animationlibrary.rst +++ b/classes/class_animationlibrary.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationLibrary.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationLibrary.xml. .. _class_AnimationLibrary: diff --git a/classes/class_animationmixer.rst b/classes/class_animationmixer.rst index d970b77d9b7..c6427599dcf 100644 --- a/classes/class_animationmixer.rst +++ b/classes/class_animationmixer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationMixer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationMixer.xml. .. _class_AnimationMixer: diff --git a/classes/class_animationnode.rst b/classes/class_animationnode.rst index 4131ee692e4..7a929a2e00c 100644 --- a/classes/class_animationnode.rst +++ b/classes/class_animationnode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNode.xml. .. _class_AnimationNode: diff --git a/classes/class_animationnodeadd2.rst b/classes/class_animationnodeadd2.rst index c23b86a53bb..baecbf65606 100644 --- a/classes/class_animationnodeadd2.rst +++ b/classes/class_animationnodeadd2.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeAdd2.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeAdd2.xml. .. _class_AnimationNodeAdd2: diff --git a/classes/class_animationnodeadd3.rst b/classes/class_animationnodeadd3.rst index f77b8f847b6..60b33222eb5 100644 --- a/classes/class_animationnodeadd3.rst +++ b/classes/class_animationnodeadd3.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeAdd3.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeAdd3.xml. .. _class_AnimationNodeAdd3: diff --git a/classes/class_animationnodeanimation.rst b/classes/class_animationnodeanimation.rst index d7b220ae231..e238fa7b9d2 100644 --- a/classes/class_animationnodeanimation.rst +++ b/classes/class_animationnodeanimation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeAnimation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeAnimation.xml. .. _class_AnimationNodeAnimation: diff --git a/classes/class_animationnodeblend2.rst b/classes/class_animationnodeblend2.rst index 53a14c5473b..62559584e91 100644 --- a/classes/class_animationnodeblend2.rst +++ b/classes/class_animationnodeblend2.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeBlend2.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeBlend2.xml. .. _class_AnimationNodeBlend2: diff --git a/classes/class_animationnodeblend3.rst b/classes/class_animationnodeblend3.rst index 4b7837d7e5a..78b5db7a18a 100644 --- a/classes/class_animationnodeblend3.rst +++ b/classes/class_animationnodeblend3.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeBlend3.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeBlend3.xml. .. _class_AnimationNodeBlend3: diff --git a/classes/class_animationnodeblendspace1d.rst b/classes/class_animationnodeblendspace1d.rst index a2647c28662..024eadfee85 100644 --- a/classes/class_animationnodeblendspace1d.rst +++ b/classes/class_animationnodeblendspace1d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeBlendSpace1D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeBlendSpace1D.xml. .. _class_AnimationNodeBlendSpace1D: diff --git a/classes/class_animationnodeblendspace2d.rst b/classes/class_animationnodeblendspace2d.rst index 506b47bff25..b15ba951097 100644 --- a/classes/class_animationnodeblendspace2d.rst +++ b/classes/class_animationnodeblendspace2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeBlendSpace2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeBlendSpace2D.xml. .. _class_AnimationNodeBlendSpace2D: @@ -21,7 +21,7 @@ Description A resource used by :ref:`AnimationNodeBlendTree`. -\ :ref:`AnimationNodeBlendSpace1D` represents a virtual 2D space on which :ref:`AnimationRootNode`\ s are placed. Outputs the linear blend of the three adjacent animations using a :ref:`Vector2` weight. Adjacent in this context means the three :ref:`AnimationRootNode`\ s making up the triangle that contains the current value. +\ **AnimationNodeBlendSpace2D** represents a virtual 2D space on which :ref:`AnimationRootNode`\ s are placed. Outputs the linear blend of the three adjacent animations using a :ref:`Vector2` weight. Adjacent in this context means the three :ref:`AnimationRootNode`\ s making up the triangle that contains the current value. You can add vertices to the blend space with :ref:`add_blend_point` and automatically triangulate it by setting :ref:`auto_triangles` to ``true``. Otherwise, use :ref:`add_triangle` and :ref:`remove_triangle` to triangulate the blend space by hand. @@ -426,7 +426,7 @@ Changes the :ref:`AnimationNode` referenced by the point at |void| **set_blend_point_position**\ (\ point\: :ref:`int`, pos\: :ref:`Vector2`\ ) :ref:`🔗` -Updates the position of the point at index ``point`` on the blend axis. +Updates the position of the point at index ``point`` in the blend space. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` diff --git a/classes/class_animationnodeblendtree.rst b/classes/class_animationnodeblendtree.rst index c2efe95881f..d8e409cec0b 100644 --- a/classes/class_animationnodeblendtree.rst +++ b/classes/class_animationnodeblendtree.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeBlendTree.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeBlendTree.xml. .. _class_AnimationNodeBlendTree: diff --git a/classes/class_animationnodeoneshot.rst b/classes/class_animationnodeoneshot.rst index 176e75af2e0..103895ed79b 100644 --- a/classes/class_animationnodeoneshot.rst +++ b/classes/class_animationnodeoneshot.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeOneShot.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeOneShot.xml. .. _class_AnimationNodeOneShot: diff --git a/classes/class_animationnodeoutput.rst b/classes/class_animationnodeoutput.rst index 17f6be4d6ee..2e15cad65e8 100644 --- a/classes/class_animationnodeoutput.rst +++ b/classes/class_animationnodeoutput.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeOutput.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeOutput.xml. .. _class_AnimationNodeOutput: diff --git a/classes/class_animationnodestatemachine.rst b/classes/class_animationnodestatemachine.rst index f567081cc0b..b2228d21e61 100644 --- a/classes/class_animationnodestatemachine.rst +++ b/classes/class_animationnodestatemachine.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeStateMachine.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeStateMachine.xml. .. _class_AnimationNodeStateMachine: diff --git a/classes/class_animationnodestatemachineplayback.rst b/classes/class_animationnodestatemachineplayback.rst index 221d1f62aa3..1bf762abfec 100644 --- a/classes/class_animationnodestatemachineplayback.rst +++ b/classes/class_animationnodestatemachineplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeStateMachinePlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeStateMachinePlayback.xml. .. _class_AnimationNodeStateMachinePlayback: diff --git a/classes/class_animationnodestatemachinetransition.rst b/classes/class_animationnodestatemachinetransition.rst index 1a4973608e7..af4eb6804f1 100644 --- a/classes/class_animationnodestatemachinetransition.rst +++ b/classes/class_animationnodestatemachinetransition.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeStateMachineTransition.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeStateMachineTransition.xml. .. _class_AnimationNodeStateMachineTransition: diff --git a/classes/class_animationnodesub2.rst b/classes/class_animationnodesub2.rst index 8a62e6d4417..4a188a24f84 100644 --- a/classes/class_animationnodesub2.rst +++ b/classes/class_animationnodesub2.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeSub2.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeSub2.xml. .. _class_AnimationNodeSub2: diff --git a/classes/class_animationnodesync.rst b/classes/class_animationnodesync.rst index bbe20f0a346..fc7a99767f1 100644 --- a/classes/class_animationnodesync.rst +++ b/classes/class_animationnodesync.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeSync.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeSync.xml. .. _class_AnimationNodeSync: diff --git a/classes/class_animationnodetimescale.rst b/classes/class_animationnodetimescale.rst index 7d19d1419f9..7208688de98 100644 --- a/classes/class_animationnodetimescale.rst +++ b/classes/class_animationnodetimescale.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeTimeScale.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeTimeScale.xml. .. _class_AnimationNodeTimeScale: diff --git a/classes/class_animationnodetimeseek.rst b/classes/class_animationnodetimeseek.rst index c9ec75ffdcd..f34dcdedad7 100644 --- a/classes/class_animationnodetimeseek.rst +++ b/classes/class_animationnodetimeseek.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeTimeSeek.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeTimeSeek.xml. .. _class_AnimationNodeTimeSeek: diff --git a/classes/class_animationnodetransition.rst b/classes/class_animationnodetransition.rst index f79beea9972..3a59e02f263 100644 --- a/classes/class_animationnodetransition.rst +++ b/classes/class_animationnodetransition.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeTransition.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationNodeTransition.xml. .. _class_AnimationNodeTransition: diff --git a/classes/class_animationplayer.rst b/classes/class_animationplayer.rst index b11956e6de9..affde142ae2 100644 --- a/classes/class_animationplayer.rst +++ b/classes/class_animationplayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationPlayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationPlayer.xml. .. _class_AnimationPlayer: diff --git a/classes/class_animationrootnode.rst b/classes/class_animationrootnode.rst index 8281adc15c3..86d18b96344 100644 --- a/classes/class_animationrootnode.rst +++ b/classes/class_animationrootnode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationRootNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationRootNode.xml. .. _class_AnimationRootNode: diff --git a/classes/class_animationtree.rst b/classes/class_animationtree.rst index ed8653c446f..abbe1f2aa6b 100644 --- a/classes/class_animationtree.rst +++ b/classes/class_animationtree.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationTree.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AnimationTree.xml. .. _class_AnimationTree: diff --git a/classes/class_area2d.rst b/classes/class_area2d.rst index a47df40ffed..38c6fcea8fd 100644 --- a/classes/class_area2d.rst +++ b/classes/class_area2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Area2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Area2D.xml. .. _class_Area2D: diff --git a/classes/class_area3d.rst b/classes/class_area3d.rst index 67d979f8775..edbd7b6557c 100644 --- a/classes/class_area3d.rst +++ b/classes/class_area3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Area3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Area3D.xml. .. _class_Area3D: diff --git a/classes/class_array.rst b/classes/class_array.rst index f7a93b7a2a0..c22fc92e5bd 100644 --- a/classes/class_array.rst +++ b/classes/class_array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Array.xml. .. _class_Array: @@ -522,7 +522,7 @@ Appends another ``array`` at the end of this array. var numbers = [1, 2, 3] var extra = [4, 5, 6] numbers.append_array(extra) - print(nums) # Prints [1, 2, 3, 4, 5, 6] + print(numbers) # Prints [1, 2, 3, 4, 5, 6] .. rst-class:: classref-item-separator @@ -1289,7 +1289,7 @@ Sorts the array in ascending order. The final order is dependent on the "less th Sorts the array using a custom :ref:`Callable`. -\ ``func`` is called as many times as necessary, receiving two array elements as arguments. The function should return ``true`` if the first element should be moved *behind* the second one, otherwise it should return ``false``. +\ ``func`` is called as many times as necessary, receiving two array elements as arguments. The function should return ``true`` if the first element should be moved *before* the second one, otherwise it should return ``false``. :: @@ -1304,7 +1304,7 @@ Sorts the array using a custom :ref:`Callable`. print(my_items) # Prints [["Rice", 4], ["Tomato", 5], ["Apple", 9]] # Sort descending, using a lambda function. - my_items.sort_custom(func(a, b): return a[0] > b[0]) + my_items.sort_custom(func(a, b): return a[1] > b[1]) print(my_items) # Prints [["Apple", 9], ["Tomato", 5], ["Rice", 4]] It may also be necessary to use this method to sort strings by natural order, with :ref:`String.naturalnocasecmp_to`, as in the following example: diff --git a/classes/class_arraymesh.rst b/classes/class_arraymesh.rst index a1769807e4f..96baf3a9be4 100644 --- a/classes/class_arraymesh.rst +++ b/classes/class_arraymesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ArrayMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ArrayMesh.xml. .. _class_ArrayMesh: diff --git a/classes/class_arrayoccluder3d.rst b/classes/class_arrayoccluder3d.rst index 5bdd43482c2..f955cd3e4e6 100644 --- a/classes/class_arrayoccluder3d.rst +++ b/classes/class_arrayoccluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ArrayOccluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ArrayOccluder3D.xml. .. _class_ArrayOccluder3D: diff --git a/classes/class_aspectratiocontainer.rst b/classes/class_aspectratiocontainer.rst index c9e5b02c1af..682c58ec7eb 100644 --- a/classes/class_aspectratiocontainer.rst +++ b/classes/class_aspectratiocontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AspectRatioContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AspectRatioContainer.xml. .. _class_AspectRatioContainer: diff --git a/classes/class_astar2d.rst b/classes/class_astar2d.rst index 91eef236561..4ec1175d49e 100644 --- a/classes/class_astar2d.rst +++ b/classes/class_astar2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AStar2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AStar2D.xml. .. _class_AStar2D: @@ -319,7 +319,7 @@ If there is no valid path to the target, and ``allow_partial_path`` is ``true``, astar.ConnectPoints(2, 3, false); astar.ConnectPoints(4, 3, false); astar.ConnectPoints(1, 4, false); - int[] res = astar.GetIdPath(1, 3); // Returns [1, 2, 3] + long[] res = astar.GetIdPath(1, 3); // Returns [1, 2, 3] @@ -376,7 +376,7 @@ Returns an array with the IDs of the points that form the connection with the gi astar.ConnectPoints(1, 2, true); astar.ConnectPoints(1, 3, true); - int[] neighbors = astar.GetPointConnections(1); // Returns [2, 3] + long[] neighbors = astar.GetPointConnections(1); // Returns [2, 3] diff --git a/classes/class_astar3d.rst b/classes/class_astar3d.rst index 68a00d86253..6c398785a84 100644 --- a/classes/class_astar3d.rst +++ b/classes/class_astar3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AStar3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AStar3D.xml. .. _class_AStar3D: @@ -355,7 +355,7 @@ If there is no valid path to the target, and ``allow_partial_path`` is ``true``, astar.ConnectPoints(2, 3, false); astar.ConnectPoints(4, 3, false); astar.ConnectPoints(1, 4, false); - int[] res = astar.GetIdPath(1, 3); // Returns [1, 2, 3] + long[] res = astar.GetIdPath(1, 3); // Returns [1, 2, 3] @@ -411,7 +411,7 @@ Returns an array with the IDs of the points that form the connection with the gi astar.ConnectPoints(1, 2, true); astar.ConnectPoints(1, 3, true); - int[] neighbors = astar.GetPointConnections(1); // Returns [2, 3] + long[] neighbors = astar.GetPointConnections(1); // Returns [2, 3] diff --git a/classes/class_astargrid2d.rst b/classes/class_astargrid2d.rst index 770356dc125..96b833a7a4b 100644 --- a/classes/class_astargrid2d.rst +++ b/classes/class_astargrid2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AStarGrid2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AStarGrid2D.xml. .. _class_AStarGrid2D: diff --git a/classes/class_atlastexture.rst b/classes/class_atlastexture.rst index 70457128a5c..a1e2d66ed0e 100644 --- a/classes/class_atlastexture.rst +++ b/classes/class_atlastexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AtlasTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AtlasTexture.xml. .. _class_AtlasTexture: diff --git a/classes/class_audiobuslayout.rst b/classes/class_audiobuslayout.rst index 80fe120f299..e572c3fc4fe 100644 --- a/classes/class_audiobuslayout.rst +++ b/classes/class_audiobuslayout.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioBusLayout.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioBusLayout.xml. .. _class_AudioBusLayout: diff --git a/classes/class_audioeffect.rst b/classes/class_audioeffect.rst index 21fc6d2680b..542f8e308ab 100644 --- a/classes/class_audioeffect.rst +++ b/classes/class_audioeffect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffect.xml. .. _class_AudioEffect: diff --git a/classes/class_audioeffectamplify.rst b/classes/class_audioeffectamplify.rst index f6714bf15b6..a1f3aefc236 100644 --- a/classes/class_audioeffectamplify.rst +++ b/classes/class_audioeffectamplify.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectAmplify.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectAmplify.xml. .. _class_AudioEffectAmplify: diff --git a/classes/class_audioeffectbandlimitfilter.rst b/classes/class_audioeffectbandlimitfilter.rst index 031ef97508c..0311a3f5a65 100644 --- a/classes/class_audioeffectbandlimitfilter.rst +++ b/classes/class_audioeffectbandlimitfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectBandLimitFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectBandLimitFilter.xml. .. _class_AudioEffectBandLimitFilter: diff --git a/classes/class_audioeffectbandpassfilter.rst b/classes/class_audioeffectbandpassfilter.rst index 186024ed7ae..7d44f0fa77c 100644 --- a/classes/class_audioeffectbandpassfilter.rst +++ b/classes/class_audioeffectbandpassfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectBandPassFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectBandPassFilter.xml. .. _class_AudioEffectBandPassFilter: diff --git a/classes/class_audioeffectcapture.rst b/classes/class_audioeffectcapture.rst index 46470fef148..1fb56f0296b 100644 --- a/classes/class_audioeffectcapture.rst +++ b/classes/class_audioeffectcapture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectCapture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectCapture.xml. .. _class_AudioEffectCapture: diff --git a/classes/class_audioeffectchorus.rst b/classes/class_audioeffectchorus.rst index 12bf1a71050..b42668b6e0a 100644 --- a/classes/class_audioeffectchorus.rst +++ b/classes/class_audioeffectchorus.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectChorus.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectChorus.xml. .. _class_AudioEffectChorus: diff --git a/classes/class_audioeffectcompressor.rst b/classes/class_audioeffectcompressor.rst index 9df4dc5cbbd..e90c2e951f3 100644 --- a/classes/class_audioeffectcompressor.rst +++ b/classes/class_audioeffectcompressor.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectCompressor.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectCompressor.xml. .. _class_AudioEffectCompressor: diff --git a/classes/class_audioeffectdelay.rst b/classes/class_audioeffectdelay.rst index 3356f60327d..c1428843340 100644 --- a/classes/class_audioeffectdelay.rst +++ b/classes/class_audioeffectdelay.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectDelay.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectDelay.xml. .. _class_AudioEffectDelay: diff --git a/classes/class_audioeffectdistortion.rst b/classes/class_audioeffectdistortion.rst index ef3dd123514..8a141da8474 100644 --- a/classes/class_audioeffectdistortion.rst +++ b/classes/class_audioeffectdistortion.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectDistortion.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectDistortion.xml. .. _class_AudioEffectDistortion: diff --git a/classes/class_audioeffecteq.rst b/classes/class_audioeffecteq.rst index 1200927b7d8..cb5382afa34 100644 --- a/classes/class_audioeffecteq.rst +++ b/classes/class_audioeffecteq.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectEQ.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectEQ.xml. .. _class_AudioEffectEQ: diff --git a/classes/class_audioeffecteq10.rst b/classes/class_audioeffecteq10.rst index fe6ec7273cd..7056bc4a9f5 100644 --- a/classes/class_audioeffecteq10.rst +++ b/classes/class_audioeffecteq10.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectEQ10.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectEQ10.xml. .. _class_AudioEffectEQ10: diff --git a/classes/class_audioeffecteq21.rst b/classes/class_audioeffecteq21.rst index d7dcd58ee04..29a4269f46e 100644 --- a/classes/class_audioeffecteq21.rst +++ b/classes/class_audioeffecteq21.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectEQ21.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectEQ21.xml. .. _class_AudioEffectEQ21: diff --git a/classes/class_audioeffecteq6.rst b/classes/class_audioeffecteq6.rst index 139c4c25cf2..5be72ebeac8 100644 --- a/classes/class_audioeffecteq6.rst +++ b/classes/class_audioeffecteq6.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectEQ6.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectEQ6.xml. .. _class_AudioEffectEQ6: diff --git a/classes/class_audioeffectfilter.rst b/classes/class_audioeffectfilter.rst index b3d55990523..70de9a1f440 100644 --- a/classes/class_audioeffectfilter.rst +++ b/classes/class_audioeffectfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectFilter.xml. .. _class_AudioEffectFilter: diff --git a/classes/class_audioeffecthardlimiter.rst b/classes/class_audioeffecthardlimiter.rst index d576bce8225..8d5fd60e19d 100644 --- a/classes/class_audioeffecthardlimiter.rst +++ b/classes/class_audioeffecthardlimiter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectHardLimiter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectHardLimiter.xml. .. _class_AudioEffectHardLimiter: diff --git a/classes/class_audioeffecthighpassfilter.rst b/classes/class_audioeffecthighpassfilter.rst index 3d5763b3d17..349cc6c3ad4 100644 --- a/classes/class_audioeffecthighpassfilter.rst +++ b/classes/class_audioeffecthighpassfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectHighPassFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectHighPassFilter.xml. .. _class_AudioEffectHighPassFilter: diff --git a/classes/class_audioeffecthighshelffilter.rst b/classes/class_audioeffecthighshelffilter.rst index 11dc4176862..e1e31742713 100644 --- a/classes/class_audioeffecthighshelffilter.rst +++ b/classes/class_audioeffecthighshelffilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectHighShelfFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectHighShelfFilter.xml. .. _class_AudioEffectHighShelfFilter: diff --git a/classes/class_audioeffectinstance.rst b/classes/class_audioeffectinstance.rst index 64b4ca1debc..187d8a9eba2 100644 --- a/classes/class_audioeffectinstance.rst +++ b/classes/class_audioeffectinstance.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectInstance.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectInstance.xml. .. _class_AudioEffectInstance: diff --git a/classes/class_audioeffectlimiter.rst b/classes/class_audioeffectlimiter.rst index 5eeae4ec3aa..5c70c6bcb0e 100644 --- a/classes/class_audioeffectlimiter.rst +++ b/classes/class_audioeffectlimiter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectLimiter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectLimiter.xml. .. _class_AudioEffectLimiter: diff --git a/classes/class_audioeffectlowpassfilter.rst b/classes/class_audioeffectlowpassfilter.rst index bcf0160b80c..9db4d851609 100644 --- a/classes/class_audioeffectlowpassfilter.rst +++ b/classes/class_audioeffectlowpassfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectLowPassFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectLowPassFilter.xml. .. _class_AudioEffectLowPassFilter: diff --git a/classes/class_audioeffectlowshelffilter.rst b/classes/class_audioeffectlowshelffilter.rst index f42fcbdf468..8aeb0abc787 100644 --- a/classes/class_audioeffectlowshelffilter.rst +++ b/classes/class_audioeffectlowshelffilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectLowShelfFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectLowShelfFilter.xml. .. _class_AudioEffectLowShelfFilter: diff --git a/classes/class_audioeffectnotchfilter.rst b/classes/class_audioeffectnotchfilter.rst index d7d6847e519..cda29cb827e 100644 --- a/classes/class_audioeffectnotchfilter.rst +++ b/classes/class_audioeffectnotchfilter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectNotchFilter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectNotchFilter.xml. .. _class_AudioEffectNotchFilter: diff --git a/classes/class_audioeffectpanner.rst b/classes/class_audioeffectpanner.rst index 7638e38ab35..0c76b74fdcb 100644 --- a/classes/class_audioeffectpanner.rst +++ b/classes/class_audioeffectpanner.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectPanner.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectPanner.xml. .. _class_AudioEffectPanner: diff --git a/classes/class_audioeffectphaser.rst b/classes/class_audioeffectphaser.rst index 015a6faa3e4..ba611ddbcad 100644 --- a/classes/class_audioeffectphaser.rst +++ b/classes/class_audioeffectphaser.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectPhaser.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectPhaser.xml. .. _class_AudioEffectPhaser: diff --git a/classes/class_audioeffectpitchshift.rst b/classes/class_audioeffectpitchshift.rst index 9ba21b4ae12..13a7520bef6 100644 --- a/classes/class_audioeffectpitchshift.rst +++ b/classes/class_audioeffectpitchshift.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectPitchShift.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectPitchShift.xml. .. _class_AudioEffectPitchShift: diff --git a/classes/class_audioeffectrecord.rst b/classes/class_audioeffectrecord.rst index c1e2646fd14..2cce5fc241b 100644 --- a/classes/class_audioeffectrecord.rst +++ b/classes/class_audioeffectrecord.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectRecord.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectRecord.xml. .. _class_AudioEffectRecord: diff --git a/classes/class_audioeffectreverb.rst b/classes/class_audioeffectreverb.rst index 86c999fd979..cf1670fe474 100644 --- a/classes/class_audioeffectreverb.rst +++ b/classes/class_audioeffectreverb.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectReverb.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectReverb.xml. .. _class_AudioEffectReverb: diff --git a/classes/class_audioeffectspectrumanalyzer.rst b/classes/class_audioeffectspectrumanalyzer.rst index 2a862c5c0f3..40c6b63ddb6 100644 --- a/classes/class_audioeffectspectrumanalyzer.rst +++ b/classes/class_audioeffectspectrumanalyzer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectSpectrumAnalyzer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectSpectrumAnalyzer.xml. .. _class_AudioEffectSpectrumAnalyzer: diff --git a/classes/class_audioeffectspectrumanalyzerinstance.rst b/classes/class_audioeffectspectrumanalyzerinstance.rst index 68c533dcf73..92db58c1aad 100644 --- a/classes/class_audioeffectspectrumanalyzerinstance.rst +++ b/classes/class_audioeffectspectrumanalyzerinstance.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml. .. _class_AudioEffectSpectrumAnalyzerInstance: diff --git a/classes/class_audioeffectstereoenhance.rst b/classes/class_audioeffectstereoenhance.rst index ed98852e81e..21348afdc2e 100644 --- a/classes/class_audioeffectstereoenhance.rst +++ b/classes/class_audioeffectstereoenhance.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioEffectStereoEnhance.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioEffectStereoEnhance.xml. .. _class_AudioEffectStereoEnhance: diff --git a/classes/class_audiolistener2d.rst b/classes/class_audiolistener2d.rst index 7fed4577abb..25bf8e27561 100644 --- a/classes/class_audiolistener2d.rst +++ b/classes/class_audiolistener2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioListener2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioListener2D.xml. .. _class_AudioListener2D: diff --git a/classes/class_audiolistener3d.rst b/classes/class_audiolistener3d.rst index d90896c68c9..e1e270b7e69 100644 --- a/classes/class_audiolistener3d.rst +++ b/classes/class_audiolistener3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioListener3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioListener3D.xml. .. _class_AudioListener3D: diff --git a/classes/class_audiosample.rst b/classes/class_audiosample.rst index e01dc39c481..5f280f98dfc 100644 --- a/classes/class_audiosample.rst +++ b/classes/class_audiosample.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioSample.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioSample.xml. .. _class_AudioSample: diff --git a/classes/class_audiosampleplayback.rst b/classes/class_audiosampleplayback.rst index 864a87e06c4..639a1f3aaff 100644 --- a/classes/class_audiosampleplayback.rst +++ b/classes/class_audiosampleplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioSamplePlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioSamplePlayback.xml. .. _class_AudioSamplePlayback: diff --git a/classes/class_audioserver.rst b/classes/class_audioserver.rst index 5a10f28eec9..1f23397e394 100644 --- a/classes/class_audioserver.rst +++ b/classes/class_audioserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioServer.xml. .. _class_AudioServer: diff --git a/classes/class_audiostream.rst b/classes/class_audiostream.rst index 00ef203ba4d..dffc7c67da5 100644 --- a/classes/class_audiostream.rst +++ b/classes/class_audiostream.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStream.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStream.xml. .. _class_AudioStream: diff --git a/classes/class_audiostreamgenerator.rst b/classes/class_audiostreamgenerator.rst index eaa588a52f6..aff69824d2b 100644 --- a/classes/class_audiostreamgenerator.rst +++ b/classes/class_audiostreamgenerator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamGenerator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamGenerator.xml. .. _class_AudioStreamGenerator: diff --git a/classes/class_audiostreamgeneratorplayback.rst b/classes/class_audiostreamgeneratorplayback.rst index dcbd2c577b2..57666bd797d 100644 --- a/classes/class_audiostreamgeneratorplayback.rst +++ b/classes/class_audiostreamgeneratorplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamGeneratorPlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamGeneratorPlayback.xml. .. _class_AudioStreamGeneratorPlayback: diff --git a/classes/class_audiostreaminteractive.rst b/classes/class_audiostreaminteractive.rst index 02e2635cee1..f2c6c55db1a 100644 --- a/classes/class_audiostreaminteractive.rst +++ b/classes/class_audiostreaminteractive.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamInteractive.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamInteractive.xml. .. _class_AudioStreamInteractive: diff --git a/classes/class_audiostreammicrophone.rst b/classes/class_audiostreammicrophone.rst index c90316ec693..910d2f78497 100644 --- a/classes/class_audiostreammicrophone.rst +++ b/classes/class_audiostreammicrophone.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamMicrophone.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamMicrophone.xml. .. _class_AudioStreamMicrophone: diff --git a/classes/class_audiostreammp3.rst b/classes/class_audiostreammp3.rst index 9fb45d8369f..be97b16b786 100644 --- a/classes/class_audiostreammp3.rst +++ b/classes/class_audiostreammp3.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/minimp3/doc_classes/AudioStreamMP3.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/minimp3/doc_classes/AudioStreamMP3.xml. .. _class_AudioStreamMP3: diff --git a/classes/class_audiostreamoggvorbis.rst b/classes/class_audiostreamoggvorbis.rst index 7fabed67ccd..c6d357f758e 100644 --- a/classes/class_audiostreamoggvorbis.rst +++ b/classes/class_audiostreamoggvorbis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml. .. _class_AudioStreamOggVorbis: diff --git a/classes/class_audiostreamplayback.rst b/classes/class_audiostreamplayback.rst index 76f12f3987b..ab101d3a0ad 100644 --- a/classes/class_audiostreamplayback.rst +++ b/classes/class_audiostreamplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlayback.xml. .. _class_AudioStreamPlayback: diff --git a/classes/class_audiostreamplaybackinteractive.rst b/classes/class_audiostreamplaybackinteractive.rst index 8b9d9a6f496..afca65c706e 100644 --- a/classes/class_audiostreamplaybackinteractive.rst +++ b/classes/class_audiostreamplaybackinteractive.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamPlaybackInteractive.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamPlaybackInteractive.xml. .. _class_AudioStreamPlaybackInteractive: diff --git a/classes/class_audiostreamplaybackoggvorbis.rst b/classes/class_audiostreamplaybackoggvorbis.rst index dc0f2c757a3..ffccc1ef68d 100644 --- a/classes/class_audiostreamplaybackoggvorbis.rst +++ b/classes/class_audiostreamplaybackoggvorbis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml. .. _class_AudioStreamPlaybackOggVorbis: diff --git a/classes/class_audiostreamplaybackplaylist.rst b/classes/class_audiostreamplaybackplaylist.rst index 6c5a3c836fd..6be69ce76fd 100644 --- a/classes/class_audiostreamplaybackplaylist.rst +++ b/classes/class_audiostreamplaybackplaylist.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamPlaybackPlaylist.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamPlaybackPlaylist.xml. .. _class_AudioStreamPlaybackPlaylist: diff --git a/classes/class_audiostreamplaybackpolyphonic.rst b/classes/class_audiostreamplaybackpolyphonic.rst index c6d5c216ea8..3e05e0aa826 100644 --- a/classes/class_audiostreamplaybackpolyphonic.rst +++ b/classes/class_audiostreamplaybackpolyphonic.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlaybackPolyphonic.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlaybackPolyphonic.xml. .. _class_AudioStreamPlaybackPolyphonic: diff --git a/classes/class_audiostreamplaybackresampled.rst b/classes/class_audiostreamplaybackresampled.rst index 6577e73bebd..126d2286030 100644 --- a/classes/class_audiostreamplaybackresampled.rst +++ b/classes/class_audiostreamplaybackresampled.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlaybackResampled.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlaybackResampled.xml. .. _class_AudioStreamPlaybackResampled: diff --git a/classes/class_audiostreamplaybacksynchronized.rst b/classes/class_audiostreamplaybacksynchronized.rst index d0703335a77..f53422f962c 100644 --- a/classes/class_audiostreamplaybacksynchronized.rst +++ b/classes/class_audiostreamplaybacksynchronized.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamPlaybackSynchronized.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamPlaybackSynchronized.xml. .. _class_AudioStreamPlaybackSynchronized: diff --git a/classes/class_audiostreamplayer.rst b/classes/class_audiostreamplayer.rst index 6c7a6c826cd..db7597ce573 100644 --- a/classes/class_audiostreamplayer.rst +++ b/classes/class_audiostreamplayer.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlayer.xml. .. _class_AudioStreamPlayer: diff --git a/classes/class_audiostreamplayer2d.rst b/classes/class_audiostreamplayer2d.rst index ac52ce133d0..6760477fa48 100644 --- a/classes/class_audiostreamplayer2d.rst +++ b/classes/class_audiostreamplayer2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlayer2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlayer2D.xml. .. _class_AudioStreamPlayer2D: diff --git a/classes/class_audiostreamplayer3d.rst b/classes/class_audiostreamplayer3d.rst index 1160b7cd272..d030ce67119 100644 --- a/classes/class_audiostreamplayer3d.rst +++ b/classes/class_audiostreamplayer3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlayer3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPlayer3D.xml. .. _class_AudioStreamPlayer3D: diff --git a/classes/class_audiostreamplaylist.rst b/classes/class_audiostreamplaylist.rst index 9eb37b087ff..5e392635e65 100644 --- a/classes/class_audiostreamplaylist.rst +++ b/classes/class_audiostreamplaylist.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml. .. _class_AudioStreamPlaylist: diff --git a/classes/class_audiostreampolyphonic.rst b/classes/class_audiostreampolyphonic.rst index cb9d7ae9670..420d58fddfa 100644 --- a/classes/class_audiostreampolyphonic.rst +++ b/classes/class_audiostreampolyphonic.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPolyphonic.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamPolyphonic.xml. .. _class_AudioStreamPolyphonic: diff --git a/classes/class_audiostreamrandomizer.rst b/classes/class_audiostreamrandomizer.rst index afa65b7513a..7ce1a1505fa 100644 --- a/classes/class_audiostreamrandomizer.rst +++ b/classes/class_audiostreamrandomizer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamRandomizer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamRandomizer.xml. .. _class_AudioStreamRandomizer: diff --git a/classes/class_audiostreamsynchronized.rst b/classes/class_audiostreamsynchronized.rst index 914abe5cb97..d80ba699414 100644 --- a/classes/class_audiostreamsynchronized.rst +++ b/classes/class_audiostreamsynchronized.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml. .. _class_AudioStreamSynchronized: diff --git a/classes/class_audiostreamwav.rst b/classes/class_audiostreamwav.rst index fb21bcccfb9..94495151335 100644 --- a/classes/class_audiostreamwav.rst +++ b/classes/class_audiostreamwav.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamWAV.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/AudioStreamWAV.xml. .. _class_AudioStreamWAV: diff --git a/classes/class_backbuffercopy.rst b/classes/class_backbuffercopy.rst index 0b3ac0b753a..4d9adb7ffa4 100644 --- a/classes/class_backbuffercopy.rst +++ b/classes/class_backbuffercopy.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BackBufferCopy.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BackBufferCopy.xml. .. _class_BackBufferCopy: diff --git a/classes/class_basebutton.rst b/classes/class_basebutton.rst index acb2d2a0be8..8c615cd4b17 100644 --- a/classes/class_basebutton.rst +++ b/classes/class_basebutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BaseButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BaseButton.xml. .. _class_BaseButton: diff --git a/classes/class_basematerial3d.rst b/classes/class_basematerial3d.rst index 02634ebaf45..f51fe8d0ffb 100644 --- a/classes/class_basematerial3d.rst +++ b/classes/class_basematerial3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BaseMaterial3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BaseMaterial3D.xml. .. _class_BaseMaterial3D: diff --git a/classes/class_basis.rst b/classes/class_basis.rst index 5ad7ebeb811..0d77b816102 100644 --- a/classes/class_basis.rst +++ b/classes/class_basis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Basis.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Basis.xml. .. _class_Basis: diff --git a/classes/class_bitmap.rst b/classes/class_bitmap.rst index 69b3b3ae7a7..00c2405899e 100644 --- a/classes/class_bitmap.rst +++ b/classes/class_bitmap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BitMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BitMap.xml. .. _class_BitMap: diff --git a/classes/class_bone2d.rst b/classes/class_bone2d.rst index 1e6460eb4d6..399ddee0349 100644 --- a/classes/class_bone2d.rst +++ b/classes/class_bone2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Bone2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Bone2D.xml. .. _class_Bone2D: diff --git a/classes/class_boneattachment3d.rst b/classes/class_boneattachment3d.rst index 5b5475a34a4..9a32d2dcb6f 100644 --- a/classes/class_boneattachment3d.rst +++ b/classes/class_boneattachment3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoneAttachment3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoneAttachment3D.xml. .. _class_BoneAttachment3D: diff --git a/classes/class_bonemap.rst b/classes/class_bonemap.rst index 8007915030e..a81aa50404b 100644 --- a/classes/class_bonemap.rst +++ b/classes/class_bonemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoneMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoneMap.xml. .. _class_BoneMap: diff --git a/classes/class_bool.rst b/classes/class_bool.rst index 9b6508e3266..75a859e9336 100644 --- a/classes/class_bool.rst +++ b/classes/class_bool.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/bool.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/bool.xml. .. _class_bool: diff --git a/classes/class_boxcontainer.rst b/classes/class_boxcontainer.rst index fe99b7b7429..14ffd344fa7 100644 --- a/classes/class_boxcontainer.rst +++ b/classes/class_boxcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoxContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoxContainer.xml. .. _class_BoxContainer: diff --git a/classes/class_boxmesh.rst b/classes/class_boxmesh.rst index 2e0f04fb34c..a1940c6482a 100644 --- a/classes/class_boxmesh.rst +++ b/classes/class_boxmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoxMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoxMesh.xml. .. _class_BoxMesh: diff --git a/classes/class_boxoccluder3d.rst b/classes/class_boxoccluder3d.rst index bf941c41e18..e555233a282 100644 --- a/classes/class_boxoccluder3d.rst +++ b/classes/class_boxoccluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoxOccluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoxOccluder3D.xml. .. _class_BoxOccluder3D: diff --git a/classes/class_boxshape3d.rst b/classes/class_boxshape3d.rst index 07a369ddb24..ea92b294b0b 100644 --- a/classes/class_boxshape3d.rst +++ b/classes/class_boxshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/BoxShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/BoxShape3D.xml. .. _class_BoxShape3D: diff --git a/classes/class_button.rst b/classes/class_button.rst index 6d617ac223f..686f53f9f07 100644 --- a/classes/class_button.rst +++ b/classes/class_button.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Button.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Button.xml. .. _class_Button: diff --git a/classes/class_buttongroup.rst b/classes/class_buttongroup.rst index dee45a48992..bc9c6ab1549 100644 --- a/classes/class_buttongroup.rst +++ b/classes/class_buttongroup.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ButtonGroup.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ButtonGroup.xml. .. _class_ButtonGroup: diff --git a/classes/class_callable.rst b/classes/class_callable.rst index 691f4482ef9..ca1c35d3eb5 100644 --- a/classes/class_callable.rst +++ b/classes/class_callable.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Callable.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Callable.xml. .. _class_Callable: diff --git a/classes/class_callbacktweener.rst b/classes/class_callbacktweener.rst index b78d9c67348..831ad724427 100644 --- a/classes/class_callbacktweener.rst +++ b/classes/class_callbacktweener.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CallbackTweener.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CallbackTweener.xml. .. _class_CallbackTweener: diff --git a/classes/class_camera2d.rst b/classes/class_camera2d.rst index e9c3bece41b..00c60f354af 100644 --- a/classes/class_camera2d.rst +++ b/classes/class_camera2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Camera2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Camera2D.xml. .. _class_Camera2D: diff --git a/classes/class_camera3d.rst b/classes/class_camera3d.rst index 21b31fa7a43..b25e4247c0c 100644 --- a/classes/class_camera3d.rst +++ b/classes/class_camera3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Camera3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Camera3D.xml. .. _class_Camera3D: diff --git a/classes/class_cameraattributes.rst b/classes/class_cameraattributes.rst index 2bbe852e8b0..23ee4a43257 100644 --- a/classes/class_cameraattributes.rst +++ b/classes/class_cameraattributes.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraAttributes.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraAttributes.xml. .. _class_CameraAttributes: diff --git a/classes/class_cameraattributesphysical.rst b/classes/class_cameraattributesphysical.rst index 1399d5f135c..4eb295c9c15 100644 --- a/classes/class_cameraattributesphysical.rst +++ b/classes/class_cameraattributesphysical.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraAttributesPhysical.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraAttributesPhysical.xml. .. _class_CameraAttributesPhysical: diff --git a/classes/class_cameraattributespractical.rst b/classes/class_cameraattributespractical.rst index 4165ce5fa3f..7ee0cfc5e3e 100644 --- a/classes/class_cameraattributespractical.rst +++ b/classes/class_cameraattributespractical.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraAttributesPractical.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraAttributesPractical.xml. .. _class_CameraAttributesPractical: diff --git a/classes/class_camerafeed.rst b/classes/class_camerafeed.rst index 5774048fbc9..d3a09b195b4 100644 --- a/classes/class_camerafeed.rst +++ b/classes/class_camerafeed.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraFeed.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraFeed.xml. .. _class_CameraFeed: diff --git a/classes/class_cameraserver.rst b/classes/class_cameraserver.rst index 9d3800bbf74..a7b05ff8755 100644 --- a/classes/class_cameraserver.rst +++ b/classes/class_cameraserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraServer.xml. .. _class_CameraServer: diff --git a/classes/class_cameratexture.rst b/classes/class_cameratexture.rst index 64fd3ee572e..1ed27dfda77 100644 --- a/classes/class_cameratexture.rst +++ b/classes/class_cameratexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CameraTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CameraTexture.xml. .. _class_CameraTexture: diff --git a/classes/class_canvasgroup.rst b/classes/class_canvasgroup.rst index 54b8f53ba82..5e95ad90994 100644 --- a/classes/class_canvasgroup.rst +++ b/classes/class_canvasgroup.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasGroup.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasGroup.xml. .. _class_CanvasGroup: diff --git a/classes/class_canvasitem.rst b/classes/class_canvasitem.rst index d5412e78e24..874bc8a7191 100644 --- a/classes/class_canvasitem.rst +++ b/classes/class_canvasitem.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasItem.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasItem.xml. .. _class_CanvasItem: diff --git a/classes/class_canvasitemmaterial.rst b/classes/class_canvasitemmaterial.rst index 0fadbe027b9..78abbebc678 100644 --- a/classes/class_canvasitemmaterial.rst +++ b/classes/class_canvasitemmaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasItemMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasItemMaterial.xml. .. _class_CanvasItemMaterial: diff --git a/classes/class_canvaslayer.rst b/classes/class_canvaslayer.rst index ac3e8ce8717..ee121cbfe2d 100644 --- a/classes/class_canvaslayer.rst +++ b/classes/class_canvaslayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasLayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasLayer.xml. .. _class_CanvasLayer: diff --git a/classes/class_canvasmodulate.rst b/classes/class_canvasmodulate.rst index a90a5687fcf..2e1bdb1ad87 100644 --- a/classes/class_canvasmodulate.rst +++ b/classes/class_canvasmodulate.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasModulate.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasModulate.xml. .. _class_CanvasModulate: diff --git a/classes/class_canvastexture.rst b/classes/class_canvastexture.rst index b9e28e5a240..01877e44165 100644 --- a/classes/class_canvastexture.rst +++ b/classes/class_canvastexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CanvasTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CanvasTexture.xml. .. _class_CanvasTexture: diff --git a/classes/class_capsulemesh.rst b/classes/class_capsulemesh.rst index 344e76e7825..6ee837a7447 100644 --- a/classes/class_capsulemesh.rst +++ b/classes/class_capsulemesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CapsuleMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CapsuleMesh.xml. .. _class_CapsuleMesh: diff --git a/classes/class_capsuleshape2d.rst b/classes/class_capsuleshape2d.rst index 7e94ff5cc99..cfd9d33509b 100644 --- a/classes/class_capsuleshape2d.rst +++ b/classes/class_capsuleshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CapsuleShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CapsuleShape2D.xml. .. _class_CapsuleShape2D: diff --git a/classes/class_capsuleshape3d.rst b/classes/class_capsuleshape3d.rst index e68a2354602..4737afebd02 100644 --- a/classes/class_capsuleshape3d.rst +++ b/classes/class_capsuleshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CapsuleShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CapsuleShape3D.xml. .. _class_CapsuleShape3D: diff --git a/classes/class_centercontainer.rst b/classes/class_centercontainer.rst index 01b05d18370..982a25e79b1 100644 --- a/classes/class_centercontainer.rst +++ b/classes/class_centercontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CenterContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CenterContainer.xml. .. _class_CenterContainer: diff --git a/classes/class_characterbody2d.rst b/classes/class_characterbody2d.rst index ea56c53059b..2c7554d9456 100644 --- a/classes/class_characterbody2d.rst +++ b/classes/class_characterbody2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CharacterBody2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CharacterBody2D.xml. .. _class_CharacterBody2D: diff --git a/classes/class_characterbody3d.rst b/classes/class_characterbody3d.rst index 7ea1e95f4f1..b054f9bc795 100644 --- a/classes/class_characterbody3d.rst +++ b/classes/class_characterbody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CharacterBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CharacterBody3D.xml. .. _class_CharacterBody3D: diff --git a/classes/class_charfxtransform.rst b/classes/class_charfxtransform.rst index 25c6eebf6fd..4ccf068093a 100644 --- a/classes/class_charfxtransform.rst +++ b/classes/class_charfxtransform.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CharFXTransform.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CharFXTransform.xml. .. _class_CharFXTransform: diff --git a/classes/class_checkbox.rst b/classes/class_checkbox.rst index 3bae89dfefa..a7ef922a656 100644 --- a/classes/class_checkbox.rst +++ b/classes/class_checkbox.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CheckBox.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CheckBox.xml. .. _class_CheckBox: diff --git a/classes/class_checkbutton.rst b/classes/class_checkbutton.rst index 2da645a505b..ce01c3c4b47 100644 --- a/classes/class_checkbutton.rst +++ b/classes/class_checkbutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CheckButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CheckButton.xml. .. _class_CheckButton: diff --git a/classes/class_circleshape2d.rst b/classes/class_circleshape2d.rst index 16f52a3f117..98538fdd757 100644 --- a/classes/class_circleshape2d.rst +++ b/classes/class_circleshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CircleShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CircleShape2D.xml. .. _class_CircleShape2D: diff --git a/classes/class_classdb.rst b/classes/class_classdb.rst index 9c5b481cd22..f88fd9a0291 100644 --- a/classes/class_classdb.rst +++ b/classes/class_classdb.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ClassDB.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ClassDB.xml. .. _class_ClassDB: diff --git a/classes/class_codeedit.rst b/classes/class_codeedit.rst index 5cfb6a2dc7a..b5a3af7f3c2 100644 --- a/classes/class_codeedit.rst +++ b/classes/class_codeedit.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CodeEdit.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CodeEdit.xml. .. _class_CodeEdit: diff --git a/classes/class_codehighlighter.rst b/classes/class_codehighlighter.rst index 3d2e87393cc..02198676607 100644 --- a/classes/class_codehighlighter.rst +++ b/classes/class_codehighlighter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CodeHighlighter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CodeHighlighter.xml. .. _class_CodeHighlighter: diff --git a/classes/class_collisionobject2d.rst b/classes/class_collisionobject2d.rst index 8ea2227dc2a..e98ebb307b4 100644 --- a/classes/class_collisionobject2d.rst +++ b/classes/class_collisionobject2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionObject2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionObject2D.xml. .. _class_CollisionObject2D: diff --git a/classes/class_collisionobject3d.rst b/classes/class_collisionobject3d.rst index 13737061401..73c101a7d33 100644 --- a/classes/class_collisionobject3d.rst +++ b/classes/class_collisionobject3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionObject3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionObject3D.xml. .. _class_CollisionObject3D: diff --git a/classes/class_collisionpolygon2d.rst b/classes/class_collisionpolygon2d.rst index c4e05cd1bf5..ad6391543e5 100644 --- a/classes/class_collisionpolygon2d.rst +++ b/classes/class_collisionpolygon2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionPolygon2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionPolygon2D.xml. .. _class_CollisionPolygon2D: diff --git a/classes/class_collisionpolygon3d.rst b/classes/class_collisionpolygon3d.rst index e7e22ec4ec6..9380b0d24f5 100644 --- a/classes/class_collisionpolygon3d.rst +++ b/classes/class_collisionpolygon3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionPolygon3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionPolygon3D.xml. .. _class_CollisionPolygon3D: diff --git a/classes/class_collisionshape2d.rst b/classes/class_collisionshape2d.rst index 9816d5b6b94..bf19bcad904 100644 --- a/classes/class_collisionshape2d.rst +++ b/classes/class_collisionshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionShape2D.xml. .. _class_CollisionShape2D: diff --git a/classes/class_collisionshape3d.rst b/classes/class_collisionshape3d.rst index 38686496911..087c1264506 100644 --- a/classes/class_collisionshape3d.rst +++ b/classes/class_collisionshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CollisionShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CollisionShape3D.xml. .. _class_CollisionShape3D: diff --git a/classes/class_color.rst b/classes/class_color.rst index 08a71e5faf2..a490ece2c18 100644 --- a/classes/class_color.rst +++ b/classes/class_color.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Color.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Color.xml. .. _class_Color: diff --git a/classes/class_colorpicker.rst b/classes/class_colorpicker.rst index d54507532df..e86fbfee904 100644 --- a/classes/class_colorpicker.rst +++ b/classes/class_colorpicker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ColorPicker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ColorPicker.xml. .. _class_ColorPicker: diff --git a/classes/class_colorpickerbutton.rst b/classes/class_colorpickerbutton.rst index 4491271d817..d1169baf202 100644 --- a/classes/class_colorpickerbutton.rst +++ b/classes/class_colorpickerbutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ColorPickerButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ColorPickerButton.xml. .. _class_ColorPickerButton: diff --git a/classes/class_colorrect.rst b/classes/class_colorrect.rst index fcfcb2ef07e..51d5838ee16 100644 --- a/classes/class_colorrect.rst +++ b/classes/class_colorrect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ColorRect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ColorRect.xml. .. _class_ColorRect: diff --git a/classes/class_compositor.rst b/classes/class_compositor.rst index ec0e40c519f..43bf2d7aa79 100644 --- a/classes/class_compositor.rst +++ b/classes/class_compositor.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Compositor.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Compositor.xml. .. _class_Compositor: diff --git a/classes/class_compositoreffect.rst b/classes/class_compositoreffect.rst index 9c644ec5d53..ddb68cb7b09 100644 --- a/classes/class_compositoreffect.rst +++ b/classes/class_compositoreffect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompositorEffect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompositorEffect.xml. .. _class_CompositorEffect: diff --git a/classes/class_compressedcubemap.rst b/classes/class_compressedcubemap.rst index 8efe7d06a25..fbc0a260570 100644 --- a/classes/class_compressedcubemap.rst +++ b/classes/class_compressedcubemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedCubemap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedCubemap.xml. .. _class_CompressedCubemap: diff --git a/classes/class_compressedcubemaparray.rst b/classes/class_compressedcubemaparray.rst index 71b3fd5fce6..2435472fde3 100644 --- a/classes/class_compressedcubemaparray.rst +++ b/classes/class_compressedcubemaparray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedCubemapArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedCubemapArray.xml. .. _class_CompressedCubemapArray: diff --git a/classes/class_compressedtexture2d.rst b/classes/class_compressedtexture2d.rst index 85975f8eec4..092bf057944 100644 --- a/classes/class_compressedtexture2d.rst +++ b/classes/class_compressedtexture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedTexture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedTexture2D.xml. .. _class_CompressedTexture2D: diff --git a/classes/class_compressedtexture2darray.rst b/classes/class_compressedtexture2darray.rst index 7ea9a4de684..9f4f9da71cf 100644 --- a/classes/class_compressedtexture2darray.rst +++ b/classes/class_compressedtexture2darray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedTexture2DArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedTexture2DArray.xml. .. _class_CompressedTexture2DArray: diff --git a/classes/class_compressedtexture3d.rst b/classes/class_compressedtexture3d.rst index 304660acfd2..73cf2a8d749 100644 --- a/classes/class_compressedtexture3d.rst +++ b/classes/class_compressedtexture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedTexture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedTexture3D.xml. .. _class_CompressedTexture3D: diff --git a/classes/class_compressedtexturelayered.rst b/classes/class_compressedtexturelayered.rst index 992116fb018..327de2be83e 100644 --- a/classes/class_compressedtexturelayered.rst +++ b/classes/class_compressedtexturelayered.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CompressedTextureLayered.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CompressedTextureLayered.xml. .. _class_CompressedTextureLayered: diff --git a/classes/class_concavepolygonshape2d.rst b/classes/class_concavepolygonshape2d.rst index e319eb4038c..cad4e209f33 100644 --- a/classes/class_concavepolygonshape2d.rst +++ b/classes/class_concavepolygonshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConcavePolygonShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConcavePolygonShape2D.xml. .. _class_ConcavePolygonShape2D: diff --git a/classes/class_concavepolygonshape3d.rst b/classes/class_concavepolygonshape3d.rst index c5ac1eecf2a..0e28e55c83c 100644 --- a/classes/class_concavepolygonshape3d.rst +++ b/classes/class_concavepolygonshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConcavePolygonShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConcavePolygonShape3D.xml. .. _class_ConcavePolygonShape3D: diff --git a/classes/class_conetwistjoint3d.rst b/classes/class_conetwistjoint3d.rst index b3b13cb57b3..b65bf86bbc2 100644 --- a/classes/class_conetwistjoint3d.rst +++ b/classes/class_conetwistjoint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConeTwistJoint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConeTwistJoint3D.xml. .. _class_ConeTwistJoint3D: diff --git a/classes/class_configfile.rst b/classes/class_configfile.rst index 156dff9c7a3..fbc0a1f1bab 100644 --- a/classes/class_configfile.rst +++ b/classes/class_configfile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConfigFile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConfigFile.xml. .. _class_ConfigFile: diff --git a/classes/class_confirmationdialog.rst b/classes/class_confirmationdialog.rst index 6ab194cb2b6..a675267b8c1 100644 --- a/classes/class_confirmationdialog.rst +++ b/classes/class_confirmationdialog.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConfirmationDialog.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConfirmationDialog.xml. .. _class_ConfirmationDialog: diff --git a/classes/class_container.rst b/classes/class_container.rst index fedccd93698..7ad3f58df5f 100644 --- a/classes/class_container.rst +++ b/classes/class_container.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Container.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Container.xml. .. _class_Container: diff --git a/classes/class_control.rst b/classes/class_control.rst index c6177e1a018..296f204abdd 100644 --- a/classes/class_control.rst +++ b/classes/class_control.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Control.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Control.xml. .. _class_Control: diff --git a/classes/class_convexpolygonshape2d.rst b/classes/class_convexpolygonshape2d.rst index c7cfd07a7e6..40de9f04d18 100644 --- a/classes/class_convexpolygonshape2d.rst +++ b/classes/class_convexpolygonshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConvexPolygonShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConvexPolygonShape2D.xml. .. _class_ConvexPolygonShape2D: diff --git a/classes/class_convexpolygonshape3d.rst b/classes/class_convexpolygonshape3d.rst index bf5a6e176cd..8388f49d488 100644 --- a/classes/class_convexpolygonshape3d.rst +++ b/classes/class_convexpolygonshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ConvexPolygonShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ConvexPolygonShape3D.xml. .. _class_ConvexPolygonShape3D: diff --git a/classes/class_cpuparticles2d.rst b/classes/class_cpuparticles2d.rst index 62f7351a226..13e47ddb479 100644 --- a/classes/class_cpuparticles2d.rst +++ b/classes/class_cpuparticles2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CPUParticles2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CPUParticles2D.xml. .. _class_CPUParticles2D: diff --git a/classes/class_cpuparticles3d.rst b/classes/class_cpuparticles3d.rst index ba08e373997..5cc3d8d8caf 100644 --- a/classes/class_cpuparticles3d.rst +++ b/classes/class_cpuparticles3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CPUParticles3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CPUParticles3D.xml. .. _class_CPUParticles3D: diff --git a/classes/class_crypto.rst b/classes/class_crypto.rst index 83c6e1f6124..b57a9fc5d92 100644 --- a/classes/class_crypto.rst +++ b/classes/class_crypto.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Crypto.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Crypto.xml. .. _class_Crypto: diff --git a/classes/class_cryptokey.rst b/classes/class_cryptokey.rst index f774b09048e..63b9c1be32f 100644 --- a/classes/class_cryptokey.rst +++ b/classes/class_cryptokey.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CryptoKey.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CryptoKey.xml. .. _class_CryptoKey: diff --git a/classes/class_csgbox3d.rst b/classes/class_csgbox3d.rst index a06d3d965eb..951bc86a308 100644 --- a/classes/class_csgbox3d.rst +++ b/classes/class_csgbox3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGBox3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGBox3D.xml. .. _class_CSGBox3D: diff --git a/classes/class_csgcombiner3d.rst b/classes/class_csgcombiner3d.rst index f9243de08fe..f7155687e7d 100644 --- a/classes/class_csgcombiner3d.rst +++ b/classes/class_csgcombiner3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGCombiner3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGCombiner3D.xml. .. _class_CSGCombiner3D: diff --git a/classes/class_csgcylinder3d.rst b/classes/class_csgcylinder3d.rst index 79dd0d5f1c1..6f19019d252 100644 --- a/classes/class_csgcylinder3d.rst +++ b/classes/class_csgcylinder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGCylinder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGCylinder3D.xml. .. _class_CSGCylinder3D: diff --git a/classes/class_csgmesh3d.rst b/classes/class_csgmesh3d.rst index e8b2f250ec7..c8599bdb065 100644 --- a/classes/class_csgmesh3d.rst +++ b/classes/class_csgmesh3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGMesh3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGMesh3D.xml. .. _class_CSGMesh3D: diff --git a/classes/class_csgpolygon3d.rst b/classes/class_csgpolygon3d.rst index 178b904bc55..783438f777e 100644 --- a/classes/class_csgpolygon3d.rst +++ b/classes/class_csgpolygon3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGPolygon3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGPolygon3D.xml. .. _class_CSGPolygon3D: diff --git a/classes/class_csgprimitive3d.rst b/classes/class_csgprimitive3d.rst index 5d758d8f506..259da5f0adb 100644 --- a/classes/class_csgprimitive3d.rst +++ b/classes/class_csgprimitive3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGPrimitive3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGPrimitive3D.xml. .. _class_CSGPrimitive3D: diff --git a/classes/class_csgshape3d.rst b/classes/class_csgshape3d.rst index 315f161d6af..fffcc14e0ec 100644 --- a/classes/class_csgshape3d.rst +++ b/classes/class_csgshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGShape3D.xml. .. _class_CSGShape3D: diff --git a/classes/class_csgsphere3d.rst b/classes/class_csgsphere3d.rst index cf5011badc8..255135519d7 100644 --- a/classes/class_csgsphere3d.rst +++ b/classes/class_csgsphere3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGSphere3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGSphere3D.xml. .. _class_CSGSphere3D: diff --git a/classes/class_csgtorus3d.rst b/classes/class_csgtorus3d.rst index 010ed505b96..b1b347c0225 100644 --- a/classes/class_csgtorus3d.rst +++ b/classes/class_csgtorus3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/csg/doc_classes/CSGTorus3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/csg/doc_classes/CSGTorus3D.xml. .. _class_CSGTorus3D: diff --git a/classes/class_csharpscript.rst b/classes/class_csharpscript.rst index ea053a09609..0dd7d5f5383 100644 --- a/classes/class_csharpscript.rst +++ b/classes/class_csharpscript.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/mono/doc_classes/CSharpScript.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/mono/doc_classes/CSharpScript.xml. .. _class_CSharpScript: diff --git a/classes/class_cubemap.rst b/classes/class_cubemap.rst index df1ea1f20ad..0596af4676c 100644 --- a/classes/class_cubemap.rst +++ b/classes/class_cubemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Cubemap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Cubemap.xml. .. _class_Cubemap: diff --git a/classes/class_cubemaparray.rst b/classes/class_cubemaparray.rst index ccca8bd0f94..14943364fbb 100644 --- a/classes/class_cubemaparray.rst +++ b/classes/class_cubemaparray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CubemapArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CubemapArray.xml. .. _class_CubemapArray: diff --git a/classes/class_curve.rst b/classes/class_curve.rst index 6171c0afbc7..e0a1953b4b7 100644 --- a/classes/class_curve.rst +++ b/classes/class_curve.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Curve.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Curve.xml. .. _class_Curve: diff --git a/classes/class_curve2d.rst b/classes/class_curve2d.rst index fda17462067..943d4113241 100644 --- a/classes/class_curve2d.rst +++ b/classes/class_curve2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Curve2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Curve2D.xml. .. _class_Curve2D: @@ -265,7 +265,7 @@ Deletes the point ``idx`` from the curve. Sends an error to the console if ``idx :ref:`Vector2` **sample**\ (\ idx\: :ref:`int`, t\: :ref:`float`\ ) |const| :ref:`🔗` -Returns the position between the vertex ``idx`` and the vertex ``idx + 1``, where ``t`` controls if the point is the first vertex (``t = 0.0``), the last vertex (``t = 1.0``), or in between. Values of ``t`` outside the range (``0.0 >= t <=1``) give strange, but predictable results. +Returns the position between the vertex ``idx`` and the vertex ``idx + 1``, where ``t`` controls if the point is the first vertex (``t = 0.0``), the last vertex (``t = 1.0``), or in between. Values of ``t`` outside the range (``0.0 <= t <= 1.0``) give strange, but predictable results. If ``idx`` is out of bounds it is truncated to the first or last vertex, and ``t`` is ignored. If the curve has no points, the function sends an error to the console, and returns ``(0, 0)``. diff --git a/classes/class_curve3d.rst b/classes/class_curve3d.rst index 4b4c4b35538..e4dac23d761 100644 --- a/classes/class_curve3d.rst +++ b/classes/class_curve3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Curve3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Curve3D.xml. .. _class_Curve3D: diff --git a/classes/class_curvetexture.rst b/classes/class_curvetexture.rst index 0e23a5ef3c5..9e744cf81cb 100644 --- a/classes/class_curvetexture.rst +++ b/classes/class_curvetexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CurveTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CurveTexture.xml. .. _class_CurveTexture: diff --git a/classes/class_curvexyztexture.rst b/classes/class_curvexyztexture.rst index c86f9c8ec71..c4aeffa6fc4 100644 --- a/classes/class_curvexyztexture.rst +++ b/classes/class_curvexyztexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CurveXYZTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CurveXYZTexture.xml. .. _class_CurveXYZTexture: diff --git a/classes/class_cylindermesh.rst b/classes/class_cylindermesh.rst index 89e42b5b7e1..2c197d701a8 100644 --- a/classes/class_cylindermesh.rst +++ b/classes/class_cylindermesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CylinderMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CylinderMesh.xml. .. _class_CylinderMesh: diff --git a/classes/class_cylindershape3d.rst b/classes/class_cylindershape3d.rst index bd33d1a93ed..640ea106015 100644 --- a/classes/class_cylindershape3d.rst +++ b/classes/class_cylindershape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/CylinderShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/CylinderShape3D.xml. .. _class_CylinderShape3D: diff --git a/classes/class_dampedspringjoint2d.rst b/classes/class_dampedspringjoint2d.rst index 768af8745a7..f28cbeb20e7 100644 --- a/classes/class_dampedspringjoint2d.rst +++ b/classes/class_dampedspringjoint2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DampedSpringJoint2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DampedSpringJoint2D.xml. .. _class_DampedSpringJoint2D: diff --git a/classes/class_decal.rst b/classes/class_decal.rst index 67564ad0d47..bdfc83dbb37 100644 --- a/classes/class_decal.rst +++ b/classes/class_decal.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Decal.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Decal.xml. .. _class_Decal: diff --git a/classes/class_dictionary.rst b/classes/class_dictionary.rst index 2b3e7ac3edc..ab3cd3a458d 100644 --- a/classes/class_dictionary.rst +++ b/classes/class_dictionary.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Dictionary.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Dictionary.xml. .. _class_Dictionary: diff --git a/classes/class_diraccess.rst b/classes/class_diraccess.rst index dbbf6e29252..564a6bd57e3 100644 --- a/classes/class_diraccess.rst +++ b/classes/class_diraccess.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DirAccess.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DirAccess.xml. .. _class_DirAccess: diff --git a/classes/class_directionallight2d.rst b/classes/class_directionallight2d.rst index cf3a13a4e31..59ab55558e9 100644 --- a/classes/class_directionallight2d.rst +++ b/classes/class_directionallight2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DirectionalLight2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DirectionalLight2D.xml. .. _class_DirectionalLight2D: diff --git a/classes/class_directionallight3d.rst b/classes/class_directionallight3d.rst index 4417533af2d..12f3f7f4de9 100644 --- a/classes/class_directionallight3d.rst +++ b/classes/class_directionallight3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DirectionalLight3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DirectionalLight3D.xml. .. _class_DirectionalLight3D: diff --git a/classes/class_displayserver.rst b/classes/class_displayserver.rst index 86ce5173f49..8695623458e 100644 --- a/classes/class_displayserver.rst +++ b/classes/class_displayserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DisplayServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DisplayServer.xml. .. _class_DisplayServer: diff --git a/classes/class_dtlsserver.rst b/classes/class_dtlsserver.rst index bbbe7efd6fe..0dba543e043 100644 --- a/classes/class_dtlsserver.rst +++ b/classes/class_dtlsserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/DTLSServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/DTLSServer.xml. .. _class_DTLSServer: diff --git a/classes/class_editorcommandpalette.rst b/classes/class_editorcommandpalette.rst index 51fb64593ee..84db7947f4e 100644 --- a/classes/class_editorcommandpalette.rst +++ b/classes/class_editorcommandpalette.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorCommandPalette.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorCommandPalette.xml. .. _class_EditorCommandPalette: diff --git a/classes/class_editordebuggerplugin.rst b/classes/class_editordebuggerplugin.rst index bc1ad69f0f2..21d990d629d 100644 --- a/classes/class_editordebuggerplugin.rst +++ b/classes/class_editordebuggerplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorDebuggerPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorDebuggerPlugin.xml. .. _class_EditorDebuggerPlugin: diff --git a/classes/class_editordebuggersession.rst b/classes/class_editordebuggersession.rst index 96922731b1a..27a623cfdf5 100644 --- a/classes/class_editordebuggersession.rst +++ b/classes/class_editordebuggersession.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorDebuggerSession.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorDebuggerSession.xml. .. _class_EditorDebuggerSession: diff --git a/classes/class_editorexportplatform.rst b/classes/class_editorexportplatform.rst index a72b7d160f8..086cd49f4ea 100644 --- a/classes/class_editorexportplatform.rst +++ b/classes/class_editorexportplatform.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPlatform.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorExportPlatform.xml. .. _class_EditorExportPlatform: diff --git a/classes/class_editorexportplatformandroid.rst b/classes/class_editorexportplatformandroid.rst index 488ba86bfac..e0df9d8e039 100644 --- a/classes/class_editorexportplatformandroid.rst +++ b/classes/class_editorexportplatformandroid.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/android/doc_classes/EditorExportPlatformAndroid.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/android/doc_classes/EditorExportPlatformAndroid.xml. .. _class_EditorExportPlatformAndroid: diff --git a/classes/class_editorexportplatformios.rst b/classes/class_editorexportplatformios.rst index e8473aacae5..0972fac48e8 100644 --- a/classes/class_editorexportplatformios.rst +++ b/classes/class_editorexportplatformios.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/ios/doc_classes/EditorExportPlatformIOS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/ios/doc_classes/EditorExportPlatformIOS.xml. .. _class_EditorExportPlatformIOS: diff --git a/classes/class_editorexportplatformlinuxbsd.rst b/classes/class_editorexportplatformlinuxbsd.rst index d0ecbaff8a5..9934877d966 100644 --- a/classes/class_editorexportplatformlinuxbsd.rst +++ b/classes/class_editorexportplatformlinuxbsd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml. .. _class_EditorExportPlatformLinuxBSD: diff --git a/classes/class_editorexportplatformmacos.rst b/classes/class_editorexportplatformmacos.rst index 3bea82b2380..bff6054b0c3 100644 --- a/classes/class_editorexportplatformmacos.rst +++ b/classes/class_editorexportplatformmacos.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/macos/doc_classes/EditorExportPlatformMacOS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/macos/doc_classes/EditorExportPlatformMacOS.xml. .. _class_EditorExportPlatformMacOS: diff --git a/classes/class_editorexportplatformpc.rst b/classes/class_editorexportplatformpc.rst index 195276a8d19..d2052984b26 100644 --- a/classes/class_editorexportplatformpc.rst +++ b/classes/class_editorexportplatformpc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPlatformPC.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorExportPlatformPC.xml. .. _class_EditorExportPlatformPC: diff --git a/classes/class_editorexportplatformweb.rst b/classes/class_editorexportplatformweb.rst index e1dbc07c3e0..d5dcbaff8ea 100644 --- a/classes/class_editorexportplatformweb.rst +++ b/classes/class_editorexportplatformweb.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/web/doc_classes/EditorExportPlatformWeb.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/web/doc_classes/EditorExportPlatformWeb.xml. .. _class_EditorExportPlatformWeb: diff --git a/classes/class_editorexportplatformwindows.rst b/classes/class_editorexportplatformwindows.rst index d9041fcafcf..f1022f6dd1f 100644 --- a/classes/class_editorexportplatformwindows.rst +++ b/classes/class_editorexportplatformwindows.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/platform/windows/doc_classes/EditorExportPlatformWindows.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/platform/windows/doc_classes/EditorExportPlatformWindows.xml. .. _class_EditorExportPlatformWindows: diff --git a/classes/class_editorexportplugin.rst b/classes/class_editorexportplugin.rst index 241e572665d..9b52944cef2 100644 --- a/classes/class_editorexportplugin.rst +++ b/classes/class_editorexportplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorExportPlugin.xml. .. _class_EditorExportPlugin: diff --git a/classes/class_editorfeatureprofile.rst b/classes/class_editorfeatureprofile.rst index 3460c9359b8..d1cd3a76eaf 100644 --- a/classes/class_editorfeatureprofile.rst +++ b/classes/class_editorfeatureprofile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorFeatureProfile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorFeatureProfile.xml. .. _class_EditorFeatureProfile: diff --git a/classes/class_editorfiledialog.rst b/classes/class_editorfiledialog.rst index da7fd84486a..c38fe0eaeaf 100644 --- a/classes/class_editorfiledialog.rst +++ b/classes/class_editorfiledialog.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorFileDialog.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorFileDialog.xml. .. _class_EditorFileDialog: diff --git a/classes/class_editorfilesystem.rst b/classes/class_editorfilesystem.rst index 88106cc11bb..22214209492 100644 --- a/classes/class_editorfilesystem.rst +++ b/classes/class_editorfilesystem.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorFileSystem.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorFileSystem.xml. .. _class_EditorFileSystem: diff --git a/classes/class_editorfilesystemdirectory.rst b/classes/class_editorfilesystemdirectory.rst index 421b8d2eeab..ffae11c2dda 100644 --- a/classes/class_editorfilesystemdirectory.rst +++ b/classes/class_editorfilesystemdirectory.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorFileSystemDirectory.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorFileSystemDirectory.xml. .. _class_EditorFileSystemDirectory: diff --git a/classes/class_editorfilesystemimportformatsupportquery.rst b/classes/class_editorfilesystemimportformatsupportquery.rst index d92a013f3f7..0025bb84c07 100644 --- a/classes/class_editorfilesystemimportformatsupportquery.rst +++ b/classes/class_editorfilesystemimportformatsupportquery.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorFileSystemImportFormatSupportQuery.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorFileSystemImportFormatSupportQuery.xml. .. _class_EditorFileSystemImportFormatSupportQuery: diff --git a/classes/class_editorimportplugin.rst b/classes/class_editorimportplugin.rst index eea95e10a9b..4ed9f46ccee 100644 --- a/classes/class_editorimportplugin.rst +++ b/classes/class_editorimportplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorImportPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorImportPlugin.xml. .. _class_EditorImportPlugin: diff --git a/classes/class_editorinspector.rst b/classes/class_editorinspector.rst index 66c9121f130..7d8aa392930 100644 --- a/classes/class_editorinspector.rst +++ b/classes/class_editorinspector.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorInspector.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorInspector.xml. .. _class_EditorInspector: diff --git a/classes/class_editorinspectorplugin.rst b/classes/class_editorinspectorplugin.rst index 60aac61d85e..1beda6aca6c 100644 --- a/classes/class_editorinspectorplugin.rst +++ b/classes/class_editorinspectorplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorInspectorPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorInspectorPlugin.xml. .. _class_EditorInspectorPlugin: diff --git a/classes/class_editorinterface.rst b/classes/class_editorinterface.rst index 9b9d5d2618c..3f74e1219d7 100644 --- a/classes/class_editorinterface.rst +++ b/classes/class_editorinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorInterface.xml. .. _class_EditorInterface: diff --git a/classes/class_editornode3dgizmo.rst b/classes/class_editornode3dgizmo.rst index ef8a09dc424..afdaaab0d7d 100644 --- a/classes/class_editornode3dgizmo.rst +++ b/classes/class_editornode3dgizmo.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorNode3DGizmo.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorNode3DGizmo.xml. .. _class_EditorNode3DGizmo: diff --git a/classes/class_editornode3dgizmoplugin.rst b/classes/class_editornode3dgizmoplugin.rst index f8404550182..df6c467f32a 100644 --- a/classes/class_editornode3dgizmoplugin.rst +++ b/classes/class_editornode3dgizmoplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorNode3DGizmoPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorNode3DGizmoPlugin.xml. .. _class_EditorNode3DGizmoPlugin: diff --git a/classes/class_editorpaths.rst b/classes/class_editorpaths.rst index 571d9a16aac..f4ba761d581 100644 --- a/classes/class_editorpaths.rst +++ b/classes/class_editorpaths.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorPaths.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorPaths.xml. .. _class_EditorPaths: diff --git a/classes/class_editorplugin.rst b/classes/class_editorplugin.rst index c86d0689e21..fa34a7291be 100644 --- a/classes/class_editorplugin.rst +++ b/classes/class_editorplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorPlugin.xml. .. _class_EditorPlugin: diff --git a/classes/class_editorproperty.rst b/classes/class_editorproperty.rst index 5db52360bf6..9c5f93e9578 100644 --- a/classes/class_editorproperty.rst +++ b/classes/class_editorproperty.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorProperty.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorProperty.xml. .. _class_EditorProperty: diff --git a/classes/class_editorresourceconversionplugin.rst b/classes/class_editorresourceconversionplugin.rst index eb8c0d43c64..56a342d353b 100644 --- a/classes/class_editorresourceconversionplugin.rst +++ b/classes/class_editorresourceconversionplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorResourceConversionPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorResourceConversionPlugin.xml. .. _class_EditorResourceConversionPlugin: diff --git a/classes/class_editorresourcepicker.rst b/classes/class_editorresourcepicker.rst index 01e8ff525ff..ee7c446307b 100644 --- a/classes/class_editorresourcepicker.rst +++ b/classes/class_editorresourcepicker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorResourcePicker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorResourcePicker.xml. .. _class_EditorResourcePicker: diff --git a/classes/class_editorresourcepreview.rst b/classes/class_editorresourcepreview.rst index 0cf95c7fddf..1c1429d57c9 100644 --- a/classes/class_editorresourcepreview.rst +++ b/classes/class_editorresourcepreview.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorResourcePreview.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorResourcePreview.xml. .. _class_EditorResourcePreview: diff --git a/classes/class_editorresourcepreviewgenerator.rst b/classes/class_editorresourcepreviewgenerator.rst index 6229916f434..c8cd02e33ed 100644 --- a/classes/class_editorresourcepreviewgenerator.rst +++ b/classes/class_editorresourcepreviewgenerator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorResourcePreviewGenerator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorResourcePreviewGenerator.xml. .. _class_EditorResourcePreviewGenerator: diff --git a/classes/class_editorresourcetooltipplugin.rst b/classes/class_editorresourcetooltipplugin.rst index 47bf830134f..e33fef61fa5 100644 --- a/classes/class_editorresourcetooltipplugin.rst +++ b/classes/class_editorresourcetooltipplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorResourceTooltipPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorResourceTooltipPlugin.xml. .. _class_EditorResourceTooltipPlugin: diff --git a/classes/class_editorsceneformatimporter.rst b/classes/class_editorsceneformatimporter.rst index 552e8ea7db7..267f049103b 100644 --- a/classes/class_editorsceneformatimporter.rst +++ b/classes/class_editorsceneformatimporter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorSceneFormatImporter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorSceneFormatImporter.xml. .. _class_EditorSceneFormatImporter: diff --git a/classes/class_editorsceneformatimporterblend.rst b/classes/class_editorsceneformatimporterblend.rst index 8ca766ca3a8..8b0a96d4e47 100644 --- a/classes/class_editorsceneformatimporterblend.rst +++ b/classes/class_editorsceneformatimporterblend.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/EditorSceneFormatImporterBlend.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/EditorSceneFormatImporterBlend.xml. .. _class_EditorSceneFormatImporterBlend: diff --git a/classes/class_editorsceneformatimporterfbx2gltf.rst b/classes/class_editorsceneformatimporterfbx2gltf.rst index d01f97b1296..8b531872447 100644 --- a/classes/class_editorsceneformatimporterfbx2gltf.rst +++ b/classes/class_editorsceneformatimporterfbx2gltf.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/fbx/doc_classes/EditorSceneFormatImporterFBX2GLTF.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/fbx/doc_classes/EditorSceneFormatImporterFBX2GLTF.xml. .. _class_EditorSceneFormatImporterFBX2GLTF: diff --git a/classes/class_editorsceneformatimportergltf.rst b/classes/class_editorsceneformatimportergltf.rst index abe92291421..64dc8266020 100644 --- a/classes/class_editorsceneformatimportergltf.rst +++ b/classes/class_editorsceneformatimportergltf.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/EditorSceneFormatImporterGLTF.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/EditorSceneFormatImporterGLTF.xml. .. _class_EditorSceneFormatImporterGLTF: diff --git a/classes/class_editorsceneformatimporterufbx.rst b/classes/class_editorsceneformatimporterufbx.rst index 618ecfb9c26..773d6de7bd6 100644 --- a/classes/class_editorsceneformatimporterufbx.rst +++ b/classes/class_editorsceneformatimporterufbx.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/fbx/doc_classes/EditorSceneFormatImporterUFBX.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/fbx/doc_classes/EditorSceneFormatImporterUFBX.xml. .. _class_EditorSceneFormatImporterUFBX: diff --git a/classes/class_editorscenepostimport.rst b/classes/class_editorscenepostimport.rst index 04e622afb32..063fffb8288 100644 --- a/classes/class_editorscenepostimport.rst +++ b/classes/class_editorscenepostimport.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorScenePostImport.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorScenePostImport.xml. .. _class_EditorScenePostImport: diff --git a/classes/class_editorscenepostimportplugin.rst b/classes/class_editorscenepostimportplugin.rst index c5ce96d5f03..065c658794d 100644 --- a/classes/class_editorscenepostimportplugin.rst +++ b/classes/class_editorscenepostimportplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorScenePostImportPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorScenePostImportPlugin.xml. .. _class_EditorScenePostImportPlugin: diff --git a/classes/class_editorscript.rst b/classes/class_editorscript.rst index 81769525bd9..a1b3f88033a 100644 --- a/classes/class_editorscript.rst +++ b/classes/class_editorscript.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorScript.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorScript.xml. .. _class_EditorScript: diff --git a/classes/class_editorscriptpicker.rst b/classes/class_editorscriptpicker.rst index 6b1fa149158..8400ff5427f 100644 --- a/classes/class_editorscriptpicker.rst +++ b/classes/class_editorscriptpicker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorScriptPicker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorScriptPicker.xml. .. _class_EditorScriptPicker: diff --git a/classes/class_editorselection.rst b/classes/class_editorselection.rst index 2eb349ba819..ad56c993a61 100644 --- a/classes/class_editorselection.rst +++ b/classes/class_editorselection.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorSelection.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorSelection.xml. .. _class_EditorSelection: diff --git a/classes/class_editorsettings.rst b/classes/class_editorsettings.rst index 0a147646091..375829db758 100644 --- a/classes/class_editorsettings.rst +++ b/classes/class_editorsettings.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorSettings.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorSettings.xml. .. _class_EditorSettings: diff --git a/classes/class_editorspinslider.rst b/classes/class_editorspinslider.rst index 1906c45136a..958bd7bf7c9 100644 --- a/classes/class_editorspinslider.rst +++ b/classes/class_editorspinslider.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorSpinSlider.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorSpinSlider.xml. .. _class_EditorSpinSlider: diff --git a/classes/class_editorsyntaxhighlighter.rst b/classes/class_editorsyntaxhighlighter.rst index 27f6bc9de21..4dbe540917a 100644 --- a/classes/class_editorsyntaxhighlighter.rst +++ b/classes/class_editorsyntaxhighlighter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorSyntaxHighlighter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorSyntaxHighlighter.xml. .. _class_EditorSyntaxHighlighter: diff --git a/classes/class_editortranslationparserplugin.rst b/classes/class_editortranslationparserplugin.rst index fedd304399e..0e35bdcf3ef 100644 --- a/classes/class_editortranslationparserplugin.rst +++ b/classes/class_editortranslationparserplugin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorTranslationParserPlugin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorTranslationParserPlugin.xml. .. _class_EditorTranslationParserPlugin: diff --git a/classes/class_editorundoredomanager.rst b/classes/class_editorundoredomanager.rst index 19b1042bf1e..7a961da0fcc 100644 --- a/classes/class_editorundoredomanager.rst +++ b/classes/class_editorundoredomanager.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorUndoRedoManager.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorUndoRedoManager.xml. .. _class_EditorUndoRedoManager: diff --git a/classes/class_editorvcsinterface.rst b/classes/class_editorvcsinterface.rst index d8899886f1d..5dfcd00630e 100644 --- a/classes/class_editorvcsinterface.rst +++ b/classes/class_editorvcsinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorVCSInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EditorVCSInterface.xml. .. _class_EditorVCSInterface: diff --git a/classes/class_encodedobjectasid.rst b/classes/class_encodedobjectasid.rst index 86656540eeb..6223a95ff49 100644 --- a/classes/class_encodedobjectasid.rst +++ b/classes/class_encodedobjectasid.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EncodedObjectAsID.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EncodedObjectAsID.xml. .. _class_EncodedObjectAsID: diff --git a/classes/class_enetconnection.rst b/classes/class_enetconnection.rst index 17c90a4f97a..0632039d223 100644 --- a/classes/class_enetconnection.rst +++ b/classes/class_enetconnection.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/enet/doc_classes/ENetConnection.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/enet/doc_classes/ENetConnection.xml. .. _class_ENetConnection: diff --git a/classes/class_enetmultiplayerpeer.rst b/classes/class_enetmultiplayerpeer.rst index 7123249a6c6..f2cac72f8e9 100644 --- a/classes/class_enetmultiplayerpeer.rst +++ b/classes/class_enetmultiplayerpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/enet/doc_classes/ENetMultiplayerPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/enet/doc_classes/ENetMultiplayerPeer.xml. .. _class_ENetMultiplayerPeer: diff --git a/classes/class_enetpacketpeer.rst b/classes/class_enetpacketpeer.rst index c0d0a0d3a63..485569cfb21 100644 --- a/classes/class_enetpacketpeer.rst +++ b/classes/class_enetpacketpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/enet/doc_classes/ENetPacketPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/enet/doc_classes/ENetPacketPeer.xml. .. _class_ENetPacketPeer: diff --git a/classes/class_engine.rst b/classes/class_engine.rst index 30d29582c76..b1cd4b970bb 100644 --- a/classes/class_engine.rst +++ b/classes/class_engine.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Engine.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Engine.xml. .. _class_Engine: diff --git a/classes/class_enginedebugger.rst b/classes/class_enginedebugger.rst index 28db4834587..eb24b35952d 100644 --- a/classes/class_enginedebugger.rst +++ b/classes/class_enginedebugger.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EngineDebugger.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EngineDebugger.xml. .. _class_EngineDebugger: diff --git a/classes/class_engineprofiler.rst b/classes/class_engineprofiler.rst index faab1d5fd76..062f5f54bc8 100644 --- a/classes/class_engineprofiler.rst +++ b/classes/class_engineprofiler.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EngineProfiler.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/EngineProfiler.xml. .. _class_EngineProfiler: diff --git a/classes/class_environment.rst b/classes/class_environment.rst index 29a36fa9bb1..36dbb1075dc 100644 --- a/classes/class_environment.rst +++ b/classes/class_environment.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Environment.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Environment.xml. .. _class_Environment: diff --git a/classes/class_expression.rst b/classes/class_expression.rst index 09f408cd58d..354ac78bb9c 100644 --- a/classes/class_expression.rst +++ b/classes/class_expression.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Expression.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Expression.xml. .. _class_Expression: diff --git a/classes/class_fastnoiselite.rst b/classes/class_fastnoiselite.rst index 130ca392e4e..8c91fafaccd 100644 --- a/classes/class_fastnoiselite.rst +++ b/classes/class_fastnoiselite.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/noise/doc_classes/FastNoiseLite.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/noise/doc_classes/FastNoiseLite.xml. .. _class_FastNoiseLite: diff --git a/classes/class_fbxdocument.rst b/classes/class_fbxdocument.rst index 0861a63ba51..3815debedbf 100644 --- a/classes/class_fbxdocument.rst +++ b/classes/class_fbxdocument.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/fbx/doc_classes/FBXDocument.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/fbx/doc_classes/FBXDocument.xml. .. _class_FBXDocument: diff --git a/classes/class_fbxstate.rst b/classes/class_fbxstate.rst index 819a60fcfa4..0878c9e40ad 100644 --- a/classes/class_fbxstate.rst +++ b/classes/class_fbxstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/fbx/doc_classes/FBXState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/fbx/doc_classes/FBXState.xml. .. _class_FBXState: diff --git a/classes/class_fileaccess.rst b/classes/class_fileaccess.rst index 73a099ac549..f29201e30bc 100644 --- a/classes/class_fileaccess.rst +++ b/classes/class_fileaccess.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FileAccess.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FileAccess.xml. .. _class_FileAccess: diff --git a/classes/class_filedialog.rst b/classes/class_filedialog.rst index b61b1c59457..ab954e7947b 100644 --- a/classes/class_filedialog.rst +++ b/classes/class_filedialog.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FileDialog.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FileDialog.xml. .. _class_FileDialog: diff --git a/classes/class_filesystemdock.rst b/classes/class_filesystemdock.rst index 7b5d6eb8fe3..466fc9991ca 100644 --- a/classes/class_filesystemdock.rst +++ b/classes/class_filesystemdock.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FileSystemDock.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FileSystemDock.xml. .. _class_FileSystemDock: diff --git a/classes/class_float.rst b/classes/class_float.rst index 9e1f3088345..cd68d46a074 100644 --- a/classes/class_float.rst +++ b/classes/class_float.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/float.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/float.xml. .. _class_float: diff --git a/classes/class_flowcontainer.rst b/classes/class_flowcontainer.rst index 53c65e8c136..629c7d22310 100644 --- a/classes/class_flowcontainer.rst +++ b/classes/class_flowcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FlowContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FlowContainer.xml. .. _class_FlowContainer: diff --git a/classes/class_fogmaterial.rst b/classes/class_fogmaterial.rst index 4a2b18e6624..dbac28881da 100644 --- a/classes/class_fogmaterial.rst +++ b/classes/class_fogmaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FogMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FogMaterial.xml. .. _class_FogMaterial: diff --git a/classes/class_fogvolume.rst b/classes/class_fogvolume.rst index 8d9b06e010d..3d5d1fafbb2 100644 --- a/classes/class_fogvolume.rst +++ b/classes/class_fogvolume.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FogVolume.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FogVolume.xml. .. _class_FogVolume: diff --git a/classes/class_font.rst b/classes/class_font.rst index 0db4a8e1fc2..a1c72954edb 100644 --- a/classes/class_font.rst +++ b/classes/class_font.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Font.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Font.xml. .. _class_Font: diff --git a/classes/class_fontfile.rst b/classes/class_fontfile.rst index 740083a768b..734b5270950 100644 --- a/classes/class_fontfile.rst +++ b/classes/class_fontfile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FontFile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FontFile.xml. .. _class_FontFile: diff --git a/classes/class_fontvariation.rst b/classes/class_fontvariation.rst index bedd7004382..b7514badfd8 100644 --- a/classes/class_fontvariation.rst +++ b/classes/class_fontvariation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FontVariation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FontVariation.xml. .. _class_FontVariation: diff --git a/classes/class_framebuffercacherd.rst b/classes/class_framebuffercacherd.rst index 41ee705a756..205e9ac60cd 100644 --- a/classes/class_framebuffercacherd.rst +++ b/classes/class_framebuffercacherd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/FramebufferCacheRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/FramebufferCacheRD.xml. .. _class_FramebufferCacheRD: diff --git a/classes/class_gdextension.rst b/classes/class_gdextension.rst index 3015d96c576..d37288df06c 100644 --- a/classes/class_gdextension.rst +++ b/classes/class_gdextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GDExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GDExtension.xml. .. _class_GDExtension: diff --git a/classes/class_gdextensionmanager.rst b/classes/class_gdextensionmanager.rst index 406d574613b..8809d73ac1c 100644 --- a/classes/class_gdextensionmanager.rst +++ b/classes/class_gdextensionmanager.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GDExtensionManager.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GDExtensionManager.xml. .. _class_GDExtensionManager: diff --git a/classes/class_gdscript.rst b/classes/class_gdscript.rst index 60934044fcb..cd731577ccd 100644 --- a/classes/class_gdscript.rst +++ b/classes/class_gdscript.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gdscript/doc_classes/GDScript.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gdscript/doc_classes/GDScript.xml. .. _class_GDScript: diff --git a/classes/class_generic6dofjoint3d.rst b/classes/class_generic6dofjoint3d.rst index d87439736f3..c06485ccf6c 100644 --- a/classes/class_generic6dofjoint3d.rst +++ b/classes/class_generic6dofjoint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Generic6DOFJoint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Generic6DOFJoint3D.xml. .. _class_Generic6DOFJoint3D: diff --git a/classes/class_geometry2d.rst b/classes/class_geometry2d.rst index dc692e09d7a..b3700e8f4e5 100644 --- a/classes/class_geometry2d.rst +++ b/classes/class_geometry2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Geometry2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Geometry2D.xml. .. _class_Geometry2D: diff --git a/classes/class_geometry3d.rst b/classes/class_geometry3d.rst index 193910e88d7..b885e8ed1d5 100644 --- a/classes/class_geometry3d.rst +++ b/classes/class_geometry3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Geometry3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Geometry3D.xml. .. _class_Geometry3D: diff --git a/classes/class_geometryinstance3d.rst b/classes/class_geometryinstance3d.rst index 6d532662a6d..756fc046ef0 100644 --- a/classes/class_geometryinstance3d.rst +++ b/classes/class_geometryinstance3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GeometryInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GeometryInstance3D.xml. .. _class_GeometryInstance3D: diff --git a/classes/class_gltfaccessor.rst b/classes/class_gltfaccessor.rst index d3febd05a38..20631dcc70d 100644 --- a/classes/class_gltfaccessor.rst +++ b/classes/class_gltfaccessor.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFAccessor.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFAccessor.xml. .. _class_GLTFAccessor: diff --git a/classes/class_gltfanimation.rst b/classes/class_gltfanimation.rst index fd6195bdee6..6675d27fe03 100644 --- a/classes/class_gltfanimation.rst +++ b/classes/class_gltfanimation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFAnimation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFAnimation.xml. .. _class_GLTFAnimation: diff --git a/classes/class_gltfbufferview.rst b/classes/class_gltfbufferview.rst index dc1f3c1cb81..8203f204141 100644 --- a/classes/class_gltfbufferview.rst +++ b/classes/class_gltfbufferview.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFBufferView.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFBufferView.xml. .. _class_GLTFBufferView: diff --git a/classes/class_gltfcamera.rst b/classes/class_gltfcamera.rst index 418bbfa1c25..73550358bf4 100644 --- a/classes/class_gltfcamera.rst +++ b/classes/class_gltfcamera.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFCamera.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFCamera.xml. .. _class_GLTFCamera: diff --git a/classes/class_gltfdocument.rst b/classes/class_gltfdocument.rst index f5d8a657bc0..1489f86f68e 100644 --- a/classes/class_gltfdocument.rst +++ b/classes/class_gltfdocument.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFDocument.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFDocument.xml. .. _class_GLTFDocument: diff --git a/classes/class_gltfdocumentextension.rst b/classes/class_gltfdocumentextension.rst index 9daad61f3f2..ec2f75a3879 100644 --- a/classes/class_gltfdocumentextension.rst +++ b/classes/class_gltfdocumentextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFDocumentExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFDocumentExtension.xml. .. _class_GLTFDocumentExtension: diff --git a/classes/class_gltfdocumentextensionconvertimportermesh.rst b/classes/class_gltfdocumentextensionconvertimportermesh.rst index 4df51759a0a..59e4338163e 100644 --- a/classes/class_gltfdocumentextensionconvertimportermesh.rst +++ b/classes/class_gltfdocumentextensionconvertimportermesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFDocumentExtensionConvertImporterMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFDocumentExtensionConvertImporterMesh.xml. .. _class_GLTFDocumentExtensionConvertImporterMesh: diff --git a/classes/class_gltflight.rst b/classes/class_gltflight.rst index d92a7c3a890..a7b14d56d2f 100644 --- a/classes/class_gltflight.rst +++ b/classes/class_gltflight.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFLight.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFLight.xml. .. _class_GLTFLight: diff --git a/classes/class_gltfmesh.rst b/classes/class_gltfmesh.rst index 1003478aa10..bbf914673e2 100644 --- a/classes/class_gltfmesh.rst +++ b/classes/class_gltfmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFMesh.xml. .. _class_GLTFMesh: diff --git a/classes/class_gltfnode.rst b/classes/class_gltfnode.rst index dde695d27d3..63e9dc57919 100644 --- a/classes/class_gltfnode.rst +++ b/classes/class_gltfnode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFNode.xml. .. _class_GLTFNode: diff --git a/classes/class_gltfphysicsbody.rst b/classes/class_gltfphysicsbody.rst index 4eb9962f904..d611c30543b 100644 --- a/classes/class_gltfphysicsbody.rst +++ b/classes/class_gltfphysicsbody.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFPhysicsBody.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFPhysicsBody.xml. .. _class_GLTFPhysicsBody: diff --git a/classes/class_gltfphysicsshape.rst b/classes/class_gltfphysicsshape.rst index b0b5cb10d41..00de7068368 100644 --- a/classes/class_gltfphysicsshape.rst +++ b/classes/class_gltfphysicsshape.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFPhysicsShape.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFPhysicsShape.xml. .. _class_GLTFPhysicsShape: diff --git a/classes/class_gltfskeleton.rst b/classes/class_gltfskeleton.rst index 9951dfc18aa..80a45f166e3 100644 --- a/classes/class_gltfskeleton.rst +++ b/classes/class_gltfskeleton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFSkeleton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFSkeleton.xml. .. _class_GLTFSkeleton: diff --git a/classes/class_gltfskin.rst b/classes/class_gltfskin.rst index fabbff6adeb..fac61b82e8c 100644 --- a/classes/class_gltfskin.rst +++ b/classes/class_gltfskin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFSkin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFSkin.xml. .. _class_GLTFSkin: diff --git a/classes/class_gltfspecgloss.rst b/classes/class_gltfspecgloss.rst index a5cb4f2d997..e73627b88f1 100644 --- a/classes/class_gltfspecgloss.rst +++ b/classes/class_gltfspecgloss.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFSpecGloss.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFSpecGloss.xml. .. _class_GLTFSpecGloss: diff --git a/classes/class_gltfstate.rst b/classes/class_gltfstate.rst index 9faaf6c653d..f5a410fc239 100644 --- a/classes/class_gltfstate.rst +++ b/classes/class_gltfstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFState.xml. .. _class_GLTFState: diff --git a/classes/class_gltftexture.rst b/classes/class_gltftexture.rst index 187d5364509..eb3b1b8db6b 100644 --- a/classes/class_gltftexture.rst +++ b/classes/class_gltftexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFTexture.xml. .. _class_GLTFTexture: diff --git a/classes/class_gltftexturesampler.rst b/classes/class_gltftexturesampler.rst index dad254a2c83..bd9c9167167 100644 --- a/classes/class_gltftexturesampler.rst +++ b/classes/class_gltftexturesampler.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gltf/doc_classes/GLTFTextureSampler.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gltf/doc_classes/GLTFTextureSampler.xml. .. _class_GLTFTextureSampler: diff --git a/classes/class_gpuparticles2d.rst b/classes/class_gpuparticles2d.rst index 46f6cfa8562..5ab51478905 100644 --- a/classes/class_gpuparticles2d.rst +++ b/classes/class_gpuparticles2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticles2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticles2D.xml. .. _class_GPUParticles2D: diff --git a/classes/class_gpuparticles3d.rst b/classes/class_gpuparticles3d.rst index 524f13b68c8..08822d46cf8 100644 --- a/classes/class_gpuparticles3d.rst +++ b/classes/class_gpuparticles3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticles3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticles3D.xml. .. _class_GPUParticles3D: diff --git a/classes/class_gpuparticlesattractor3d.rst b/classes/class_gpuparticlesattractor3d.rst index 1cb55fe99a0..37afc80a11d 100644 --- a/classes/class_gpuparticlesattractor3d.rst +++ b/classes/class_gpuparticlesattractor3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesAttractor3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesAttractor3D.xml. .. _class_GPUParticlesAttractor3D: diff --git a/classes/class_gpuparticlesattractorbox3d.rst b/classes/class_gpuparticlesattractorbox3d.rst index 64b42371c45..737fcff308e 100644 --- a/classes/class_gpuparticlesattractorbox3d.rst +++ b/classes/class_gpuparticlesattractorbox3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesAttractorBox3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesAttractorBox3D.xml. .. _class_GPUParticlesAttractorBox3D: diff --git a/classes/class_gpuparticlesattractorsphere3d.rst b/classes/class_gpuparticlesattractorsphere3d.rst index a0199f2be49..e9fe3c2fb57 100644 --- a/classes/class_gpuparticlesattractorsphere3d.rst +++ b/classes/class_gpuparticlesattractorsphere3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesAttractorSphere3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesAttractorSphere3D.xml. .. _class_GPUParticlesAttractorSphere3D: diff --git a/classes/class_gpuparticlesattractorvectorfield3d.rst b/classes/class_gpuparticlesattractorvectorfield3d.rst index 25a122ef05a..f545c5d262b 100644 --- a/classes/class_gpuparticlesattractorvectorfield3d.rst +++ b/classes/class_gpuparticlesattractorvectorfield3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesAttractorVectorField3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesAttractorVectorField3D.xml. .. _class_GPUParticlesAttractorVectorField3D: diff --git a/classes/class_gpuparticlescollision3d.rst b/classes/class_gpuparticlescollision3d.rst index 30095ef457a..1460672a064 100644 --- a/classes/class_gpuparticlescollision3d.rst +++ b/classes/class_gpuparticlescollision3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesCollision3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesCollision3D.xml. .. _class_GPUParticlesCollision3D: diff --git a/classes/class_gpuparticlescollisionbox3d.rst b/classes/class_gpuparticlescollisionbox3d.rst index a335fba4955..bb1649caa60 100644 --- a/classes/class_gpuparticlescollisionbox3d.rst +++ b/classes/class_gpuparticlescollisionbox3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesCollisionBox3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesCollisionBox3D.xml. .. _class_GPUParticlesCollisionBox3D: diff --git a/classes/class_gpuparticlescollisionheightfield3d.rst b/classes/class_gpuparticlescollisionheightfield3d.rst index da61e5ce4d6..dbe63dde767 100644 --- a/classes/class_gpuparticlescollisionheightfield3d.rst +++ b/classes/class_gpuparticlescollisionheightfield3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesCollisionHeightField3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesCollisionHeightField3D.xml. .. _class_GPUParticlesCollisionHeightField3D: diff --git a/classes/class_gpuparticlescollisionsdf3d.rst b/classes/class_gpuparticlescollisionsdf3d.rst index 4f31607bee1..525c9e1b1e6 100644 --- a/classes/class_gpuparticlescollisionsdf3d.rst +++ b/classes/class_gpuparticlescollisionsdf3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesCollisionSDF3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesCollisionSDF3D.xml. .. _class_GPUParticlesCollisionSDF3D: diff --git a/classes/class_gpuparticlescollisionsphere3d.rst b/classes/class_gpuparticlescollisionsphere3d.rst index f4a2a3fbf98..972d7c7f84f 100644 --- a/classes/class_gpuparticlescollisionsphere3d.rst +++ b/classes/class_gpuparticlescollisionsphere3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GPUParticlesCollisionSphere3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GPUParticlesCollisionSphere3D.xml. .. _class_GPUParticlesCollisionSphere3D: diff --git a/classes/class_gradient.rst b/classes/class_gradient.rst index b1e63e6dd29..5cc1e43c455 100644 --- a/classes/class_gradient.rst +++ b/classes/class_gradient.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Gradient.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Gradient.xml. .. _class_Gradient: diff --git a/classes/class_gradienttexture1d.rst b/classes/class_gradienttexture1d.rst index 2e939f756ad..2a5d36cfc80 100644 --- a/classes/class_gradienttexture1d.rst +++ b/classes/class_gradienttexture1d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GradientTexture1D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GradientTexture1D.xml. .. _class_GradientTexture1D: diff --git a/classes/class_gradienttexture2d.rst b/classes/class_gradienttexture2d.rst index ad66f711879..d556b58b612 100644 --- a/classes/class_gradienttexture2d.rst +++ b/classes/class_gradienttexture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GradientTexture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GradientTexture2D.xml. .. _class_GradientTexture2D: diff --git a/classes/class_graphedit.rst b/classes/class_graphedit.rst index 9baee6bee1c..e6214f4e443 100644 --- a/classes/class_graphedit.rst +++ b/classes/class_graphedit.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GraphEdit.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GraphEdit.xml. .. _class_GraphEdit: diff --git a/classes/class_graphelement.rst b/classes/class_graphelement.rst index c8e1fc3821d..50b5305976f 100644 --- a/classes/class_graphelement.rst +++ b/classes/class_graphelement.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GraphElement.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GraphElement.xml. .. _class_GraphElement: diff --git a/classes/class_graphframe.rst b/classes/class_graphframe.rst index 0c4a4a8c25e..835ca7f94a3 100644 --- a/classes/class_graphframe.rst +++ b/classes/class_graphframe.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GraphFrame.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GraphFrame.xml. .. _class_GraphFrame: diff --git a/classes/class_graphnode.rst b/classes/class_graphnode.rst index 7f131cb9151..b9d6562f09e 100644 --- a/classes/class_graphnode.rst +++ b/classes/class_graphnode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GraphNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GraphNode.xml. .. _class_GraphNode: diff --git a/classes/class_gridcontainer.rst b/classes/class_gridcontainer.rst index 4c88542043f..2c88cb3c703 100644 --- a/classes/class_gridcontainer.rst +++ b/classes/class_gridcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GridContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GridContainer.xml. .. _class_GridContainer: diff --git a/classes/class_gridmap.rst b/classes/class_gridmap.rst index a5da9915477..bb36f0dbc52 100644 --- a/classes/class_gridmap.rst +++ b/classes/class_gridmap.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/gridmap/doc_classes/GridMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/gridmap/doc_classes/GridMap.xml. .. _class_GridMap: diff --git a/classes/class_groovejoint2d.rst b/classes/class_groovejoint2d.rst index fced7fb7979..3eee7e8c0ef 100644 --- a/classes/class_groovejoint2d.rst +++ b/classes/class_groovejoint2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/GrooveJoint2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/GrooveJoint2D.xml. .. _class_GrooveJoint2D: diff --git a/classes/class_hashingcontext.rst b/classes/class_hashingcontext.rst index 40232dc8460..c43568ca592 100644 --- a/classes/class_hashingcontext.rst +++ b/classes/class_hashingcontext.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HashingContext.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HashingContext.xml. .. _class_HashingContext: diff --git a/classes/class_hboxcontainer.rst b/classes/class_hboxcontainer.rst index 586e6fcfd6d..e75b75fe6f9 100644 --- a/classes/class_hboxcontainer.rst +++ b/classes/class_hboxcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HBoxContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HBoxContainer.xml. .. _class_HBoxContainer: diff --git a/classes/class_heightmapshape3d.rst b/classes/class_heightmapshape3d.rst index 9dcf81af058..45479509fe5 100644 --- a/classes/class_heightmapshape3d.rst +++ b/classes/class_heightmapshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HeightMapShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HeightMapShape3D.xml. .. _class_HeightMapShape3D: diff --git a/classes/class_hflowcontainer.rst b/classes/class_hflowcontainer.rst index def678eaf3d..181a4b1f20b 100644 --- a/classes/class_hflowcontainer.rst +++ b/classes/class_hflowcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HFlowContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HFlowContainer.xml. .. _class_HFlowContainer: diff --git a/classes/class_hingejoint3d.rst b/classes/class_hingejoint3d.rst index 54d81a194fa..0f373dd5699 100644 --- a/classes/class_hingejoint3d.rst +++ b/classes/class_hingejoint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HingeJoint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HingeJoint3D.xml. .. _class_HingeJoint3D: diff --git a/classes/class_hmaccontext.rst b/classes/class_hmaccontext.rst index 310823d5618..c8c32fa2fd9 100644 --- a/classes/class_hmaccontext.rst +++ b/classes/class_hmaccontext.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HMACContext.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HMACContext.xml. .. _class_HMACContext: diff --git a/classes/class_hscrollbar.rst b/classes/class_hscrollbar.rst index d1f90047bca..edcb7f8205c 100644 --- a/classes/class_hscrollbar.rst +++ b/classes/class_hscrollbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HScrollBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HScrollBar.xml. .. _class_HScrollBar: diff --git a/classes/class_hseparator.rst b/classes/class_hseparator.rst index c560d12609c..45250165d88 100644 --- a/classes/class_hseparator.rst +++ b/classes/class_hseparator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HSeparator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HSeparator.xml. .. _class_HSeparator: diff --git a/classes/class_hslider.rst b/classes/class_hslider.rst index 88388944b4b..aaee36013d8 100644 --- a/classes/class_hslider.rst +++ b/classes/class_hslider.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HSlider.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HSlider.xml. .. _class_HSlider: diff --git a/classes/class_hsplitcontainer.rst b/classes/class_hsplitcontainer.rst index a1880d8c248..885aedfef8a 100644 --- a/classes/class_hsplitcontainer.rst +++ b/classes/class_hsplitcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HSplitContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HSplitContainer.xml. .. _class_HSplitContainer: diff --git a/classes/class_httpclient.rst b/classes/class_httpclient.rst index e91837ea0dd..7a47401d022 100644 --- a/classes/class_httpclient.rst +++ b/classes/class_httpclient.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HTTPClient.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HTTPClient.xml. .. _class_HTTPClient: diff --git a/classes/class_httprequest.rst b/classes/class_httprequest.rst index 26947c36b42..5999756dbd8 100644 --- a/classes/class_httprequest.rst +++ b/classes/class_httprequest.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/HTTPRequest.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/HTTPRequest.xml. .. _class_HTTPRequest: diff --git a/classes/class_image.rst b/classes/class_image.rst index 4e594fca6d5..f4399f3b3b3 100644 --- a/classes/class_image.rst +++ b/classes/class_image.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Image.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Image.xml. .. _class_Image: diff --git a/classes/class_imageformatloader.rst b/classes/class_imageformatloader.rst index 52b11cf891b..85e45b394ab 100644 --- a/classes/class_imageformatloader.rst +++ b/classes/class_imageformatloader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageFormatLoader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImageFormatLoader.xml. .. _class_ImageFormatLoader: diff --git a/classes/class_imageformatloaderextension.rst b/classes/class_imageformatloaderextension.rst index 79e32a34b75..f7d5aff091c 100644 --- a/classes/class_imageformatloaderextension.rst +++ b/classes/class_imageformatloaderextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageFormatLoaderExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImageFormatLoaderExtension.xml. .. _class_ImageFormatLoaderExtension: diff --git a/classes/class_imagetexture.rst b/classes/class_imagetexture.rst index 753245ec503..029f84a3df5 100644 --- a/classes/class_imagetexture.rst +++ b/classes/class_imagetexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImageTexture.xml. .. _class_ImageTexture: diff --git a/classes/class_imagetexture3d.rst b/classes/class_imagetexture3d.rst index 8079cb052e5..cbc2ffa0c1b 100644 --- a/classes/class_imagetexture3d.rst +++ b/classes/class_imagetexture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageTexture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImageTexture3D.xml. .. _class_ImageTexture3D: diff --git a/classes/class_imagetexturelayered.rst b/classes/class_imagetexturelayered.rst index 18674b2b103..4390ef386b5 100644 --- a/classes/class_imagetexturelayered.rst +++ b/classes/class_imagetexturelayered.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImageTextureLayered.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImageTextureLayered.xml. .. _class_ImageTextureLayered: diff --git a/classes/class_immediatemesh.rst b/classes/class_immediatemesh.rst index 0f9221a7030..67212c4b2e9 100644 --- a/classes/class_immediatemesh.rst +++ b/classes/class_immediatemesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImmediateMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImmediateMesh.xml. .. _class_ImmediateMesh: diff --git a/classes/class_importermesh.rst b/classes/class_importermesh.rst index 45246548813..d5f39d605bf 100644 --- a/classes/class_importermesh.rst +++ b/classes/class_importermesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImporterMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImporterMesh.xml. .. _class_ImporterMesh: diff --git a/classes/class_importermeshinstance3d.rst b/classes/class_importermeshinstance3d.rst index 82ba3c9b15f..37e26b35e19 100644 --- a/classes/class_importermeshinstance3d.rst +++ b/classes/class_importermeshinstance3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImporterMeshInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ImporterMeshInstance3D.xml. .. _class_ImporterMeshInstance3D: diff --git a/classes/class_input.rst b/classes/class_input.rst index bae03e0b96f..c7181cddfb0 100644 --- a/classes/class_input.rst +++ b/classes/class_input.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Input.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Input.xml. .. _class_Input: diff --git a/classes/class_inputevent.rst b/classes/class_inputevent.rst index a10d7c967d5..7ffa891cebe 100644 --- a/classes/class_inputevent.rst +++ b/classes/class_inputevent.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEvent.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEvent.xml. .. _class_InputEvent: diff --git a/classes/class_inputeventaction.rst b/classes/class_inputeventaction.rst index 670b5fe0a82..9e23c138a03 100644 --- a/classes/class_inputeventaction.rst +++ b/classes/class_inputeventaction.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventAction.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventAction.xml. .. _class_InputEventAction: diff --git a/classes/class_inputeventfromwindow.rst b/classes/class_inputeventfromwindow.rst index f05d6f793fd..34013e61e58 100644 --- a/classes/class_inputeventfromwindow.rst +++ b/classes/class_inputeventfromwindow.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventFromWindow.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventFromWindow.xml. .. _class_InputEventFromWindow: diff --git a/classes/class_inputeventgesture.rst b/classes/class_inputeventgesture.rst index c283f82aae9..b2c91d9cdfd 100644 --- a/classes/class_inputeventgesture.rst +++ b/classes/class_inputeventgesture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventGesture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventGesture.xml. .. _class_InputEventGesture: diff --git a/classes/class_inputeventjoypadbutton.rst b/classes/class_inputeventjoypadbutton.rst index 43e7c4ed3f9..9c6ad6451c4 100644 --- a/classes/class_inputeventjoypadbutton.rst +++ b/classes/class_inputeventjoypadbutton.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventJoypadButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventJoypadButton.xml. .. _class_InputEventJoypadButton: diff --git a/classes/class_inputeventjoypadmotion.rst b/classes/class_inputeventjoypadmotion.rst index c1c828373fb..4f6bfb5ceef 100644 --- a/classes/class_inputeventjoypadmotion.rst +++ b/classes/class_inputeventjoypadmotion.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventJoypadMotion.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventJoypadMotion.xml. .. _class_InputEventJoypadMotion: diff --git a/classes/class_inputeventkey.rst b/classes/class_inputeventkey.rst index 78f83f59bb4..174d1ee1bbd 100644 --- a/classes/class_inputeventkey.rst +++ b/classes/class_inputeventkey.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventKey.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventKey.xml. .. _class_InputEventKey: diff --git a/classes/class_inputeventmagnifygesture.rst b/classes/class_inputeventmagnifygesture.rst index 795bf17615c..e93df2bdf44 100644 --- a/classes/class_inputeventmagnifygesture.rst +++ b/classes/class_inputeventmagnifygesture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventMagnifyGesture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventMagnifyGesture.xml. .. _class_InputEventMagnifyGesture: diff --git a/classes/class_inputeventmidi.rst b/classes/class_inputeventmidi.rst index a42130f3296..9235576d74b 100644 --- a/classes/class_inputeventmidi.rst +++ b/classes/class_inputeventmidi.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventMIDI.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventMIDI.xml. .. _class_InputEventMIDI: diff --git a/classes/class_inputeventmouse.rst b/classes/class_inputeventmouse.rst index 2f821ea7482..9eb60a79780 100644 --- a/classes/class_inputeventmouse.rst +++ b/classes/class_inputeventmouse.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventMouse.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventMouse.xml. .. _class_InputEventMouse: diff --git a/classes/class_inputeventmousebutton.rst b/classes/class_inputeventmousebutton.rst index 10ab963470f..06b0e368458 100644 --- a/classes/class_inputeventmousebutton.rst +++ b/classes/class_inputeventmousebutton.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventMouseButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventMouseButton.xml. .. _class_InputEventMouseButton: diff --git a/classes/class_inputeventmousemotion.rst b/classes/class_inputeventmousemotion.rst index c2a16ef66fb..204ddced077 100644 --- a/classes/class_inputeventmousemotion.rst +++ b/classes/class_inputeventmousemotion.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventMouseMotion.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventMouseMotion.xml. .. _class_InputEventMouseMotion: diff --git a/classes/class_inputeventpangesture.rst b/classes/class_inputeventpangesture.rst index c229fe51da4..47f161376d6 100644 --- a/classes/class_inputeventpangesture.rst +++ b/classes/class_inputeventpangesture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventPanGesture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventPanGesture.xml. .. _class_InputEventPanGesture: diff --git a/classes/class_inputeventscreendrag.rst b/classes/class_inputeventscreendrag.rst index 8f73f9c2b28..7d31e4a0c85 100644 --- a/classes/class_inputeventscreendrag.rst +++ b/classes/class_inputeventscreendrag.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventScreenDrag.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventScreenDrag.xml. .. _class_InputEventScreenDrag: diff --git a/classes/class_inputeventscreentouch.rst b/classes/class_inputeventscreentouch.rst index 7433de280fa..5abc3e17bed 100644 --- a/classes/class_inputeventscreentouch.rst +++ b/classes/class_inputeventscreentouch.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventScreenTouch.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventScreenTouch.xml. .. _class_InputEventScreenTouch: diff --git a/classes/class_inputeventshortcut.rst b/classes/class_inputeventshortcut.rst index bdebcaf978a..9a67caeff3a 100644 --- a/classes/class_inputeventshortcut.rst +++ b/classes/class_inputeventshortcut.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventShortcut.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventShortcut.xml. .. _class_InputEventShortcut: diff --git a/classes/class_inputeventwithmodifiers.rst b/classes/class_inputeventwithmodifiers.rst index 51bad3bd495..c363ded2259 100644 --- a/classes/class_inputeventwithmodifiers.rst +++ b/classes/class_inputeventwithmodifiers.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventWithModifiers.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputEventWithModifiers.xml. .. _class_InputEventWithModifiers: diff --git a/classes/class_inputmap.rst b/classes/class_inputmap.rst index e28b63284fb..2f740a4e43e 100644 --- a/classes/class_inputmap.rst +++ b/classes/class_inputmap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InputMap.xml. .. _class_InputMap: diff --git a/classes/class_instanceplaceholder.rst b/classes/class_instanceplaceholder.rst index ae0381674a1..61e887af079 100644 --- a/classes/class_instanceplaceholder.rst +++ b/classes/class_instanceplaceholder.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InstancePlaceholder.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/InstancePlaceholder.xml. .. _class_InstancePlaceholder: diff --git a/classes/class_int.rst b/classes/class_int.rst index 0a32c039fac..0c97b5bf183 100644 --- a/classes/class_int.rst +++ b/classes/class_int.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/int.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/int.xml. .. _class_int: diff --git a/classes/class_intervaltweener.rst b/classes/class_intervaltweener.rst index db35d863b69..53e0eb01dc9 100644 --- a/classes/class_intervaltweener.rst +++ b/classes/class_intervaltweener.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/IntervalTweener.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/IntervalTweener.xml. .. _class_IntervalTweener: diff --git a/classes/class_ip.rst b/classes/class_ip.rst index fec8e40572a..52b4c38c13b 100644 --- a/classes/class_ip.rst +++ b/classes/class_ip.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/IP.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/IP.xml. .. _class_IP: diff --git a/classes/class_itemlist.rst b/classes/class_itemlist.rst index 85458737052..18aded77e8b 100644 --- a/classes/class_itemlist.rst +++ b/classes/class_itemlist.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ItemList.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ItemList.xml. .. _class_ItemList: diff --git a/classes/class_javaclass.rst b/classes/class_javaclass.rst index ec46c89bd14..739d5e0517e 100644 --- a/classes/class_javaclass.rst +++ b/classes/class_javaclass.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JavaClass.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JavaClass.xml. .. _class_JavaClass: diff --git a/classes/class_javaclasswrapper.rst b/classes/class_javaclasswrapper.rst index de7c0c2146c..69b376a631c 100644 --- a/classes/class_javaclasswrapper.rst +++ b/classes/class_javaclasswrapper.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JavaClassWrapper.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JavaClassWrapper.xml. .. _class_JavaClassWrapper: diff --git a/classes/class_javascriptbridge.rst b/classes/class_javascriptbridge.rst index fe3546d0981..e39ec13aed8 100644 --- a/classes/class_javascriptbridge.rst +++ b/classes/class_javascriptbridge.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JavaScriptBridge.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JavaScriptBridge.xml. .. _class_JavaScriptBridge: diff --git a/classes/class_javascriptobject.rst b/classes/class_javascriptobject.rst index f42c6517c1d..17238599729 100644 --- a/classes/class_javascriptobject.rst +++ b/classes/class_javascriptobject.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JavaScriptObject.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JavaScriptObject.xml. .. _class_JavaScriptObject: diff --git a/classes/class_jnisingleton.rst b/classes/class_jnisingleton.rst index 7e09e92cdfe..c9f30082a45 100644 --- a/classes/class_jnisingleton.rst +++ b/classes/class_jnisingleton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JNISingleton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JNISingleton.xml. .. _class_JNISingleton: diff --git a/classes/class_joint2d.rst b/classes/class_joint2d.rst index 0c58b8b8586..764f2f1638d 100644 --- a/classes/class_joint2d.rst +++ b/classes/class_joint2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Joint2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Joint2D.xml. .. _class_Joint2D: diff --git a/classes/class_joint3d.rst b/classes/class_joint3d.rst index 411ce34a298..cd0e8ef71ca 100644 --- a/classes/class_joint3d.rst +++ b/classes/class_joint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Joint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Joint3D.xml. .. _class_Joint3D: diff --git a/classes/class_json.rst b/classes/class_json.rst index 40b167e48e6..bb275b2d3a8 100644 --- a/classes/class_json.rst +++ b/classes/class_json.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JSON.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JSON.xml. .. _class_JSON: diff --git a/classes/class_jsonrpc.rst b/classes/class_jsonrpc.rst index 00523578a71..0c04c7e1274 100644 --- a/classes/class_jsonrpc.rst +++ b/classes/class_jsonrpc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/JSONRPC.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/JSONRPC.xml. .. _class_JSONRPC: diff --git a/classes/class_kinematiccollision2d.rst b/classes/class_kinematiccollision2d.rst index 4964234c545..bc8bee6b1d9 100644 --- a/classes/class_kinematiccollision2d.rst +++ b/classes/class_kinematiccollision2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/KinematicCollision2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/KinematicCollision2D.xml. .. _class_KinematicCollision2D: diff --git a/classes/class_kinematiccollision3d.rst b/classes/class_kinematiccollision3d.rst index 167bb1af9f7..df9ee0aa929 100644 --- a/classes/class_kinematiccollision3d.rst +++ b/classes/class_kinematiccollision3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/KinematicCollision3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/KinematicCollision3D.xml. .. _class_KinematicCollision3D: diff --git a/classes/class_label.rst b/classes/class_label.rst index 909c66b28b5..850cb7c2cfd 100644 --- a/classes/class_label.rst +++ b/classes/class_label.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Label.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Label.xml. .. _class_Label: diff --git a/classes/class_label3d.rst b/classes/class_label3d.rst index 594fc95ac52..400143d77a8 100644 --- a/classes/class_label3d.rst +++ b/classes/class_label3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Label3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Label3D.xml. .. _class_Label3D: diff --git a/classes/class_labelsettings.rst b/classes/class_labelsettings.rst index f05cae06895..bd27bd2a45c 100644 --- a/classes/class_labelsettings.rst +++ b/classes/class_labelsettings.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LabelSettings.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LabelSettings.xml. .. _class_LabelSettings: diff --git a/classes/class_light2d.rst b/classes/class_light2d.rst index 1d3e10ea0c4..b1753f019ae 100644 --- a/classes/class_light2d.rst +++ b/classes/class_light2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Light2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Light2D.xml. .. _class_Light2D: diff --git a/classes/class_light3d.rst b/classes/class_light3d.rst index 01e15d35d7b..54effc9980b 100644 --- a/classes/class_light3d.rst +++ b/classes/class_light3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Light3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Light3D.xml. .. _class_Light3D: diff --git a/classes/class_lightmapgi.rst b/classes/class_lightmapgi.rst index aa78fa38d16..6cf4824c8cc 100644 --- a/classes/class_lightmapgi.rst +++ b/classes/class_lightmapgi.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LightmapGI.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LightmapGI.xml. .. _class_LightmapGI: diff --git a/classes/class_lightmapgidata.rst b/classes/class_lightmapgidata.rst index 5464710a4b6..23864327159 100644 --- a/classes/class_lightmapgidata.rst +++ b/classes/class_lightmapgidata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LightmapGIData.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LightmapGIData.xml. .. _class_LightmapGIData: diff --git a/classes/class_lightmapper.rst b/classes/class_lightmapper.rst index cf10058461f..c6a74a7b0e9 100644 --- a/classes/class_lightmapper.rst +++ b/classes/class_lightmapper.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Lightmapper.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Lightmapper.xml. .. _class_Lightmapper: diff --git a/classes/class_lightmapperrd.rst b/classes/class_lightmapperrd.rst index 85ff9382bfd..cf669dcdebb 100644 --- a/classes/class_lightmapperrd.rst +++ b/classes/class_lightmapperrd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LightmapperRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LightmapperRD.xml. .. _class_LightmapperRD: diff --git a/classes/class_lightmapprobe.rst b/classes/class_lightmapprobe.rst index 0c85da5bea0..1a89dabf576 100644 --- a/classes/class_lightmapprobe.rst +++ b/classes/class_lightmapprobe.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LightmapProbe.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LightmapProbe.xml. .. _class_LightmapProbe: diff --git a/classes/class_lightoccluder2d.rst b/classes/class_lightoccluder2d.rst index 694773969cc..87abd86358e 100644 --- a/classes/class_lightoccluder2d.rst +++ b/classes/class_lightoccluder2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LightOccluder2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LightOccluder2D.xml. .. _class_LightOccluder2D: diff --git a/classes/class_line2d.rst b/classes/class_line2d.rst index 94a6f0a3ac6..2ba45f1b814 100644 --- a/classes/class_line2d.rst +++ b/classes/class_line2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Line2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Line2D.xml. .. _class_Line2D: diff --git a/classes/class_lineedit.rst b/classes/class_lineedit.rst index a084669c4cc..2be40b6db1d 100644 --- a/classes/class_lineedit.rst +++ b/classes/class_lineedit.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LineEdit.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LineEdit.xml. .. _class_LineEdit: diff --git a/classes/class_linkbutton.rst b/classes/class_linkbutton.rst index 6a6f3fca4d4..c70d1319a0d 100644 --- a/classes/class_linkbutton.rst +++ b/classes/class_linkbutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/LinkButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/LinkButton.xml. .. _class_LinkButton: diff --git a/classes/class_mainloop.rst b/classes/class_mainloop.rst index 87540476895..2d4b87c57d5 100644 --- a/classes/class_mainloop.rst +++ b/classes/class_mainloop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MainLoop.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MainLoop.xml. .. _class_MainLoop: diff --git a/classes/class_margincontainer.rst b/classes/class_margincontainer.rst index c3a1faaa121..c8176be3440 100644 --- a/classes/class_margincontainer.rst +++ b/classes/class_margincontainer.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MarginContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MarginContainer.xml. .. _class_MarginContainer: diff --git a/classes/class_marker2d.rst b/classes/class_marker2d.rst index 2f3bb6d1aab..ef46550aacc 100644 --- a/classes/class_marker2d.rst +++ b/classes/class_marker2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Marker2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Marker2D.xml. .. _class_Marker2D: diff --git a/classes/class_marker3d.rst b/classes/class_marker3d.rst index da67a12828d..7f9f94868b0 100644 --- a/classes/class_marker3d.rst +++ b/classes/class_marker3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Marker3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Marker3D.xml. .. _class_Marker3D: diff --git a/classes/class_marshalls.rst b/classes/class_marshalls.rst index 98d1a81a7d6..3f6ba3fc0ca 100644 --- a/classes/class_marshalls.rst +++ b/classes/class_marshalls.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Marshalls.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Marshalls.xml. .. _class_Marshalls: diff --git a/classes/class_material.rst b/classes/class_material.rst index 659b2dc8ceb..23b6d9a7ee5 100644 --- a/classes/class_material.rst +++ b/classes/class_material.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Material.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Material.xml. .. _class_Material: diff --git a/classes/class_menubar.rst b/classes/class_menubar.rst index 24c7825ed93..f37ef829a4a 100644 --- a/classes/class_menubar.rst +++ b/classes/class_menubar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MenuBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MenuBar.xml. .. _class_MenuBar: diff --git a/classes/class_menubutton.rst b/classes/class_menubutton.rst index c46ad6361d4..b8b444b3766 100644 --- a/classes/class_menubutton.rst +++ b/classes/class_menubutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MenuButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MenuButton.xml. .. _class_MenuButton: diff --git a/classes/class_mesh.rst b/classes/class_mesh.rst index c75c8c8ab52..ca470278312 100644 --- a/classes/class_mesh.rst +++ b/classes/class_mesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Mesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Mesh.xml. .. _class_Mesh: diff --git a/classes/class_meshconvexdecompositionsettings.rst b/classes/class_meshconvexdecompositionsettings.rst index bb906617373..62d79a3b9c6 100644 --- a/classes/class_meshconvexdecompositionsettings.rst +++ b/classes/class_meshconvexdecompositionsettings.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshConvexDecompositionSettings.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshConvexDecompositionSettings.xml. .. _class_MeshConvexDecompositionSettings: diff --git a/classes/class_meshdatatool.rst b/classes/class_meshdatatool.rst index befab3f9868..10f31a801b2 100644 --- a/classes/class_meshdatatool.rst +++ b/classes/class_meshdatatool.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshDataTool.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshDataTool.xml. .. _class_MeshDataTool: diff --git a/classes/class_meshinstance2d.rst b/classes/class_meshinstance2d.rst index f687023911b..5b0ebc44361 100644 --- a/classes/class_meshinstance2d.rst +++ b/classes/class_meshinstance2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshInstance2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshInstance2D.xml. .. _class_MeshInstance2D: diff --git a/classes/class_meshinstance3d.rst b/classes/class_meshinstance3d.rst index 604d6978821..87595493e4f 100644 --- a/classes/class_meshinstance3d.rst +++ b/classes/class_meshinstance3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshInstance3D.xml. .. _class_MeshInstance3D: diff --git a/classes/class_meshlibrary.rst b/classes/class_meshlibrary.rst index bf39e2d7a81..551ee97d81b 100644 --- a/classes/class_meshlibrary.rst +++ b/classes/class_meshlibrary.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshLibrary.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshLibrary.xml. .. _class_MeshLibrary: diff --git a/classes/class_meshtexture.rst b/classes/class_meshtexture.rst index 8536ba640b0..cd924363d62 100644 --- a/classes/class_meshtexture.rst +++ b/classes/class_meshtexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MeshTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MeshTexture.xml. .. _class_MeshTexture: diff --git a/classes/class_methodtweener.rst b/classes/class_methodtweener.rst index 3e421a24b25..ccdcf9b95f3 100644 --- a/classes/class_methodtweener.rst +++ b/classes/class_methodtweener.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MethodTweener.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MethodTweener.xml. .. _class_MethodTweener: diff --git a/classes/class_missingnode.rst b/classes/class_missingnode.rst index a56c2edbc4c..13905268791 100644 --- a/classes/class_missingnode.rst +++ b/classes/class_missingnode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MissingNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MissingNode.xml. .. _class_MissingNode: diff --git a/classes/class_missingresource.rst b/classes/class_missingresource.rst index 6037d41037e..dbc87372b2d 100644 --- a/classes/class_missingresource.rst +++ b/classes/class_missingresource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MissingResource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MissingResource.xml. .. _class_MissingResource: diff --git a/classes/class_mobilevrinterface.rst b/classes/class_mobilevrinterface.rst index b5bcd4ce413..18e5c61224b 100644 --- a/classes/class_mobilevrinterface.rst +++ b/classes/class_mobilevrinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/mobile_vr/doc_classes/MobileVRInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/mobile_vr/doc_classes/MobileVRInterface.xml. .. _class_MobileVRInterface: diff --git a/classes/class_moviewriter.rst b/classes/class_moviewriter.rst index 62b318c730e..2aa1cd0739c 100644 --- a/classes/class_moviewriter.rst +++ b/classes/class_moviewriter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MovieWriter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MovieWriter.xml. .. _class_MovieWriter: diff --git a/classes/class_multimesh.rst b/classes/class_multimesh.rst index bfef9e8093f..c91edf196dc 100644 --- a/classes/class_multimesh.rst +++ b/classes/class_multimesh.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiMesh.xml. .. _class_MultiMesh: diff --git a/classes/class_multimeshinstance2d.rst b/classes/class_multimeshinstance2d.rst index 9e29da8416c..1db9c362f34 100644 --- a/classes/class_multimeshinstance2d.rst +++ b/classes/class_multimeshinstance2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiMeshInstance2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiMeshInstance2D.xml. .. _class_MultiMeshInstance2D: diff --git a/classes/class_multimeshinstance3d.rst b/classes/class_multimeshinstance3d.rst index 1484ec4102c..6553269c522 100644 --- a/classes/class_multimeshinstance3d.rst +++ b/classes/class_multimeshinstance3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiMeshInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiMeshInstance3D.xml. .. _class_MultiMeshInstance3D: diff --git a/classes/class_multiplayerapi.rst b/classes/class_multiplayerapi.rst index 69bb3c49801..70657f4cb34 100644 --- a/classes/class_multiplayerapi.rst +++ b/classes/class_multiplayerapi.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiplayerAPI.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiplayerAPI.xml. .. _class_MultiplayerAPI: diff --git a/classes/class_multiplayerapiextension.rst b/classes/class_multiplayerapiextension.rst index 956a065341e..93328d72258 100644 --- a/classes/class_multiplayerapiextension.rst +++ b/classes/class_multiplayerapiextension.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiplayerAPIExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiplayerAPIExtension.xml. .. _class_MultiplayerAPIExtension: diff --git a/classes/class_multiplayerpeer.rst b/classes/class_multiplayerpeer.rst index fbd2b190a85..fc5345be316 100644 --- a/classes/class_multiplayerpeer.rst +++ b/classes/class_multiplayerpeer.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiplayerPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiplayerPeer.xml. .. _class_MultiplayerPeer: diff --git a/classes/class_multiplayerpeerextension.rst b/classes/class_multiplayerpeerextension.rst index 3f6b528a147..62dc5c49853 100644 --- a/classes/class_multiplayerpeerextension.rst +++ b/classes/class_multiplayerpeerextension.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/MultiplayerPeerExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/MultiplayerPeerExtension.xml. .. _class_MultiplayerPeerExtension: diff --git a/classes/class_multiplayerspawner.rst b/classes/class_multiplayerspawner.rst index 557d860fb72..90ef6f0df02 100644 --- a/classes/class_multiplayerspawner.rst +++ b/classes/class_multiplayerspawner.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/multiplayer/doc_classes/MultiplayerSpawner.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/multiplayer/doc_classes/MultiplayerSpawner.xml. .. _class_MultiplayerSpawner: @@ -113,7 +113,7 @@ Property Descriptions - |void| **set_spawn_function**\ (\ value\: :ref:`Callable`\ ) - :ref:`Callable` **get_spawn_function**\ (\ ) -Method called on all peers when for every custom :ref:`spawn` requested by the authority. Will receive the ``data`` parameter, and should return a :ref:`Node` that is not in the scene tree. +Method called on all peers when a custom :ref:`spawn` is requested by the authority. Will receive the ``data`` parameter, and should return a :ref:`Node` that is not in the scene tree. \ **Note:** The returned node should **not** be added to the scene with :ref:`Node.add_child`. This is done automatically. @@ -132,7 +132,7 @@ Method called on all peers when for every custom :ref:`spawn`\ ) - :ref:`int` **get_spawn_limit**\ (\ ) -Maximum nodes that is allowed to be spawned by this spawner. Includes both spawnable scenes and custom spawns. +Maximum number of nodes allowed to be spawned by this spawner. Includes both spawnable scenes and custom spawns. When set to ``0`` (the default), there is no limit. diff --git a/classes/class_multiplayersynchronizer.rst b/classes/class_multiplayersynchronizer.rst index fe1036fce01..bb5b931d4cc 100644 --- a/classes/class_multiplayersynchronizer.rst +++ b/classes/class_multiplayersynchronizer.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/multiplayer/doc_classes/MultiplayerSynchronizer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/multiplayer/doc_classes/MultiplayerSynchronizer.xml. .. _class_MultiplayerSynchronizer: diff --git a/classes/class_mutex.rst b/classes/class_mutex.rst index aacea2cc3c7..283b547d9b2 100644 --- a/classes/class_mutex.rst +++ b/classes/class_mutex.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Mutex.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Mutex.xml. .. _class_Mutex: diff --git a/classes/class_nativemenu.rst b/classes/class_nativemenu.rst index 270fd9bf7da..7f5b936c0b7 100644 --- a/classes/class_nativemenu.rst +++ b/classes/class_nativemenu.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NativeMenu.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NativeMenu.xml. .. _class_NativeMenu: diff --git a/classes/class_navigationagent2d.rst b/classes/class_navigationagent2d.rst index c478eef2f29..65bbe458cf0 100644 --- a/classes/class_navigationagent2d.rst +++ b/classes/class_navigationagent2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationAgent2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationAgent2D.xml. .. _class_NavigationAgent2D: diff --git a/classes/class_navigationagent3d.rst b/classes/class_navigationagent3d.rst index 2d7ab5878cc..5309174ce21 100644 --- a/classes/class_navigationagent3d.rst +++ b/classes/class_navigationagent3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationAgent3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationAgent3D.xml. .. _class_NavigationAgent3D: diff --git a/classes/class_navigationlink2d.rst b/classes/class_navigationlink2d.rst index ee524d16615..28571353a6a 100644 --- a/classes/class_navigationlink2d.rst +++ b/classes/class_navigationlink2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationLink2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationLink2D.xml. .. _class_NavigationLink2D: @@ -69,6 +69,8 @@ Methods +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_navigation_layer_value`\ (\ layer_number\: :ref:`int`\ ) |const| | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | :ref:`RID` | :ref:`get_navigation_map`\ (\ ) |const| | + +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`RID` | :ref:`get_rid`\ (\ ) |const| | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`set_global_end_position`\ (\ position\: :ref:`Vector2`\ ) | @@ -77,6 +79,8 @@ Methods +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`set_navigation_layer_value`\ (\ layer_number\: :ref:`int`, value\: :ref:`bool`\ ) | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | |void| | :ref:`set_navigation_map`\ (\ navigation_map\: :ref:`RID`\ ) | + +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator @@ -255,6 +259,18 @@ Returns whether or not the specified layer of the :ref:`navigation_layers` **get_navigation_map**\ (\ ) |const| :ref:`🔗` + +Returns the current navigation map :ref:`RID` used by this link. + +.. rst-class:: classref-item-separator + +---- + .. _class_NavigationLink2D_method_get_rid: .. rst-class:: classref-method @@ -299,6 +315,18 @@ Sets the :ref:`start_position` t Based on ``value``, enables or disables the specified layer in the :ref:`navigation_layers` bitmask, given a ``layer_number`` between 1 and 32. +.. rst-class:: classref-item-separator + +---- + +.. _class_NavigationLink2D_method_set_navigation_map: + +.. rst-class:: classref-method + +|void| **set_navigation_map**\ (\ navigation_map\: :ref:`RID`\ ) :ref:`🔗` + +Sets the :ref:`RID` of the navigation map this link should use. By default the link will automatically join the :ref:`World2D` default navigation map so this function is only required to override the default map. + .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` diff --git a/classes/class_navigationlink3d.rst b/classes/class_navigationlink3d.rst index 11a90a70ecd..60dd4cbce6f 100644 --- a/classes/class_navigationlink3d.rst +++ b/classes/class_navigationlink3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationLink3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationLink3D.xml. .. _class_NavigationLink3D: @@ -69,6 +69,8 @@ Methods +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_navigation_layer_value`\ (\ layer_number\: :ref:`int`\ ) |const| | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | :ref:`RID` | :ref:`get_navigation_map`\ (\ ) |const| | + +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`RID` | :ref:`get_rid`\ (\ ) |const| | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`set_global_end_position`\ (\ position\: :ref:`Vector3`\ ) | @@ -77,6 +79,8 @@ Methods +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`set_navigation_layer_value`\ (\ layer_number\: :ref:`int`, value\: :ref:`bool`\ ) | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | |void| | :ref:`set_navigation_map`\ (\ navigation_map\: :ref:`RID`\ ) | + +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator @@ -255,6 +259,18 @@ Returns whether or not the specified layer of the :ref:`navigation_layers` **get_navigation_map**\ (\ ) |const| :ref:`🔗` + +Returns the current navigation map :ref:`RID` used by this link. + +.. rst-class:: classref-item-separator + +---- + .. _class_NavigationLink3D_method_get_rid: .. rst-class:: classref-method @@ -299,6 +315,18 @@ Sets the :ref:`start_position` t Based on ``value``, enables or disables the specified layer in the :ref:`navigation_layers` bitmask, given a ``layer_number`` between 1 and 32. +.. rst-class:: classref-item-separator + +---- + +.. _class_NavigationLink3D_method_set_navigation_map: + +.. rst-class:: classref-method + +|void| **set_navigation_map**\ (\ navigation_map\: :ref:`RID`\ ) :ref:`🔗` + +Sets the :ref:`RID` of the navigation map this link should use. By default the link will automatically join the :ref:`World3D` default navigation map so this function is only required to override the default map. + .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` diff --git a/classes/class_navigationmesh.rst b/classes/class_navigationmesh.rst index 1562e6021af..6398ed6244c 100644 --- a/classes/class_navigationmesh.rst +++ b/classes/class_navigationmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationMesh.xml. .. _class_NavigationMesh: diff --git a/classes/class_navigationmeshgenerator.rst b/classes/class_navigationmeshgenerator.rst index 69f5e44a213..96b1cc43b89 100644 --- a/classes/class_navigationmeshgenerator.rst +++ b/classes/class_navigationmeshgenerator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationMeshGenerator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationMeshGenerator.xml. .. _class_NavigationMeshGenerator: diff --git a/classes/class_navigationmeshsourcegeometrydata2d.rst b/classes/class_navigationmeshsourcegeometrydata2d.rst index 557a839f4c5..18c2d7d1dbc 100644 --- a/classes/class_navigationmeshsourcegeometrydata2d.rst +++ b/classes/class_navigationmeshsourcegeometrydata2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationMeshSourceGeometryData2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationMeshSourceGeometryData2D.xml. .. _class_NavigationMeshSourceGeometryData2D: diff --git a/classes/class_navigationmeshsourcegeometrydata3d.rst b/classes/class_navigationmeshsourcegeometrydata3d.rst index 1543fe5205e..bf888db5c7b 100644 --- a/classes/class_navigationmeshsourcegeometrydata3d.rst +++ b/classes/class_navigationmeshsourcegeometrydata3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationMeshSourceGeometryData3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationMeshSourceGeometryData3D.xml. .. _class_NavigationMeshSourceGeometryData3D: diff --git a/classes/class_navigationobstacle2d.rst b/classes/class_navigationobstacle2d.rst index 5ae629c5676..8d6ba99a48f 100644 --- a/classes/class_navigationobstacle2d.rst +++ b/classes/class_navigationobstacle2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationObstacle2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationObstacle2D.xml. .. _class_NavigationObstacle2D: diff --git a/classes/class_navigationobstacle3d.rst b/classes/class_navigationobstacle3d.rst index 4389920c21b..55c1a8644d8 100644 --- a/classes/class_navigationobstacle3d.rst +++ b/classes/class_navigationobstacle3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationObstacle3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationObstacle3D.xml. .. _class_NavigationObstacle3D: diff --git a/classes/class_navigationpathqueryparameters2d.rst b/classes/class_navigationpathqueryparameters2d.rst index cab547f0d07..57f8eb62583 100644 --- a/classes/class_navigationpathqueryparameters2d.rst +++ b/classes/class_navigationpathqueryparameters2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationPathQueryParameters2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationPathQueryParameters2D.xml. .. _class_NavigationPathQueryParameters2D: diff --git a/classes/class_navigationpathqueryparameters3d.rst b/classes/class_navigationpathqueryparameters3d.rst index 15599d6b393..ebe92d9816b 100644 --- a/classes/class_navigationpathqueryparameters3d.rst +++ b/classes/class_navigationpathqueryparameters3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationPathQueryParameters3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationPathQueryParameters3D.xml. .. _class_NavigationPathQueryParameters3D: diff --git a/classes/class_navigationpathqueryresult2d.rst b/classes/class_navigationpathqueryresult2d.rst index 3ffb4050521..d413a07981a 100644 --- a/classes/class_navigationpathqueryresult2d.rst +++ b/classes/class_navigationpathqueryresult2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationPathQueryResult2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationPathQueryResult2D.xml. .. _class_NavigationPathQueryResult2D: diff --git a/classes/class_navigationpathqueryresult3d.rst b/classes/class_navigationpathqueryresult3d.rst index 430593c65c2..b202a332ff3 100644 --- a/classes/class_navigationpathqueryresult3d.rst +++ b/classes/class_navigationpathqueryresult3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationPathQueryResult3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationPathQueryResult3D.xml. .. _class_NavigationPathQueryResult3D: diff --git a/classes/class_navigationpolygon.rst b/classes/class_navigationpolygon.rst index b55607d9068..62f520dd241 100644 --- a/classes/class_navigationpolygon.rst +++ b/classes/class_navigationpolygon.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationPolygon.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationPolygon.xml. .. _class_NavigationPolygon: diff --git a/classes/class_navigationregion2d.rst b/classes/class_navigationregion2d.rst index 59fe054d2a5..82cd0b56cce 100644 --- a/classes/class_navigationregion2d.rst +++ b/classes/class_navigationregion2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationRegion2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationRegion2D.xml. .. _class_NavigationRegion2D: diff --git a/classes/class_navigationregion3d.rst b/classes/class_navigationregion3d.rst index 15f9a586c7a..78164dffdd3 100644 --- a/classes/class_navigationregion3d.rst +++ b/classes/class_navigationregion3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationRegion3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationRegion3D.xml. .. _class_NavigationRegion3D: diff --git a/classes/class_navigationserver2d.rst b/classes/class_navigationserver2d.rst index d0b2b4c41ad..521204b6cc5 100644 --- a/classes/class_navigationserver2d.rst +++ b/classes/class_navigationserver2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationServer2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationServer2D.xml. .. _class_NavigationServer2D: diff --git a/classes/class_navigationserver3d.rst b/classes/class_navigationserver3d.rst index 370ebd0bf5e..e9b6e794537 100644 --- a/classes/class_navigationserver3d.rst +++ b/classes/class_navigationserver3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NavigationServer3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NavigationServer3D.xml. .. _class_NavigationServer3D: diff --git a/classes/class_ninepatchrect.rst b/classes/class_ninepatchrect.rst index 7b12a95868d..88651a9e2eb 100644 --- a/classes/class_ninepatchrect.rst +++ b/classes/class_ninepatchrect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NinePatchRect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NinePatchRect.xml. .. _class_NinePatchRect: diff --git a/classes/class_node.rst b/classes/class_node.rst index 318db3705a8..465948a06f2 100644 --- a/classes/class_node.rst +++ b/classes/class_node.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Node.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Node.xml. .. _class_Node: diff --git a/classes/class_node2d.rst b/classes/class_node2d.rst index a48128eb7cc..9e8c315cd92 100644 --- a/classes/class_node2d.rst +++ b/classes/class_node2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Node2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Node2D.xml. .. _class_Node2D: diff --git a/classes/class_node3d.rst b/classes/class_node3d.rst index f8a6153a0cc..edfe586f2fc 100644 --- a/classes/class_node3d.rst +++ b/classes/class_node3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Node3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Node3D.xml. .. _class_Node3D: diff --git a/classes/class_node3dgizmo.rst b/classes/class_node3dgizmo.rst index 439f4bad10c..0b3842c50da 100644 --- a/classes/class_node3dgizmo.rst +++ b/classes/class_node3dgizmo.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Node3DGizmo.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Node3DGizmo.xml. .. _class_Node3DGizmo: diff --git a/classes/class_nodepath.rst b/classes/class_nodepath.rst index 8d2fd23fe07..f6da35b0516 100644 --- a/classes/class_nodepath.rst +++ b/classes/class_nodepath.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/NodePath.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/NodePath.xml. .. _class_NodePath: diff --git a/classes/class_noise.rst b/classes/class_noise.rst index fad4510dcde..87fa3b651f5 100644 --- a/classes/class_noise.rst +++ b/classes/class_noise.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/noise/doc_classes/Noise.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/noise/doc_classes/Noise.xml. .. _class_Noise: diff --git a/classes/class_noisetexture2d.rst b/classes/class_noisetexture2d.rst index 87439723364..55cbfa18d4c 100644 --- a/classes/class_noisetexture2d.rst +++ b/classes/class_noisetexture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/noise/doc_classes/NoiseTexture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/noise/doc_classes/NoiseTexture2D.xml. .. _class_NoiseTexture2D: diff --git a/classes/class_noisetexture3d.rst b/classes/class_noisetexture3d.rst index 29d82b62deb..a149b187f04 100644 --- a/classes/class_noisetexture3d.rst +++ b/classes/class_noisetexture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/noise/doc_classes/NoiseTexture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/noise/doc_classes/NoiseTexture3D.xml. .. _class_NoiseTexture3D: diff --git a/classes/class_object.rst b/classes/class_object.rst index 9916ba56184..87ff85310a6 100644 --- a/classes/class_object.rst +++ b/classes/class_object.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Object.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Object.xml. .. _class_Object: @@ -431,7 +431,7 @@ The example below displays a list of numbers shown as words going from ``ZERO`` } } - private List _numbers = new(); + private Godot.Collections.Array _numbers = new(); public override Godot.Collections.Array _GetPropertyList() { @@ -468,7 +468,7 @@ The example below displays a list of numbers shown as words going from ``ZERO`` if (propertyName.StartsWith("number_")) { int index = int.Parse(propertyName.Substring("number_".Length)); - numbers[index] = value.As(); + _numbers[index] = value.As(); return true; } return false; diff --git a/classes/class_occluder3d.rst b/classes/class_occluder3d.rst index 3adc96f721b..8a4375f714c 100644 --- a/classes/class_occluder3d.rst +++ b/classes/class_occluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Occluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Occluder3D.xml. .. _class_Occluder3D: diff --git a/classes/class_occluderinstance3d.rst b/classes/class_occluderinstance3d.rst index 332353bd8fc..fdaad4ce80e 100644 --- a/classes/class_occluderinstance3d.rst +++ b/classes/class_occluderinstance3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OccluderInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OccluderInstance3D.xml. .. _class_OccluderInstance3D: diff --git a/classes/class_occluderpolygon2d.rst b/classes/class_occluderpolygon2d.rst index 896ac20c74c..ee541e8fe0b 100644 --- a/classes/class_occluderpolygon2d.rst +++ b/classes/class_occluderpolygon2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OccluderPolygon2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OccluderPolygon2D.xml. .. _class_OccluderPolygon2D: diff --git a/classes/class_offlinemultiplayerpeer.rst b/classes/class_offlinemultiplayerpeer.rst index 10ceec7ae58..99345cdc0b3 100644 --- a/classes/class_offlinemultiplayerpeer.rst +++ b/classes/class_offlinemultiplayerpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OfflineMultiplayerPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OfflineMultiplayerPeer.xml. .. _class_OfflineMultiplayerPeer: diff --git a/classes/class_oggpacketsequence.rst b/classes/class_oggpacketsequence.rst index e4b1928438b..fdf604aa2e4 100644 --- a/classes/class_oggpacketsequence.rst +++ b/classes/class_oggpacketsequence.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/ogg/doc_classes/OggPacketSequence.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/ogg/doc_classes/OggPacketSequence.xml. .. _class_OggPacketSequence: diff --git a/classes/class_oggpacketsequenceplayback.rst b/classes/class_oggpacketsequenceplayback.rst index d974f7256c5..b7b51bc6064 100644 --- a/classes/class_oggpacketsequenceplayback.rst +++ b/classes/class_oggpacketsequenceplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/ogg/doc_classes/OggPacketSequencePlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/ogg/doc_classes/OggPacketSequencePlayback.xml. .. _class_OggPacketSequencePlayback: diff --git a/classes/class_omnilight3d.rst b/classes/class_omnilight3d.rst index 35b810735a7..fcd22902733 100644 --- a/classes/class_omnilight3d.rst +++ b/classes/class_omnilight3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OmniLight3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OmniLight3D.xml. .. _class_OmniLight3D: diff --git a/classes/class_openxraction.rst b/classes/class_openxraction.rst index bf367a74145..6262f046ee0 100644 --- a/classes/class_openxraction.rst +++ b/classes/class_openxraction.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRAction.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRAction.xml. .. _class_OpenXRAction: diff --git a/classes/class_openxractionmap.rst b/classes/class_openxractionmap.rst index 7265681d325..5779ff65a1c 100644 --- a/classes/class_openxractionmap.rst +++ b/classes/class_openxractionmap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRActionMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRActionMap.xml. .. _class_OpenXRActionMap: diff --git a/classes/class_openxractionset.rst b/classes/class_openxractionset.rst index 7647dd15cff..7b48a5673e2 100644 --- a/classes/class_openxractionset.rst +++ b/classes/class_openxractionset.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRActionSet.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRActionSet.xml. .. _class_OpenXRActionSet: diff --git a/classes/class_openxrapiextension.rst b/classes/class_openxrapiextension.rst index 60781adebea..7415ac05241 100644 --- a/classes/class_openxrapiextension.rst +++ b/classes/class_openxrapiextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRAPIExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRAPIExtension.xml. .. _class_OpenXRAPIExtension: diff --git a/classes/class_openxrcompositionlayer.rst b/classes/class_openxrcompositionlayer.rst index 751e86fabe5..f166cb60bc7 100644 --- a/classes/class_openxrcompositionlayer.rst +++ b/classes/class_openxrcompositionlayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRCompositionLayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRCompositionLayer.xml. .. _class_OpenXRCompositionLayer: diff --git a/classes/class_openxrcompositionlayercylinder.rst b/classes/class_openxrcompositionlayercylinder.rst index 05e44866d6a..856345e5eb4 100644 --- a/classes/class_openxrcompositionlayercylinder.rst +++ b/classes/class_openxrcompositionlayercylinder.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRCompositionLayerCylinder.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRCompositionLayerCylinder.xml. .. _class_OpenXRCompositionLayerCylinder: diff --git a/classes/class_openxrcompositionlayerequirect.rst b/classes/class_openxrcompositionlayerequirect.rst index 2992d3e1331..6ad8dc15b3f 100644 --- a/classes/class_openxrcompositionlayerequirect.rst +++ b/classes/class_openxrcompositionlayerequirect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRCompositionLayerEquirect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRCompositionLayerEquirect.xml. .. _class_OpenXRCompositionLayerEquirect: diff --git a/classes/class_openxrcompositionlayerquad.rst b/classes/class_openxrcompositionlayerquad.rst index 42a5dac104c..63f4dbed7de 100644 --- a/classes/class_openxrcompositionlayerquad.rst +++ b/classes/class_openxrcompositionlayerquad.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRCompositionLayerQuad.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRCompositionLayerQuad.xml. .. _class_OpenXRCompositionLayerQuad: diff --git a/classes/class_openxrextensionwrapperextension.rst b/classes/class_openxrextensionwrapperextension.rst index 672d1ab4b43..d8918957de6 100644 --- a/classes/class_openxrextensionwrapperextension.rst +++ b/classes/class_openxrextensionwrapperextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRExtensionWrapperExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRExtensionWrapperExtension.xml. .. _class_OpenXRExtensionWrapperExtension: diff --git a/classes/class_openxrhand.rst b/classes/class_openxrhand.rst index bbad64f1aa2..f22a5bb91b9 100644 --- a/classes/class_openxrhand.rst +++ b/classes/class_openxrhand.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRHand.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRHand.xml. .. _class_OpenXRHand: diff --git a/classes/class_openxrinteractionprofile.rst b/classes/class_openxrinteractionprofile.rst index 24ad57e75bd..ec6431c7371 100644 --- a/classes/class_openxrinteractionprofile.rst +++ b/classes/class_openxrinteractionprofile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRInteractionProfile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRInteractionProfile.xml. .. _class_OpenXRInteractionProfile: diff --git a/classes/class_openxrinteractionprofilemetadata.rst b/classes/class_openxrinteractionprofilemetadata.rst index 675464241f7..68b18496037 100644 --- a/classes/class_openxrinteractionprofilemetadata.rst +++ b/classes/class_openxrinteractionprofilemetadata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRInteractionProfileMetadata.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRInteractionProfileMetadata.xml. .. _class_OpenXRInteractionProfileMetadata: diff --git a/classes/class_openxrinterface.rst b/classes/class_openxrinterface.rst index 66479ab7a6a..d74ff088e78 100644 --- a/classes/class_openxrinterface.rst +++ b/classes/class_openxrinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRInterface.xml. .. _class_OpenXRInterface: diff --git a/classes/class_openxripbinding.rst b/classes/class_openxripbinding.rst index 8f0534e8534..3fc9f089a53 100644 --- a/classes/class_openxripbinding.rst +++ b/classes/class_openxripbinding.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/openxr/doc_classes/OpenXRIPBinding.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/openxr/doc_classes/OpenXRIPBinding.xml. .. _class_OpenXRIPBinding: diff --git a/classes/class_optimizedtranslation.rst b/classes/class_optimizedtranslation.rst index baa1e451239..51f0747ba13 100644 --- a/classes/class_optimizedtranslation.rst +++ b/classes/class_optimizedtranslation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OptimizedTranslation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OptimizedTranslation.xml. .. _class_OptimizedTranslation: diff --git a/classes/class_optionbutton.rst b/classes/class_optionbutton.rst index 199d36b5d08..b594a03858c 100644 --- a/classes/class_optionbutton.rst +++ b/classes/class_optionbutton.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OptionButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OptionButton.xml. .. _class_OptionButton: diff --git a/classes/class_ormmaterial3d.rst b/classes/class_ormmaterial3d.rst index be989b52dc0..7600133efb9 100644 --- a/classes/class_ormmaterial3d.rst +++ b/classes/class_ormmaterial3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ORMMaterial3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ORMMaterial3D.xml. .. _class_ORMMaterial3D: diff --git a/classes/class_os.rst b/classes/class_os.rst index b26590dfea6..de258b4738c 100644 --- a/classes/class_os.rst +++ b/classes/class_os.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/OS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/OS.xml. .. _class_OS: diff --git a/classes/class_packedbytearray.rst b/classes/class_packedbytearray.rst index 4cd742c92e8..83edf356574 100644 --- a/classes/class_packedbytearray.rst +++ b/classes/class_packedbytearray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedByteArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedByteArray.xml. .. _class_PackedByteArray: diff --git a/classes/class_packedcolorarray.rst b/classes/class_packedcolorarray.rst index 7b3775ce4ea..850308e68db 100644 --- a/classes/class_packedcolorarray.rst +++ b/classes/class_packedcolorarray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedColorArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedColorArray.xml. .. _class_PackedColorArray: diff --git a/classes/class_packeddatacontainer.rst b/classes/class_packeddatacontainer.rst index d62329be378..600636913e4 100644 --- a/classes/class_packeddatacontainer.rst +++ b/classes/class_packeddatacontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedDataContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedDataContainer.xml. .. _class_PackedDataContainer: diff --git a/classes/class_packeddatacontainerref.rst b/classes/class_packeddatacontainerref.rst index 7d86c5ad767..2a8ab1985e7 100644 --- a/classes/class_packeddatacontainerref.rst +++ b/classes/class_packeddatacontainerref.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedDataContainerRef.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedDataContainerRef.xml. .. _class_PackedDataContainerRef: diff --git a/classes/class_packedfloat32array.rst b/classes/class_packedfloat32array.rst index d06bec47b6d..3934e473d4b 100644 --- a/classes/class_packedfloat32array.rst +++ b/classes/class_packedfloat32array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedFloat32Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedFloat32Array.xml. .. _class_PackedFloat32Array: diff --git a/classes/class_packedfloat64array.rst b/classes/class_packedfloat64array.rst index c77ec3e8124..7601affcfb9 100644 --- a/classes/class_packedfloat64array.rst +++ b/classes/class_packedfloat64array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedFloat64Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedFloat64Array.xml. .. _class_PackedFloat64Array: diff --git a/classes/class_packedint32array.rst b/classes/class_packedint32array.rst index 66bb53c8e28..69b79fcdafb 100644 --- a/classes/class_packedint32array.rst +++ b/classes/class_packedint32array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedInt32Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedInt32Array.xml. .. _class_PackedInt32Array: diff --git a/classes/class_packedint64array.rst b/classes/class_packedint64array.rst index 4a7ea79463b..8d7ff776797 100644 --- a/classes/class_packedint64array.rst +++ b/classes/class_packedint64array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedInt64Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedInt64Array.xml. .. _class_PackedInt64Array: diff --git a/classes/class_packedscene.rst b/classes/class_packedscene.rst index 497d46b6eb9..7771a685f57 100644 --- a/classes/class_packedscene.rst +++ b/classes/class_packedscene.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedScene.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedScene.xml. .. _class_PackedScene: diff --git a/classes/class_packedstringarray.rst b/classes/class_packedstringarray.rst index 76fca07c585..4fd380d8e1f 100644 --- a/classes/class_packedstringarray.rst +++ b/classes/class_packedstringarray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedStringArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedStringArray.xml. .. _class_PackedStringArray: diff --git a/classes/class_packedvector2array.rst b/classes/class_packedvector2array.rst index 33783faf019..56075779846 100644 --- a/classes/class_packedvector2array.rst +++ b/classes/class_packedvector2array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedVector2Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedVector2Array.xml. .. _class_PackedVector2Array: diff --git a/classes/class_packedvector3array.rst b/classes/class_packedvector3array.rst index 9b667b549ed..3963a88a28f 100644 --- a/classes/class_packedvector3array.rst +++ b/classes/class_packedvector3array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedVector3Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedVector3Array.xml. .. _class_PackedVector3Array: diff --git a/classes/class_packedvector4array.rst b/classes/class_packedvector4array.rst index 1ddf1682fac..b9d553ce674 100644 --- a/classes/class_packedvector4array.rst +++ b/classes/class_packedvector4array.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedVector4Array.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PackedVector4Array.xml. .. _class_PackedVector4Array: diff --git a/classes/class_packetpeer.rst b/classes/class_packetpeer.rst index 88180b22ac2..0ed768b7762 100644 --- a/classes/class_packetpeer.rst +++ b/classes/class_packetpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PacketPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PacketPeer.xml. .. _class_PacketPeer: diff --git a/classes/class_packetpeerdtls.rst b/classes/class_packetpeerdtls.rst index 8d5775e604e..34ffb6feb2a 100644 --- a/classes/class_packetpeerdtls.rst +++ b/classes/class_packetpeerdtls.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PacketPeerDTLS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PacketPeerDTLS.xml. .. _class_PacketPeerDTLS: diff --git a/classes/class_packetpeerextension.rst b/classes/class_packetpeerextension.rst index d50c2bfef06..6815ce8ed80 100644 --- a/classes/class_packetpeerextension.rst +++ b/classes/class_packetpeerextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PacketPeerExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PacketPeerExtension.xml. .. _class_PacketPeerExtension: diff --git a/classes/class_packetpeerstream.rst b/classes/class_packetpeerstream.rst index 3b7d62d1742..33c5068e408 100644 --- a/classes/class_packetpeerstream.rst +++ b/classes/class_packetpeerstream.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PacketPeerStream.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PacketPeerStream.xml. .. _class_PacketPeerStream: diff --git a/classes/class_packetpeerudp.rst b/classes/class_packetpeerudp.rst index 745ea55799b..2ac65e470f4 100644 --- a/classes/class_packetpeerudp.rst +++ b/classes/class_packetpeerudp.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PacketPeerUDP.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PacketPeerUDP.xml. .. _class_PacketPeerUDP: diff --git a/classes/class_panel.rst b/classes/class_panel.rst index c5ec36b1f2e..4c55309724f 100644 --- a/classes/class_panel.rst +++ b/classes/class_panel.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Panel.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Panel.xml. .. _class_Panel: diff --git a/classes/class_panelcontainer.rst b/classes/class_panelcontainer.rst index 8505ed8780a..a8232d398cd 100644 --- a/classes/class_panelcontainer.rst +++ b/classes/class_panelcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PanelContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PanelContainer.xml. .. _class_PanelContainer: diff --git a/classes/class_panoramaskymaterial.rst b/classes/class_panoramaskymaterial.rst index 0759e569aa0..353fd0fe41f 100644 --- a/classes/class_panoramaskymaterial.rst +++ b/classes/class_panoramaskymaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PanoramaSkyMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PanoramaSkyMaterial.xml. .. _class_PanoramaSkyMaterial: diff --git a/classes/class_parallax2d.rst b/classes/class_parallax2d.rst index 98bf826682d..699309af35d 100644 --- a/classes/class_parallax2d.rst +++ b/classes/class_parallax2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Parallax2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Parallax2D.xml. .. _class_Parallax2D: diff --git a/classes/class_parallaxbackground.rst b/classes/class_parallaxbackground.rst index a7c2621c574..9abf24336a4 100644 --- a/classes/class_parallaxbackground.rst +++ b/classes/class_parallaxbackground.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ParallaxBackground.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ParallaxBackground.xml. .. _class_ParallaxBackground: diff --git a/classes/class_parallaxlayer.rst b/classes/class_parallaxlayer.rst index 7dc0f710a2c..7c252eeb87e 100644 --- a/classes/class_parallaxlayer.rst +++ b/classes/class_parallaxlayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ParallaxLayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ParallaxLayer.xml. .. _class_ParallaxLayer: diff --git a/classes/class_particleprocessmaterial.rst b/classes/class_particleprocessmaterial.rst index 0ea83a1e990..433214cb7ac 100644 --- a/classes/class_particleprocessmaterial.rst +++ b/classes/class_particleprocessmaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ParticleProcessMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ParticleProcessMaterial.xml. .. _class_ParticleProcessMaterial: diff --git a/classes/class_path2d.rst b/classes/class_path2d.rst index 058f946639b..4aec52e90f8 100644 --- a/classes/class_path2d.rst +++ b/classes/class_path2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Path2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Path2D.xml. .. _class_Path2D: diff --git a/classes/class_path3d.rst b/classes/class_path3d.rst index 500c6ba958e..b5578bd38a0 100644 --- a/classes/class_path3d.rst +++ b/classes/class_path3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Path3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Path3D.xml. .. _class_Path3D: diff --git a/classes/class_pathfollow2d.rst b/classes/class_pathfollow2d.rst index 16ecfbdfd0f..274fdb0dd0d 100644 --- a/classes/class_pathfollow2d.rst +++ b/classes/class_pathfollow2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PathFollow2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PathFollow2D.xml. .. _class_PathFollow2D: diff --git a/classes/class_pathfollow3d.rst b/classes/class_pathfollow3d.rst index 1323bd70faf..84d856c3189 100644 --- a/classes/class_pathfollow3d.rst +++ b/classes/class_pathfollow3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PathFollow3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PathFollow3D.xml. .. _class_PathFollow3D: diff --git a/classes/class_pckpacker.rst b/classes/class_pckpacker.rst index 019f889c9d8..44cda5933f0 100644 --- a/classes/class_pckpacker.rst +++ b/classes/class_pckpacker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PCKPacker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PCKPacker.xml. .. _class_PCKPacker: diff --git a/classes/class_performance.rst b/classes/class_performance.rst index 8928c4e8237..a43c9d6aa17 100644 --- a/classes/class_performance.rst +++ b/classes/class_performance.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Performance.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Performance.xml. .. _class_Performance: diff --git a/classes/class_physicalbone2d.rst b/classes/class_physicalbone2d.rst index 9f663ff57b0..4aa9924f83e 100644 --- a/classes/class_physicalbone2d.rst +++ b/classes/class_physicalbone2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicalBone2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicalBone2D.xml. .. _class_PhysicalBone2D: diff --git a/classes/class_physicalbone3d.rst b/classes/class_physicalbone3d.rst index 2325c9a540b..cc8eb37734b 100644 --- a/classes/class_physicalbone3d.rst +++ b/classes/class_physicalbone3d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicalBone3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicalBone3D.xml. .. _class_PhysicalBone3D: diff --git a/classes/class_physicalbonesimulator3d.rst b/classes/class_physicalbonesimulator3d.rst index 33817f8a26c..9ba7bd25b0d 100644 --- a/classes/class_physicalbonesimulator3d.rst +++ b/classes/class_physicalbonesimulator3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicalBoneSimulator3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicalBoneSimulator3D.xml. .. _class_PhysicalBoneSimulator3D: diff --git a/classes/class_physicalskymaterial.rst b/classes/class_physicalskymaterial.rst index c75928f6be0..fbc0970310a 100644 --- a/classes/class_physicalskymaterial.rst +++ b/classes/class_physicalskymaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicalSkyMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicalSkyMaterial.xml. .. _class_PhysicalSkyMaterial: diff --git a/classes/class_physicsbody2d.rst b/classes/class_physicsbody2d.rst index b9eaef04a76..8201e614a41 100644 --- a/classes/class_physicsbody2d.rst +++ b/classes/class_physicsbody2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsBody2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsBody2D.xml. .. _class_PhysicsBody2D: diff --git a/classes/class_physicsbody3d.rst b/classes/class_physicsbody3d.rst index ba70d009166..0dbe46f3afb 100644 --- a/classes/class_physicsbody3d.rst +++ b/classes/class_physicsbody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsBody3D.xml. .. _class_PhysicsBody3D: diff --git a/classes/class_physicsdirectbodystate2d.rst b/classes/class_physicsdirectbodystate2d.rst index c41b3638adf..7c49c61a092 100644 --- a/classes/class_physicsdirectbodystate2d.rst +++ b/classes/class_physicsdirectbodystate2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectBodyState2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectBodyState2D.xml. .. _class_PhysicsDirectBodyState2D: diff --git a/classes/class_physicsdirectbodystate2dextension.rst b/classes/class_physicsdirectbodystate2dextension.rst index 51e5668d1f0..1386e1f2943 100644 --- a/classes/class_physicsdirectbodystate2dextension.rst +++ b/classes/class_physicsdirectbodystate2dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectBodyState2DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectBodyState2DExtension.xml. .. _class_PhysicsDirectBodyState2DExtension: diff --git a/classes/class_physicsdirectbodystate3d.rst b/classes/class_physicsdirectbodystate3d.rst index 14622b57b8e..7c4a31cb3d0 100644 --- a/classes/class_physicsdirectbodystate3d.rst +++ b/classes/class_physicsdirectbodystate3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectBodyState3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectBodyState3D.xml. .. _class_PhysicsDirectBodyState3D: diff --git a/classes/class_physicsdirectbodystate3dextension.rst b/classes/class_physicsdirectbodystate3dextension.rst index c2b184ea997..715bc3e5a82 100644 --- a/classes/class_physicsdirectbodystate3dextension.rst +++ b/classes/class_physicsdirectbodystate3dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectBodyState3DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectBodyState3DExtension.xml. .. _class_PhysicsDirectBodyState3DExtension: diff --git a/classes/class_physicsdirectspacestate2d.rst b/classes/class_physicsdirectspacestate2d.rst index 976046cd908..803619f4778 100644 --- a/classes/class_physicsdirectspacestate2d.rst +++ b/classes/class_physicsdirectspacestate2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectSpaceState2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectSpaceState2D.xml. .. _class_PhysicsDirectSpaceState2D: diff --git a/classes/class_physicsdirectspacestate2dextension.rst b/classes/class_physicsdirectspacestate2dextension.rst index 956bbef265a..ab782c62f4a 100644 --- a/classes/class_physicsdirectspacestate2dextension.rst +++ b/classes/class_physicsdirectspacestate2dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectSpaceState2DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectSpaceState2DExtension.xml. .. _class_PhysicsDirectSpaceState2DExtension: diff --git a/classes/class_physicsdirectspacestate3d.rst b/classes/class_physicsdirectspacestate3d.rst index 5011f0d4b24..e7d6fcc7b2a 100644 --- a/classes/class_physicsdirectspacestate3d.rst +++ b/classes/class_physicsdirectspacestate3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectSpaceState3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectSpaceState3D.xml. .. _class_PhysicsDirectSpaceState3D: diff --git a/classes/class_physicsdirectspacestate3dextension.rst b/classes/class_physicsdirectspacestate3dextension.rst index 81dc0b95419..904aac62592 100644 --- a/classes/class_physicsdirectspacestate3dextension.rst +++ b/classes/class_physicsdirectspacestate3dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsDirectSpaceState3DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsDirectSpaceState3DExtension.xml. .. _class_PhysicsDirectSpaceState3DExtension: diff --git a/classes/class_physicsmaterial.rst b/classes/class_physicsmaterial.rst index 4920b20e6db..d849d4d60c4 100644 --- a/classes/class_physicsmaterial.rst +++ b/classes/class_physicsmaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsMaterial.xml. .. _class_PhysicsMaterial: diff --git a/classes/class_physicspointqueryparameters2d.rst b/classes/class_physicspointqueryparameters2d.rst index 6544baca2c6..e1f6ba4d07f 100644 --- a/classes/class_physicspointqueryparameters2d.rst +++ b/classes/class_physicspointqueryparameters2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsPointQueryParameters2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsPointQueryParameters2D.xml. .. _class_PhysicsPointQueryParameters2D: diff --git a/classes/class_physicspointqueryparameters3d.rst b/classes/class_physicspointqueryparameters3d.rst index 321305afa3a..ebeadee9204 100644 --- a/classes/class_physicspointqueryparameters3d.rst +++ b/classes/class_physicspointqueryparameters3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsPointQueryParameters3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsPointQueryParameters3D.xml. .. _class_PhysicsPointQueryParameters3D: diff --git a/classes/class_physicsrayqueryparameters2d.rst b/classes/class_physicsrayqueryparameters2d.rst index 1a8593ffa2f..8f244038a30 100644 --- a/classes/class_physicsrayqueryparameters2d.rst +++ b/classes/class_physicsrayqueryparameters2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsRayQueryParameters2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsRayQueryParameters2D.xml. .. _class_PhysicsRayQueryParameters2D: diff --git a/classes/class_physicsrayqueryparameters3d.rst b/classes/class_physicsrayqueryparameters3d.rst index 990417768e8..2619ed1b626 100644 --- a/classes/class_physicsrayqueryparameters3d.rst +++ b/classes/class_physicsrayqueryparameters3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsRayQueryParameters3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsRayQueryParameters3D.xml. .. _class_PhysicsRayQueryParameters3D: diff --git a/classes/class_physicsserver2d.rst b/classes/class_physicsserver2d.rst index 500395ab270..88cbd297eab 100644 --- a/classes/class_physicsserver2d.rst +++ b/classes/class_physicsserver2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer2D.xml. .. _class_PhysicsServer2D: diff --git a/classes/class_physicsserver2dextension.rst b/classes/class_physicsserver2dextension.rst index c0bb62666d8..366e4582628 100644 --- a/classes/class_physicsserver2dextension.rst +++ b/classes/class_physicsserver2dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer2DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer2DExtension.xml. .. _class_PhysicsServer2DExtension: diff --git a/classes/class_physicsserver2dmanager.rst b/classes/class_physicsserver2dmanager.rst index 68e12e909f8..9dd8a33d453 100644 --- a/classes/class_physicsserver2dmanager.rst +++ b/classes/class_physicsserver2dmanager.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer2DManager.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer2DManager.xml. .. _class_PhysicsServer2DManager: diff --git a/classes/class_physicsserver3d.rst b/classes/class_physicsserver3d.rst index cd8e76c55ed..8c421c0391c 100644 --- a/classes/class_physicsserver3d.rst +++ b/classes/class_physicsserver3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer3D.xml. .. _class_PhysicsServer3D: diff --git a/classes/class_physicsserver3dextension.rst b/classes/class_physicsserver3dextension.rst index 91e6c462e0b..65adece741f 100644 --- a/classes/class_physicsserver3dextension.rst +++ b/classes/class_physicsserver3dextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer3DExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer3DExtension.xml. .. _class_PhysicsServer3DExtension: diff --git a/classes/class_physicsserver3dmanager.rst b/classes/class_physicsserver3dmanager.rst index 79f40c2aeda..b2a2c178cbb 100644 --- a/classes/class_physicsserver3dmanager.rst +++ b/classes/class_physicsserver3dmanager.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer3DManager.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer3DManager.xml. .. _class_PhysicsServer3DManager: diff --git a/classes/class_physicsserver3drenderingserverhandler.rst b/classes/class_physicsserver3drenderingserverhandler.rst index 19046b42b30..635d03f45be 100644 --- a/classes/class_physicsserver3drenderingserverhandler.rst +++ b/classes/class_physicsserver3drenderingserverhandler.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsServer3DRenderingServerHandler.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsServer3DRenderingServerHandler.xml. .. _class_PhysicsServer3DRenderingServerHandler: diff --git a/classes/class_physicsshapequeryparameters2d.rst b/classes/class_physicsshapequeryparameters2d.rst index 793282d9723..ee20417fb96 100644 --- a/classes/class_physicsshapequeryparameters2d.rst +++ b/classes/class_physicsshapequeryparameters2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsShapeQueryParameters2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsShapeQueryParameters2D.xml. .. _class_PhysicsShapeQueryParameters2D: diff --git a/classes/class_physicsshapequeryparameters3d.rst b/classes/class_physicsshapequeryparameters3d.rst index bc2b871df55..f969c183057 100644 --- a/classes/class_physicsshapequeryparameters3d.rst +++ b/classes/class_physicsshapequeryparameters3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsShapeQueryParameters3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsShapeQueryParameters3D.xml. .. _class_PhysicsShapeQueryParameters3D: diff --git a/classes/class_physicstestmotionparameters2d.rst b/classes/class_physicstestmotionparameters2d.rst index 7c57d1d9620..2bcca8b9d38 100644 --- a/classes/class_physicstestmotionparameters2d.rst +++ b/classes/class_physicstestmotionparameters2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsTestMotionParameters2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsTestMotionParameters2D.xml. .. _class_PhysicsTestMotionParameters2D: diff --git a/classes/class_physicstestmotionparameters3d.rst b/classes/class_physicstestmotionparameters3d.rst index e9325fa676b..7ca2e690656 100644 --- a/classes/class_physicstestmotionparameters3d.rst +++ b/classes/class_physicstestmotionparameters3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsTestMotionParameters3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsTestMotionParameters3D.xml. .. _class_PhysicsTestMotionParameters3D: diff --git a/classes/class_physicstestmotionresult2d.rst b/classes/class_physicstestmotionresult2d.rst index 7d141717112..c92ca204b25 100644 --- a/classes/class_physicstestmotionresult2d.rst +++ b/classes/class_physicstestmotionresult2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsTestMotionResult2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsTestMotionResult2D.xml. .. _class_PhysicsTestMotionResult2D: diff --git a/classes/class_physicstestmotionresult3d.rst b/classes/class_physicstestmotionresult3d.rst index 2608eb0eac2..f0813473d9f 100644 --- a/classes/class_physicstestmotionresult3d.rst +++ b/classes/class_physicstestmotionresult3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PhysicsTestMotionResult3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PhysicsTestMotionResult3D.xml. .. _class_PhysicsTestMotionResult3D: diff --git a/classes/class_pinjoint2d.rst b/classes/class_pinjoint2d.rst index c24843ce26f..03bc73244b7 100644 --- a/classes/class_pinjoint2d.rst +++ b/classes/class_pinjoint2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PinJoint2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PinJoint2D.xml. .. _class_PinJoint2D: diff --git a/classes/class_pinjoint3d.rst b/classes/class_pinjoint3d.rst index d181620efa7..206bebabd3e 100644 --- a/classes/class_pinjoint3d.rst +++ b/classes/class_pinjoint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PinJoint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PinJoint3D.xml. .. _class_PinJoint3D: diff --git a/classes/class_placeholdercubemap.rst b/classes/class_placeholdercubemap.rst index 7ef72439ee3..857bd465cee 100644 --- a/classes/class_placeholdercubemap.rst +++ b/classes/class_placeholdercubemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderCubemap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderCubemap.xml. .. _class_PlaceholderCubemap: diff --git a/classes/class_placeholdercubemaparray.rst b/classes/class_placeholdercubemaparray.rst index ecb54db1fd6..ba7966b5745 100644 --- a/classes/class_placeholdercubemaparray.rst +++ b/classes/class_placeholdercubemaparray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderCubemapArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderCubemapArray.xml. .. _class_PlaceholderCubemapArray: diff --git a/classes/class_placeholdermaterial.rst b/classes/class_placeholdermaterial.rst index f81701e0801..7ec9b5dc61f 100644 --- a/classes/class_placeholdermaterial.rst +++ b/classes/class_placeholdermaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderMaterial.xml. .. _class_PlaceholderMaterial: diff --git a/classes/class_placeholdermesh.rst b/classes/class_placeholdermesh.rst index 1e0c294abac..1dbb7ac0275 100644 --- a/classes/class_placeholdermesh.rst +++ b/classes/class_placeholdermesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderMesh.xml. .. _class_PlaceholderMesh: diff --git a/classes/class_placeholdertexture2d.rst b/classes/class_placeholdertexture2d.rst index 8a2f2e534a6..7974a7f5097 100644 --- a/classes/class_placeholdertexture2d.rst +++ b/classes/class_placeholdertexture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderTexture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderTexture2D.xml. .. _class_PlaceholderTexture2D: diff --git a/classes/class_placeholdertexture2darray.rst b/classes/class_placeholdertexture2darray.rst index a4ccfb4f28d..bd65449aa3d 100644 --- a/classes/class_placeholdertexture2darray.rst +++ b/classes/class_placeholdertexture2darray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderTexture2DArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderTexture2DArray.xml. .. _class_PlaceholderTexture2DArray: diff --git a/classes/class_placeholdertexture3d.rst b/classes/class_placeholdertexture3d.rst index 35545d95ced..4e1c5c47b04 100644 --- a/classes/class_placeholdertexture3d.rst +++ b/classes/class_placeholdertexture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderTexture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderTexture3D.xml. .. _class_PlaceholderTexture3D: diff --git a/classes/class_placeholdertexturelayered.rst b/classes/class_placeholdertexturelayered.rst index 46e594af1fa..02dfc4fdff6 100644 --- a/classes/class_placeholdertexturelayered.rst +++ b/classes/class_placeholdertexturelayered.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaceholderTextureLayered.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaceholderTextureLayered.xml. .. _class_PlaceholderTextureLayered: diff --git a/classes/class_plane.rst b/classes/class_plane.rst index cd689fd05f4..c315356cd7b 100644 --- a/classes/class_plane.rst +++ b/classes/class_plane.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Plane.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Plane.xml. .. _class_Plane: diff --git a/classes/class_planemesh.rst b/classes/class_planemesh.rst index 7291f9a132d..77fb8beae61 100644 --- a/classes/class_planemesh.rst +++ b/classes/class_planemesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PlaneMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PlaneMesh.xml. .. _class_PlaneMesh: diff --git a/classes/class_pointlight2d.rst b/classes/class_pointlight2d.rst index d80a2c49736..4d1dc5f4cbc 100644 --- a/classes/class_pointlight2d.rst +++ b/classes/class_pointlight2d.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PointLight2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PointLight2D.xml. .. _class_PointLight2D: diff --git a/classes/class_pointmesh.rst b/classes/class_pointmesh.rst index f8db8f2a2ba..8155237fbba 100644 --- a/classes/class_pointmesh.rst +++ b/classes/class_pointmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PointMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PointMesh.xml. .. _class_PointMesh: diff --git a/classes/class_polygon2d.rst b/classes/class_polygon2d.rst index 3ccc0cef189..951c4f865aa 100644 --- a/classes/class_polygon2d.rst +++ b/classes/class_polygon2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Polygon2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Polygon2D.xml. .. _class_Polygon2D: diff --git a/classes/class_polygonoccluder3d.rst b/classes/class_polygonoccluder3d.rst index 493c7753668..5ff86080665 100644 --- a/classes/class_polygonoccluder3d.rst +++ b/classes/class_polygonoccluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PolygonOccluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PolygonOccluder3D.xml. .. _class_PolygonOccluder3D: diff --git a/classes/class_polygonpathfinder.rst b/classes/class_polygonpathfinder.rst index cf7319af0f3..a71588ca864 100644 --- a/classes/class_polygonpathfinder.rst +++ b/classes/class_polygonpathfinder.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PolygonPathFinder.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PolygonPathFinder.xml. .. _class_PolygonPathFinder: diff --git a/classes/class_popup.rst b/classes/class_popup.rst index 912e6e85b29..5aeab0adb15 100644 --- a/classes/class_popup.rst +++ b/classes/class_popup.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Popup.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Popup.xml. .. _class_Popup: diff --git a/classes/class_popupmenu.rst b/classes/class_popupmenu.rst index d58bc3a5406..cd4b7685f15 100644 --- a/classes/class_popupmenu.rst +++ b/classes/class_popupmenu.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PopupMenu.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PopupMenu.xml. .. _class_PopupMenu: diff --git a/classes/class_popuppanel.rst b/classes/class_popuppanel.rst index c72c9c55a66..183a3df7df9 100644 --- a/classes/class_popuppanel.rst +++ b/classes/class_popuppanel.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PopupPanel.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PopupPanel.xml. .. _class_PopupPanel: diff --git a/classes/class_portablecompressedtexture2d.rst b/classes/class_portablecompressedtexture2d.rst index 5ccb0fd9995..4d342c7e574 100644 --- a/classes/class_portablecompressedtexture2d.rst +++ b/classes/class_portablecompressedtexture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PortableCompressedTexture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PortableCompressedTexture2D.xml. .. _class_PortableCompressedTexture2D: diff --git a/classes/class_primitivemesh.rst b/classes/class_primitivemesh.rst index 7bfc97eb325..84d424432b3 100644 --- a/classes/class_primitivemesh.rst +++ b/classes/class_primitivemesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PrimitiveMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PrimitiveMesh.xml. .. _class_PrimitiveMesh: diff --git a/classes/class_prismmesh.rst b/classes/class_prismmesh.rst index 0ea4f8e725f..ba23ee3c131 100644 --- a/classes/class_prismmesh.rst +++ b/classes/class_prismmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PrismMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PrismMesh.xml. .. _class_PrismMesh: diff --git a/classes/class_proceduralskymaterial.rst b/classes/class_proceduralskymaterial.rst index 6c49f70d94b..74923d439ff 100644 --- a/classes/class_proceduralskymaterial.rst +++ b/classes/class_proceduralskymaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ProceduralSkyMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ProceduralSkyMaterial.xml. .. _class_ProceduralSkyMaterial: diff --git a/classes/class_progressbar.rst b/classes/class_progressbar.rst index d0b82a3b012..7006c9dc406 100644 --- a/classes/class_progressbar.rst +++ b/classes/class_progressbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ProgressBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ProgressBar.xml. .. _class_ProgressBar: diff --git a/classes/class_projection.rst b/classes/class_projection.rst index f9cd5d58242..ca1243f6c89 100644 --- a/classes/class_projection.rst +++ b/classes/class_projection.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Projection.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Projection.xml. .. _class_Projection: diff --git a/classes/class_projectsettings.rst b/classes/class_projectsettings.rst index 0ff76597b42..374379c3a00 100644 --- a/classes/class_projectsettings.rst +++ b/classes/class_projectsettings.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ProjectSettings.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ProjectSettings.xml. .. _class_ProjectSettings: @@ -493,7 +493,7 @@ Properties +---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`editor/run/main_run_args` | ``""`` | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ - | :ref:`PackedStringArray` | :ref:`editor/script/search_in_file_extensions` | ``PackedStringArray("gd", "gdshader")`` | + | :ref:`PackedStringArray` | :ref:`editor/script/search_in_file_extensions` | | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`editor/script/templates_search_path` | ``"res://script_templates"`` | +---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ @@ -4586,7 +4586,7 @@ For example, this can be used to force the project to run on the dedicated GPU i .. rst-class:: classref-property -:ref:`PackedStringArray` **editor/script/search_in_file_extensions** = ``PackedStringArray("gd", "gdshader")`` :ref:`🔗` +:ref:`PackedStringArray` **editor/script/search_in_file_extensions** :ref:`🔗` Text-based file extensions to include in the script editor's "Find in Files" feature. You can add e.g. ``tscn`` if you wish to also parse your scene files, especially if you use built-in scripts which are serialized in the scene files. diff --git a/classes/class_propertytweener.rst b/classes/class_propertytweener.rst index 966125b95f8..973f30ced1e 100644 --- a/classes/class_propertytweener.rst +++ b/classes/class_propertytweener.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PropertyTweener.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/PropertyTweener.xml. .. _class_PropertyTweener: diff --git a/classes/class_quadmesh.rst b/classes/class_quadmesh.rst index e2046e1fea3..48e67b896b9 100644 --- a/classes/class_quadmesh.rst +++ b/classes/class_quadmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/QuadMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/QuadMesh.xml. .. _class_QuadMesh: diff --git a/classes/class_quadoccluder3d.rst b/classes/class_quadoccluder3d.rst index d9dfed4fb9f..8fc46bd4666 100644 --- a/classes/class_quadoccluder3d.rst +++ b/classes/class_quadoccluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/QuadOccluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/QuadOccluder3D.xml. .. _class_QuadOccluder3D: diff --git a/classes/class_quaternion.rst b/classes/class_quaternion.rst index 74064a5d598..8de1e053abc 100644 --- a/classes/class_quaternion.rst +++ b/classes/class_quaternion.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Quaternion.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Quaternion.xml. .. _class_Quaternion: diff --git a/classes/class_randomnumbergenerator.rst b/classes/class_randomnumbergenerator.rst index 00a050eddfa..735bdc7dd98 100644 --- a/classes/class_randomnumbergenerator.rst +++ b/classes/class_randomnumbergenerator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RandomNumberGenerator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RandomNumberGenerator.xml. .. _class_RandomNumberGenerator: diff --git a/classes/class_range.rst b/classes/class_range.rst index bd6d50ae582..d366f6e3079 100644 --- a/classes/class_range.rst +++ b/classes/class_range.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Range.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Range.xml. .. _class_Range: diff --git a/classes/class_raycast2d.rst b/classes/class_raycast2d.rst index 6d770a5bfb1..d39d96b7c18 100644 --- a/classes/class_raycast2d.rst +++ b/classes/class_raycast2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RayCast2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RayCast2D.xml. .. _class_RayCast2D: diff --git a/classes/class_raycast3d.rst b/classes/class_raycast3d.rst index 4ce605303f0..b79bbdd81c4 100644 --- a/classes/class_raycast3d.rst +++ b/classes/class_raycast3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RayCast3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RayCast3D.xml. .. _class_RayCast3D: diff --git a/classes/class_rdattachmentformat.rst b/classes/class_rdattachmentformat.rst index 60636ddeb11..a7f2f1bf740 100644 --- a/classes/class_rdattachmentformat.rst +++ b/classes/class_rdattachmentformat.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDAttachmentFormat.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDAttachmentFormat.xml. .. _class_RDAttachmentFormat: diff --git a/classes/class_rdframebufferpass.rst b/classes/class_rdframebufferpass.rst index 44b9d828ae6..f4bb53b0103 100644 --- a/classes/class_rdframebufferpass.rst +++ b/classes/class_rdframebufferpass.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDFramebufferPass.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDFramebufferPass.xml. .. _class_RDFramebufferPass: diff --git a/classes/class_rdpipelinecolorblendstate.rst b/classes/class_rdpipelinecolorblendstate.rst index 681b7128dff..ae3c0693608 100644 --- a/classes/class_rdpipelinecolorblendstate.rst +++ b/classes/class_rdpipelinecolorblendstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineColorBlendState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineColorBlendState.xml. .. _class_RDPipelineColorBlendState: diff --git a/classes/class_rdpipelinecolorblendstateattachment.rst b/classes/class_rdpipelinecolorblendstateattachment.rst index 43bde5d4272..5d7cb3d1673 100644 --- a/classes/class_rdpipelinecolorblendstateattachment.rst +++ b/classes/class_rdpipelinecolorblendstateattachment.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineColorBlendStateAttachment.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineColorBlendStateAttachment.xml. .. _class_RDPipelineColorBlendStateAttachment: diff --git a/classes/class_rdpipelinedepthstencilstate.rst b/classes/class_rdpipelinedepthstencilstate.rst index cdbac617152..27ef9715e9b 100644 --- a/classes/class_rdpipelinedepthstencilstate.rst +++ b/classes/class_rdpipelinedepthstencilstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineDepthStencilState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineDepthStencilState.xml. .. _class_RDPipelineDepthStencilState: diff --git a/classes/class_rdpipelinemultisamplestate.rst b/classes/class_rdpipelinemultisamplestate.rst index 6dc1add8512..a6ee529592f 100644 --- a/classes/class_rdpipelinemultisamplestate.rst +++ b/classes/class_rdpipelinemultisamplestate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineMultisampleState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineMultisampleState.xml. .. _class_RDPipelineMultisampleState: diff --git a/classes/class_rdpipelinerasterizationstate.rst b/classes/class_rdpipelinerasterizationstate.rst index 415ab1e7d7c..0d158339b45 100644 --- a/classes/class_rdpipelinerasterizationstate.rst +++ b/classes/class_rdpipelinerasterizationstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineRasterizationState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineRasterizationState.xml. .. _class_RDPipelineRasterizationState: diff --git a/classes/class_rdpipelinespecializationconstant.rst b/classes/class_rdpipelinespecializationconstant.rst index fc39ef45335..1cc1fb3af8d 100644 --- a/classes/class_rdpipelinespecializationconstant.rst +++ b/classes/class_rdpipelinespecializationconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineSpecializationConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDPipelineSpecializationConstant.xml. .. _class_RDPipelineSpecializationConstant: diff --git a/classes/class_rdsamplerstate.rst b/classes/class_rdsamplerstate.rst index b27506a0360..9d53e4da3a6 100644 --- a/classes/class_rdsamplerstate.rst +++ b/classes/class_rdsamplerstate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDSamplerState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDSamplerState.xml. .. _class_RDSamplerState: diff --git a/classes/class_rdshaderfile.rst b/classes/class_rdshaderfile.rst index 1ae5bbc8c26..d3c320c8548 100644 --- a/classes/class_rdshaderfile.rst +++ b/classes/class_rdshaderfile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDShaderFile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDShaderFile.xml. .. _class_RDShaderFile: diff --git a/classes/class_rdshadersource.rst b/classes/class_rdshadersource.rst index a0110a34cce..a3e5040ef48 100644 --- a/classes/class_rdshadersource.rst +++ b/classes/class_rdshadersource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDShaderSource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDShaderSource.xml. .. _class_RDShaderSource: diff --git a/classes/class_rdshaderspirv.rst b/classes/class_rdshaderspirv.rst index a5039f778f7..8ddb4ce389a 100644 --- a/classes/class_rdshaderspirv.rst +++ b/classes/class_rdshaderspirv.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDShaderSPIRV.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDShaderSPIRV.xml. .. _class_RDShaderSPIRV: diff --git a/classes/class_rdtextureformat.rst b/classes/class_rdtextureformat.rst index 622f9d21305..a058376cb4a 100644 --- a/classes/class_rdtextureformat.rst +++ b/classes/class_rdtextureformat.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDTextureFormat.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDTextureFormat.xml. .. _class_RDTextureFormat: diff --git a/classes/class_rdtextureview.rst b/classes/class_rdtextureview.rst index 9b20f88cf5f..14eea30cfe6 100644 --- a/classes/class_rdtextureview.rst +++ b/classes/class_rdtextureview.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDTextureView.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDTextureView.xml. .. _class_RDTextureView: diff --git a/classes/class_rduniform.rst b/classes/class_rduniform.rst index e9f8c6f7cd9..b179aacf769 100644 --- a/classes/class_rduniform.rst +++ b/classes/class_rduniform.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDUniform.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDUniform.xml. .. _class_RDUniform: diff --git a/classes/class_rdvertexattribute.rst b/classes/class_rdvertexattribute.rst index 40e7d5b67f6..8670cf3cf1b 100644 --- a/classes/class_rdvertexattribute.rst +++ b/classes/class_rdvertexattribute.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDVertexAttribute.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RDVertexAttribute.xml. .. _class_RDVertexAttribute: diff --git a/classes/class_rect2.rst b/classes/class_rect2.rst index 65d11ae327c..5a70a0ca071 100644 --- a/classes/class_rect2.rst +++ b/classes/class_rect2.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Rect2.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Rect2.xml. .. _class_Rect2: diff --git a/classes/class_rect2i.rst b/classes/class_rect2i.rst index 16e8d465649..cd36ac0668d 100644 --- a/classes/class_rect2i.rst +++ b/classes/class_rect2i.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Rect2i.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Rect2i.xml. .. _class_Rect2i: diff --git a/classes/class_rectangleshape2d.rst b/classes/class_rectangleshape2d.rst index 941b35d5a54..c5838106ae2 100644 --- a/classes/class_rectangleshape2d.rst +++ b/classes/class_rectangleshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RectangleShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RectangleShape2D.xml. .. _class_RectangleShape2D: diff --git a/classes/class_refcounted.rst b/classes/class_refcounted.rst index fefdffe9bce..21659846b26 100644 --- a/classes/class_refcounted.rst +++ b/classes/class_refcounted.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RefCounted.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RefCounted.xml. .. _class_RefCounted: diff --git a/classes/class_referencerect.rst b/classes/class_referencerect.rst index 7f0adfa020f..096fa105585 100644 --- a/classes/class_referencerect.rst +++ b/classes/class_referencerect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ReferenceRect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ReferenceRect.xml. .. _class_ReferenceRect: diff --git a/classes/class_reflectionprobe.rst b/classes/class_reflectionprobe.rst index 237adc3ec81..9d40b767eb0 100644 --- a/classes/class_reflectionprobe.rst +++ b/classes/class_reflectionprobe.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ReflectionProbe.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ReflectionProbe.xml. .. _class_ReflectionProbe: diff --git a/classes/class_regex.rst b/classes/class_regex.rst index 57368a09e3c..de9796defd8 100644 --- a/classes/class_regex.rst +++ b/classes/class_regex.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/regex/doc_classes/RegEx.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/regex/doc_classes/RegEx.xml. .. _class_RegEx: diff --git a/classes/class_regexmatch.rst b/classes/class_regexmatch.rst index 9237e156b30..10bffe22fdf 100644 --- a/classes/class_regexmatch.rst +++ b/classes/class_regexmatch.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/regex/doc_classes/RegExMatch.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/regex/doc_classes/RegExMatch.xml. .. _class_RegExMatch: diff --git a/classes/class_remotetransform2d.rst b/classes/class_remotetransform2d.rst index 7ffe32e0a97..4906d75e652 100644 --- a/classes/class_remotetransform2d.rst +++ b/classes/class_remotetransform2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RemoteTransform2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RemoteTransform2D.xml. .. _class_RemoteTransform2D: diff --git a/classes/class_remotetransform3d.rst b/classes/class_remotetransform3d.rst index 552885263f9..dc36d95c4d1 100644 --- a/classes/class_remotetransform3d.rst +++ b/classes/class_remotetransform3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RemoteTransform3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RemoteTransform3D.xml. .. _class_RemoteTransform3D: diff --git a/classes/class_renderdata.rst b/classes/class_renderdata.rst index 93637848228..ea227471282 100644 --- a/classes/class_renderdata.rst +++ b/classes/class_renderdata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderData.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderData.xml. .. _class_RenderData: diff --git a/classes/class_renderdataextension.rst b/classes/class_renderdataextension.rst index b6981ea11f0..d27b93ad513 100644 --- a/classes/class_renderdataextension.rst +++ b/classes/class_renderdataextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderDataExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderDataExtension.xml. .. _class_RenderDataExtension: diff --git a/classes/class_renderdatard.rst b/classes/class_renderdatard.rst index 02f36a9d959..864d92c0b50 100644 --- a/classes/class_renderdatard.rst +++ b/classes/class_renderdatard.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderDataRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderDataRD.xml. .. _class_RenderDataRD: diff --git a/classes/class_renderingdevice.rst b/classes/class_renderingdevice.rst index d7e988760f8..793a9bbc817 100644 --- a/classes/class_renderingdevice.rst +++ b/classes/class_renderingdevice.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderingDevice.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderingDevice.xml. .. _class_RenderingDevice: diff --git a/classes/class_renderingserver.rst b/classes/class_renderingserver.rst index 21fd6d7b8fc..900827f9c95 100644 --- a/classes/class_renderingserver.rst +++ b/classes/class_renderingserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderingServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderingServer.xml. .. _class_RenderingServer: @@ -7086,7 +7086,9 @@ Sets the shape of the occluder polygon. |void| **canvas_set_item_mirroring**\ (\ canvas\: :ref:`RID`, item\: :ref:`RID`, mirroring\: :ref:`Vector2`\ ) :ref:`🔗` -A copy of the canvas item will be drawn with a local offset of the mirroring :ref:`Vector2`. +A copy of the canvas item will be drawn with a local offset of the ``mirroring``. + +\ **Note:** This is equivalent to calling :ref:`canvas_set_item_repeat` like ``canvas_set_item_repeat(item, mirroring, 1)``, with an additional check ensuring ``canvas`` is a parent of ``item``. .. rst-class:: classref-item-separator diff --git a/classes/class_renderscenebuffers.rst b/classes/class_renderscenebuffers.rst index f6a5b3ef58b..f07219c18c9 100644 --- a/classes/class_renderscenebuffers.rst +++ b/classes/class_renderscenebuffers.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneBuffers.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneBuffers.xml. .. _class_RenderSceneBuffers: diff --git a/classes/class_renderscenebuffersconfiguration.rst b/classes/class_renderscenebuffersconfiguration.rst index 848f7adaf2d..6bef2cf213e 100644 --- a/classes/class_renderscenebuffersconfiguration.rst +++ b/classes/class_renderscenebuffersconfiguration.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneBuffersConfiguration.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneBuffersConfiguration.xml. .. _class_RenderSceneBuffersConfiguration: diff --git a/classes/class_renderscenebuffersextension.rst b/classes/class_renderscenebuffersextension.rst index 0fe292eb0bc..b53d7e6bba2 100644 --- a/classes/class_renderscenebuffersextension.rst +++ b/classes/class_renderscenebuffersextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneBuffersExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneBuffersExtension.xml. .. _class_RenderSceneBuffersExtension: diff --git a/classes/class_renderscenebuffersrd.rst b/classes/class_renderscenebuffersrd.rst index 7989b651241..78061fffdc7 100644 --- a/classes/class_renderscenebuffersrd.rst +++ b/classes/class_renderscenebuffersrd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneBuffersRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneBuffersRD.xml. .. _class_RenderSceneBuffersRD: diff --git a/classes/class_renderscenedata.rst b/classes/class_renderscenedata.rst index 3391d9f10ed..f63ad0bdc14 100644 --- a/classes/class_renderscenedata.rst +++ b/classes/class_renderscenedata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneData.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneData.xml. .. _class_RenderSceneData: diff --git a/classes/class_renderscenedataextension.rst b/classes/class_renderscenedataextension.rst index 9054b1cdb9e..f9bcb7a70c9 100644 --- a/classes/class_renderscenedataextension.rst +++ b/classes/class_renderscenedataextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneDataExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneDataExtension.xml. .. _class_RenderSceneDataExtension: diff --git a/classes/class_renderscenedatard.rst b/classes/class_renderscenedatard.rst index c95cc7b3023..48a565ffb1e 100644 --- a/classes/class_renderscenedatard.rst +++ b/classes/class_renderscenedatard.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RenderSceneDataRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RenderSceneDataRD.xml. .. _class_RenderSceneDataRD: diff --git a/classes/class_resource.rst b/classes/class_resource.rst index 830345729a1..5f299ffb583 100644 --- a/classes/class_resource.rst +++ b/classes/class_resource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Resource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Resource.xml. .. _class_Resource: diff --git a/classes/class_resourceformatloader.rst b/classes/class_resourceformatloader.rst index 669503db9be..717106efd19 100644 --- a/classes/class_resourceformatloader.rst +++ b/classes/class_resourceformatloader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceFormatLoader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceFormatLoader.xml. .. _class_ResourceFormatLoader: diff --git a/classes/class_resourceformatsaver.rst b/classes/class_resourceformatsaver.rst index c78825a92db..48f0dc20e92 100644 --- a/classes/class_resourceformatsaver.rst +++ b/classes/class_resourceformatsaver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceFormatSaver.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceFormatSaver.xml. .. _class_ResourceFormatSaver: diff --git a/classes/class_resourceimporter.rst b/classes/class_resourceimporter.rst index 0e46655f0b9..116b7e123b9 100644 --- a/classes/class_resourceimporter.rst +++ b/classes/class_resourceimporter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporter.xml. .. _class_ResourceImporter: diff --git a/classes/class_resourceimporterbitmap.rst b/classes/class_resourceimporterbitmap.rst index 1afbe2f852e..b8980a6542d 100644 --- a/classes/class_resourceimporterbitmap.rst +++ b/classes/class_resourceimporterbitmap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterBitMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterBitMap.xml. .. _class_ResourceImporterBitMap: diff --git a/classes/class_resourceimporterbmfont.rst b/classes/class_resourceimporterbmfont.rst index 1a7f55c59f1..848e21a8ecf 100644 --- a/classes/class_resourceimporterbmfont.rst +++ b/classes/class_resourceimporterbmfont.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterBMFont.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterBMFont.xml. .. _class_ResourceImporterBMFont: diff --git a/classes/class_resourceimportercsvtranslation.rst b/classes/class_resourceimportercsvtranslation.rst index 0a2b76a6a91..2c599d1630e 100644 --- a/classes/class_resourceimportercsvtranslation.rst +++ b/classes/class_resourceimportercsvtranslation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterCSVTranslation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterCSVTranslation.xml. .. _class_ResourceImporterCSVTranslation: diff --git a/classes/class_resourceimporterdynamicfont.rst b/classes/class_resourceimporterdynamicfont.rst index c0388887f2e..0b9013dc902 100644 --- a/classes/class_resourceimporterdynamicfont.rst +++ b/classes/class_resourceimporterdynamicfont.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterDynamicFont.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterDynamicFont.xml. .. _class_ResourceImporterDynamicFont: diff --git a/classes/class_resourceimporterimage.rst b/classes/class_resourceimporterimage.rst index c0d25502145..16632ec4eab 100644 --- a/classes/class_resourceimporterimage.rst +++ b/classes/class_resourceimporterimage.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterImage.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterImage.xml. .. _class_ResourceImporterImage: diff --git a/classes/class_resourceimporterimagefont.rst b/classes/class_resourceimporterimagefont.rst index 989f5f61ffb..c1336623725 100644 --- a/classes/class_resourceimporterimagefont.rst +++ b/classes/class_resourceimporterimagefont.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterImageFont.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterImageFont.xml. .. _class_ResourceImporterImageFont: @@ -183,7 +183,7 @@ Margin to cut on the sides of the entire image. This can be used to cut parts of Kerning pairs for the font. Kerning pair adjust the spacing between two characters. -Each string consist of three space separated values: "from" string, "to" string and integer offset. Each combination form the two string for a kerning pair, e.g, ``ab cd -3`` will create kerning pairs ``ac``, ``ad``, ``bc``, and ``bd`` with offset ``-3``. +Each string consist of three space separated values: "from" string, "to" string and integer offset. Each combination form the two string for a kerning pair, e.g, ``ab cd -3`` will create kerning pairs ``ac``, ``ad``, ``bc``, and ``bd`` with offset ``-3``. ``\uXXXX`` escape sequences can be used to add Unicode characters. **Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedStringArray` for more details. diff --git a/classes/class_resourceimporterlayeredtexture.rst b/classes/class_resourceimporterlayeredtexture.rst index dca1439ec64..0dcc9291869 100644 --- a/classes/class_resourceimporterlayeredtexture.rst +++ b/classes/class_resourceimporterlayeredtexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterLayeredTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterLayeredTexture.xml. .. _class_ResourceImporterLayeredTexture: diff --git a/classes/class_resourceimportermp3.rst b/classes/class_resourceimportermp3.rst index 981ba3b2dac..8d76b0df120 100644 --- a/classes/class_resourceimportermp3.rst +++ b/classes/class_resourceimportermp3.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/minimp3/doc_classes/ResourceImporterMP3.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/minimp3/doc_classes/ResourceImporterMP3.xml. .. _class_ResourceImporterMP3: diff --git a/classes/class_resourceimporterobj.rst b/classes/class_resourceimporterobj.rst index db0de9ba1fd..b7d56c6c4b1 100644 --- a/classes/class_resourceimporterobj.rst +++ b/classes/class_resourceimporterobj.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterOBJ.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterOBJ.xml. .. _class_ResourceImporterOBJ: diff --git a/classes/class_resourceimporteroggvorbis.rst b/classes/class_resourceimporteroggvorbis.rst index 4ee02791d74..4180a763ed0 100644 --- a/classes/class_resourceimporteroggvorbis.rst +++ b/classes/class_resourceimporteroggvorbis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/vorbis/doc_classes/ResourceImporterOggVorbis.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/vorbis/doc_classes/ResourceImporterOggVorbis.xml. .. _class_ResourceImporterOggVorbis: diff --git a/classes/class_resourceimporterscene.rst b/classes/class_resourceimporterscene.rst index f7414151688..b5cafefcf3c 100644 --- a/classes/class_resourceimporterscene.rst +++ b/classes/class_resourceimporterscene.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterScene.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterScene.xml. .. _class_ResourceImporterScene: diff --git a/classes/class_resourceimportershaderfile.rst b/classes/class_resourceimportershaderfile.rst index c3f6a01a456..3fee4f07736 100644 --- a/classes/class_resourceimportershaderfile.rst +++ b/classes/class_resourceimportershaderfile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterShaderFile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterShaderFile.xml. .. _class_ResourceImporterShaderFile: diff --git a/classes/class_resourceimportertexture.rst b/classes/class_resourceimportertexture.rst index 37acc7b5219..f237fbeaae2 100644 --- a/classes/class_resourceimportertexture.rst +++ b/classes/class_resourceimportertexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterTexture.xml. .. _class_ResourceImporterTexture: diff --git a/classes/class_resourceimportertextureatlas.rst b/classes/class_resourceimportertextureatlas.rst index 4be1188b380..8e4b1770211 100644 --- a/classes/class_resourceimportertextureatlas.rst +++ b/classes/class_resourceimportertextureatlas.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterTextureAtlas.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterTextureAtlas.xml. .. _class_ResourceImporterTextureAtlas: diff --git a/classes/class_resourceimporterwav.rst b/classes/class_resourceimporterwav.rst index 6cbf8292c99..55cccfdb608 100644 --- a/classes/class_resourceimporterwav.rst +++ b/classes/class_resourceimporterwav.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceImporterWAV.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceImporterWAV.xml. .. _class_ResourceImporterWAV: diff --git a/classes/class_resourceloader.rst b/classes/class_resourceloader.rst index 845ce3d19e0..a09f2c3dd6b 100644 --- a/classes/class_resourceloader.rst +++ b/classes/class_resourceloader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceLoader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceLoader.xml. .. _class_ResourceLoader: diff --git a/classes/class_resourcepreloader.rst b/classes/class_resourcepreloader.rst index ea1aad522c4..80704505bbd 100644 --- a/classes/class_resourcepreloader.rst +++ b/classes/class_resourcepreloader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourcePreloader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourcePreloader.xml. .. _class_ResourcePreloader: diff --git a/classes/class_resourcesaver.rst b/classes/class_resourcesaver.rst index 9a132f8b9c2..ab14ae1c10d 100644 --- a/classes/class_resourcesaver.rst +++ b/classes/class_resourcesaver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceSaver.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceSaver.xml. .. _class_ResourceSaver: diff --git a/classes/class_resourceuid.rst b/classes/class_resourceuid.rst index cc39a4191b4..22e3874979f 100644 --- a/classes/class_resourceuid.rst +++ b/classes/class_resourceuid.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ResourceUID.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ResourceUID.xml. .. _class_ResourceUID: diff --git a/classes/class_ribbontrailmesh.rst b/classes/class_ribbontrailmesh.rst index 69b779435fb..281d6b8c672 100644 --- a/classes/class_ribbontrailmesh.rst +++ b/classes/class_ribbontrailmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RibbonTrailMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RibbonTrailMesh.xml. .. _class_RibbonTrailMesh: diff --git a/classes/class_richtexteffect.rst b/classes/class_richtexteffect.rst index 10be3363c3e..bf75a9bb02c 100644 --- a/classes/class_richtexteffect.rst +++ b/classes/class_richtexteffect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RichTextEffect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RichTextEffect.xml. .. _class_RichTextEffect: diff --git a/classes/class_richtextlabel.rst b/classes/class_richtextlabel.rst index f1a0d6a2b4e..63189d6975f 100644 --- a/classes/class_richtextlabel.rst +++ b/classes/class_richtextlabel.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RichTextLabel.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RichTextLabel.xml. .. _class_RichTextLabel: diff --git a/classes/class_rid.rst b/classes/class_rid.rst index 38c0f0141b0..79632e85121 100644 --- a/classes/class_rid.rst +++ b/classes/class_rid.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RID.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RID.xml. .. _class_RID: diff --git a/classes/class_rigidbody2d.rst b/classes/class_rigidbody2d.rst index a91d5910b12..2be736d59d6 100644 --- a/classes/class_rigidbody2d.rst +++ b/classes/class_rigidbody2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RigidBody2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RigidBody2D.xml. .. _class_RigidBody2D: diff --git a/classes/class_rigidbody3d.rst b/classes/class_rigidbody3d.rst index 0c03ed9ba42..b23b7e67a7c 100644 --- a/classes/class_rigidbody3d.rst +++ b/classes/class_rigidbody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RigidBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RigidBody3D.xml. .. _class_RigidBody3D: diff --git a/classes/class_rootmotionview.rst b/classes/class_rootmotionview.rst index 142f7643c55..e3195ad3754 100644 --- a/classes/class_rootmotionview.rst +++ b/classes/class_rootmotionview.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RootMotionView.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/RootMotionView.xml. .. _class_RootMotionView: diff --git a/classes/class_scenemultiplayer.rst b/classes/class_scenemultiplayer.rst index 385ea6b4d3f..207b982441b 100644 --- a/classes/class_scenemultiplayer.rst +++ b/classes/class_scenemultiplayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/multiplayer/doc_classes/SceneMultiplayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/multiplayer/doc_classes/SceneMultiplayer.xml. .. _class_SceneMultiplayer: diff --git a/classes/class_scenereplicationconfig.rst b/classes/class_scenereplicationconfig.rst index d5ea1b029ad..092955f9b63 100644 --- a/classes/class_scenereplicationconfig.rst +++ b/classes/class_scenereplicationconfig.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/multiplayer/doc_classes/SceneReplicationConfig.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/multiplayer/doc_classes/SceneReplicationConfig.xml. .. _class_SceneReplicationConfig: diff --git a/classes/class_scenestate.rst b/classes/class_scenestate.rst index 469bee388f1..6da5cbfc767 100644 --- a/classes/class_scenestate.rst +++ b/classes/class_scenestate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SceneState.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SceneState.xml. .. _class_SceneState: diff --git a/classes/class_scenetree.rst b/classes/class_scenetree.rst index 3b3562a856e..97c3f8d0a06 100644 --- a/classes/class_scenetree.rst +++ b/classes/class_scenetree.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SceneTree.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SceneTree.xml. .. _class_SceneTree: diff --git a/classes/class_scenetreetimer.rst b/classes/class_scenetreetimer.rst index 356e38dc75a..0f015fc0090 100644 --- a/classes/class_scenetreetimer.rst +++ b/classes/class_scenetreetimer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SceneTreeTimer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SceneTreeTimer.xml. .. _class_SceneTreeTimer: diff --git a/classes/class_script.rst b/classes/class_script.rst index ddb6b6145ea..60c39b7304d 100644 --- a/classes/class_script.rst +++ b/classes/class_script.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Script.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Script.xml. .. _class_Script: diff --git a/classes/class_scriptcreatedialog.rst b/classes/class_scriptcreatedialog.rst index fb1a0e45e84..a859f4a0d54 100644 --- a/classes/class_scriptcreatedialog.rst +++ b/classes/class_scriptcreatedialog.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptCreateDialog.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptCreateDialog.xml. .. _class_ScriptCreateDialog: diff --git a/classes/class_scripteditor.rst b/classes/class_scripteditor.rst index f7963518b6d..f11770a6159 100644 --- a/classes/class_scripteditor.rst +++ b/classes/class_scripteditor.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptEditor.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptEditor.xml. .. _class_ScriptEditor: diff --git a/classes/class_scripteditorbase.rst b/classes/class_scripteditorbase.rst index 062c0e7e01f..f025b78297c 100644 --- a/classes/class_scripteditorbase.rst +++ b/classes/class_scripteditorbase.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptEditorBase.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptEditorBase.xml. .. _class_ScriptEditorBase: diff --git a/classes/class_scriptextension.rst b/classes/class_scriptextension.rst index f7ca6e7797f..876c157178a 100644 --- a/classes/class_scriptextension.rst +++ b/classes/class_scriptextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptExtension.xml. .. _class_ScriptExtension: diff --git a/classes/class_scriptlanguage.rst b/classes/class_scriptlanguage.rst index 89e83de30bd..12ed47cfae4 100644 --- a/classes/class_scriptlanguage.rst +++ b/classes/class_scriptlanguage.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptLanguage.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptLanguage.xml. .. _class_ScriptLanguage: diff --git a/classes/class_scriptlanguageextension.rst b/classes/class_scriptlanguageextension.rst index 5c3fde62ee9..3d60769e667 100644 --- a/classes/class_scriptlanguageextension.rst +++ b/classes/class_scriptlanguageextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScriptLanguageExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScriptLanguageExtension.xml. .. _class_ScriptLanguageExtension: @@ -127,6 +127,8 @@ Methods +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`_reload_all_scripts`\ (\ ) |virtual| | +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | |void| | :ref:`_reload_scripts`\ (\ scripts\: :ref:`Array`, soft_reload\: :ref:`bool`\ ) |virtual| | + +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`_reload_tool_script`\ (\ script\: :ref:`Script`, soft_reload\: :ref:`bool`\ ) |virtual| | +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |void| | :ref:`_remove_named_global_constant`\ (\ name\: :ref:`StringName`\ ) |virtual| | @@ -1180,6 +1182,20 @@ Returns the line where the function is defined in the code, or ``-1`` if the fun ---- +.. _class_ScriptLanguageExtension_private_method__reload_scripts: + +.. rst-class:: classref-method + +|void| **_reload_scripts**\ (\ scripts\: :ref:`Array`, soft_reload\: :ref:`bool`\ ) |virtual| :ref:`🔗` + +.. container:: contribute + + There is currently no description for this method. Please help us by :ref:`contributing one `! + +.. rst-class:: classref-item-separator + +---- + .. _class_ScriptLanguageExtension_private_method__reload_tool_script: .. rst-class:: classref-method diff --git a/classes/class_scrollbar.rst b/classes/class_scrollbar.rst index 5de397d0be2..52589753fe5 100644 --- a/classes/class_scrollbar.rst +++ b/classes/class_scrollbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScrollBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScrollBar.xml. .. _class_ScrollBar: diff --git a/classes/class_scrollcontainer.rst b/classes/class_scrollcontainer.rst index d5b548c9050..552db741501 100644 --- a/classes/class_scrollcontainer.rst +++ b/classes/class_scrollcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ScrollContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ScrollContainer.xml. .. _class_ScrollContainer: diff --git a/classes/class_segmentshape2d.rst b/classes/class_segmentshape2d.rst index 3fb405b5a02..0c317e0eaca 100644 --- a/classes/class_segmentshape2d.rst +++ b/classes/class_segmentshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SegmentShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SegmentShape2D.xml. .. _class_SegmentShape2D: diff --git a/classes/class_semaphore.rst b/classes/class_semaphore.rst index dba9b2dc128..1b8e79ec2ca 100644 --- a/classes/class_semaphore.rst +++ b/classes/class_semaphore.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Semaphore.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Semaphore.xml. .. _class_Semaphore: diff --git a/classes/class_separationrayshape2d.rst b/classes/class_separationrayshape2d.rst index 3c2d581ad31..e1e8cd967a4 100644 --- a/classes/class_separationrayshape2d.rst +++ b/classes/class_separationrayshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SeparationRayShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SeparationRayShape2D.xml. .. _class_SeparationRayShape2D: diff --git a/classes/class_separationrayshape3d.rst b/classes/class_separationrayshape3d.rst index a32a4be7086..088848f025f 100644 --- a/classes/class_separationrayshape3d.rst +++ b/classes/class_separationrayshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SeparationRayShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SeparationRayShape3D.xml. .. _class_SeparationRayShape3D: diff --git a/classes/class_separator.rst b/classes/class_separator.rst index 149e0a4e3aa..c7aebd8f5ff 100644 --- a/classes/class_separator.rst +++ b/classes/class_separator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Separator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Separator.xml. .. _class_Separator: diff --git a/classes/class_shader.rst b/classes/class_shader.rst index 00d4576142b..ef63cb97d74 100644 --- a/classes/class_shader.rst +++ b/classes/class_shader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Shader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Shader.xml. .. _class_Shader: diff --git a/classes/class_shaderglobalsoverride.rst b/classes/class_shaderglobalsoverride.rst index 055dad2b6ce..14ed71890d6 100644 --- a/classes/class_shaderglobalsoverride.rst +++ b/classes/class_shaderglobalsoverride.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ShaderGlobalsOverride.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ShaderGlobalsOverride.xml. .. _class_ShaderGlobalsOverride: diff --git a/classes/class_shaderinclude.rst b/classes/class_shaderinclude.rst index e9b74ac9aea..1c3dfca1e13 100644 --- a/classes/class_shaderinclude.rst +++ b/classes/class_shaderinclude.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ShaderInclude.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ShaderInclude.xml. .. _class_ShaderInclude: diff --git a/classes/class_shadermaterial.rst b/classes/class_shadermaterial.rst index 7f8ad034ffb..2e0220a65d0 100644 --- a/classes/class_shadermaterial.rst +++ b/classes/class_shadermaterial.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ShaderMaterial.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ShaderMaterial.xml. .. _class_ShaderMaterial: diff --git a/classes/class_shape2d.rst b/classes/class_shape2d.rst index 2828c55fc0d..7ba27e44ab5 100644 --- a/classes/class_shape2d.rst +++ b/classes/class_shape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Shape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Shape2D.xml. .. _class_Shape2D: diff --git a/classes/class_shape3d.rst b/classes/class_shape3d.rst index 66d7ea74d5d..cb28769b9ba 100644 --- a/classes/class_shape3d.rst +++ b/classes/class_shape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Shape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Shape3D.xml. .. _class_Shape3D: diff --git a/classes/class_shapecast2d.rst b/classes/class_shapecast2d.rst index fefcbd4e2df..4b5d7f6e412 100644 --- a/classes/class_shapecast2d.rst +++ b/classes/class_shapecast2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ShapeCast2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ShapeCast2D.xml. .. _class_ShapeCast2D: diff --git a/classes/class_shapecast3d.rst b/classes/class_shapecast3d.rst index 09a71f904f8..2feac80fe32 100644 --- a/classes/class_shapecast3d.rst +++ b/classes/class_shapecast3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ShapeCast3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ShapeCast3D.xml. .. _class_ShapeCast3D: diff --git a/classes/class_shortcut.rst b/classes/class_shortcut.rst index d8fdc0723cf..f396aad9427 100644 --- a/classes/class_shortcut.rst +++ b/classes/class_shortcut.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Shortcut.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Shortcut.xml. .. _class_Shortcut: diff --git a/classes/class_signal.rst b/classes/class_signal.rst index de512669939..5c828839d9d 100644 --- a/classes/class_signal.rst +++ b/classes/class_signal.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Signal.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Signal.xml. .. _class_Signal: diff --git a/classes/class_skeleton2d.rst b/classes/class_skeleton2d.rst index 72017ee1c55..d9a949f70f1 100644 --- a/classes/class_skeleton2d.rst +++ b/classes/class_skeleton2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Skeleton2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Skeleton2D.xml. .. _class_Skeleton2D: diff --git a/classes/class_skeleton3d.rst b/classes/class_skeleton3d.rst index bd90a50ffac..bfeb282ca3c 100644 --- a/classes/class_skeleton3d.rst +++ b/classes/class_skeleton3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Skeleton3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Skeleton3D.xml. .. _class_Skeleton3D: diff --git a/classes/class_skeletonik3d.rst b/classes/class_skeletonik3d.rst index 0d219b7a9fc..dea5cea2638 100644 --- a/classes/class_skeletonik3d.rst +++ b/classes/class_skeletonik3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonIK3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonIK3D.xml. .. _class_SkeletonIK3D: diff --git a/classes/class_skeletonmodification2d.rst b/classes/class_skeletonmodification2d.rst index 7475c8735e4..a8568170753 100644 --- a/classes/class_skeletonmodification2d.rst +++ b/classes/class_skeletonmodification2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2D.xml. .. _class_SkeletonModification2D: diff --git a/classes/class_skeletonmodification2dccdik.rst b/classes/class_skeletonmodification2dccdik.rst index dce4267f46b..37067109758 100644 --- a/classes/class_skeletonmodification2dccdik.rst +++ b/classes/class_skeletonmodification2dccdik.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DCCDIK.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DCCDIK.xml. .. _class_SkeletonModification2DCCDIK: diff --git a/classes/class_skeletonmodification2dfabrik.rst b/classes/class_skeletonmodification2dfabrik.rst index ff216f5e432..1364eab417c 100644 --- a/classes/class_skeletonmodification2dfabrik.rst +++ b/classes/class_skeletonmodification2dfabrik.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DFABRIK.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DFABRIK.xml. .. _class_SkeletonModification2DFABRIK: diff --git a/classes/class_skeletonmodification2djiggle.rst b/classes/class_skeletonmodification2djiggle.rst index 1accb67ef84..3898bb1de8b 100644 --- a/classes/class_skeletonmodification2djiggle.rst +++ b/classes/class_skeletonmodification2djiggle.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DJiggle.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DJiggle.xml. .. _class_SkeletonModification2DJiggle: diff --git a/classes/class_skeletonmodification2dlookat.rst b/classes/class_skeletonmodification2dlookat.rst index ba1d83982d3..4a179e2a824 100644 --- a/classes/class_skeletonmodification2dlookat.rst +++ b/classes/class_skeletonmodification2dlookat.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DLookAt.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DLookAt.xml. .. _class_SkeletonModification2DLookAt: diff --git a/classes/class_skeletonmodification2dphysicalbones.rst b/classes/class_skeletonmodification2dphysicalbones.rst index 6c51c8cde02..63f48054392 100644 --- a/classes/class_skeletonmodification2dphysicalbones.rst +++ b/classes/class_skeletonmodification2dphysicalbones.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DPhysicalBones.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DPhysicalBones.xml. .. _class_SkeletonModification2DPhysicalBones: diff --git a/classes/class_skeletonmodification2dstackholder.rst b/classes/class_skeletonmodification2dstackholder.rst index a87735a9fb6..0836048ba13 100644 --- a/classes/class_skeletonmodification2dstackholder.rst +++ b/classes/class_skeletonmodification2dstackholder.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DStackHolder.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DStackHolder.xml. .. _class_SkeletonModification2DStackHolder: diff --git a/classes/class_skeletonmodification2dtwoboneik.rst b/classes/class_skeletonmodification2dtwoboneik.rst index bee760edb01..5d01343e0b9 100644 --- a/classes/class_skeletonmodification2dtwoboneik.rst +++ b/classes/class_skeletonmodification2dtwoboneik.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModification2DTwoBoneIK.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModification2DTwoBoneIK.xml. .. _class_SkeletonModification2DTwoBoneIK: diff --git a/classes/class_skeletonmodificationstack2d.rst b/classes/class_skeletonmodificationstack2d.rst index a8f7f4382a1..b6bf38b3eab 100644 --- a/classes/class_skeletonmodificationstack2d.rst +++ b/classes/class_skeletonmodificationstack2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModificationStack2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModificationStack2D.xml. .. _class_SkeletonModificationStack2D: diff --git a/classes/class_skeletonmodifier3d.rst b/classes/class_skeletonmodifier3d.rst index c00c09b431f..aba1e1cad10 100644 --- a/classes/class_skeletonmodifier3d.rst +++ b/classes/class_skeletonmodifier3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonModifier3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonModifier3D.xml. .. _class_SkeletonModifier3D: diff --git a/classes/class_skeletonprofile.rst b/classes/class_skeletonprofile.rst index ae02036601e..ef184908343 100644 --- a/classes/class_skeletonprofile.rst +++ b/classes/class_skeletonprofile.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonProfile.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonProfile.xml. .. _class_SkeletonProfile: diff --git a/classes/class_skeletonprofilehumanoid.rst b/classes/class_skeletonprofilehumanoid.rst index 814d3d51ad2..071f403d4b7 100644 --- a/classes/class_skeletonprofilehumanoid.rst +++ b/classes/class_skeletonprofilehumanoid.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkeletonProfileHumanoid.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkeletonProfileHumanoid.xml. .. _class_SkeletonProfileHumanoid: diff --git a/classes/class_skin.rst b/classes/class_skin.rst index 9f128b34107..87f7889cf49 100644 --- a/classes/class_skin.rst +++ b/classes/class_skin.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Skin.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Skin.xml. .. _class_Skin: diff --git a/classes/class_skinreference.rst b/classes/class_skinreference.rst index 57379e5d441..98583418fa6 100644 --- a/classes/class_skinreference.rst +++ b/classes/class_skinreference.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SkinReference.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SkinReference.xml. .. _class_SkinReference: diff --git a/classes/class_sky.rst b/classes/class_sky.rst index a4a1ceba2d8..c432f5863cd 100644 --- a/classes/class_sky.rst +++ b/classes/class_sky.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Sky.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Sky.xml. .. _class_Sky: diff --git a/classes/class_slider.rst b/classes/class_slider.rst index 89ae4594a2a..bbcaca21c15 100644 --- a/classes/class_slider.rst +++ b/classes/class_slider.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Slider.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Slider.xml. .. _class_Slider: diff --git a/classes/class_sliderjoint3d.rst b/classes/class_sliderjoint3d.rst index be0cfc2b0da..7d3139bca65 100644 --- a/classes/class_sliderjoint3d.rst +++ b/classes/class_sliderjoint3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SliderJoint3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SliderJoint3D.xml. .. _class_SliderJoint3D: diff --git a/classes/class_softbody3d.rst b/classes/class_softbody3d.rst index 7c7125e2abd..fb7277ec4c2 100644 --- a/classes/class_softbody3d.rst +++ b/classes/class_softbody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SoftBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SoftBody3D.xml. .. _class_SoftBody3D: diff --git a/classes/class_spheremesh.rst b/classes/class_spheremesh.rst index fd3e36f36a0..8507cde4ca1 100644 --- a/classes/class_spheremesh.rst +++ b/classes/class_spheremesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SphereMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SphereMesh.xml. .. _class_SphereMesh: diff --git a/classes/class_sphereoccluder3d.rst b/classes/class_sphereoccluder3d.rst index 936936a944e..f2ead5dea98 100644 --- a/classes/class_sphereoccluder3d.rst +++ b/classes/class_sphereoccluder3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SphereOccluder3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SphereOccluder3D.xml. .. _class_SphereOccluder3D: diff --git a/classes/class_sphereshape3d.rst b/classes/class_sphereshape3d.rst index 3c0fb86bd5a..6f4dda34952 100644 --- a/classes/class_sphereshape3d.rst +++ b/classes/class_sphereshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SphereShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SphereShape3D.xml. .. _class_SphereShape3D: diff --git a/classes/class_spinbox.rst b/classes/class_spinbox.rst index fe44c94d495..ef02bd2bec8 100644 --- a/classes/class_spinbox.rst +++ b/classes/class_spinbox.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SpinBox.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SpinBox.xml. .. _class_SpinBox: diff --git a/classes/class_splitcontainer.rst b/classes/class_splitcontainer.rst index 1871031539d..366229d58d1 100644 --- a/classes/class_splitcontainer.rst +++ b/classes/class_splitcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SplitContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SplitContainer.xml. .. _class_SplitContainer: diff --git a/classes/class_spotlight3d.rst b/classes/class_spotlight3d.rst index 5331d216028..b0cfde36ac3 100644 --- a/classes/class_spotlight3d.rst +++ b/classes/class_spotlight3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SpotLight3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SpotLight3D.xml. .. _class_SpotLight3D: diff --git a/classes/class_springarm3d.rst b/classes/class_springarm3d.rst index 1c204ee4b81..48f252d276f 100644 --- a/classes/class_springarm3d.rst +++ b/classes/class_springarm3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SpringArm3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SpringArm3D.xml. .. _class_SpringArm3D: diff --git a/classes/class_sprite2d.rst b/classes/class_sprite2d.rst index 4040bce9faa..bf7abdbe5b7 100644 --- a/classes/class_sprite2d.rst +++ b/classes/class_sprite2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Sprite2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Sprite2D.xml. .. _class_Sprite2D: diff --git a/classes/class_sprite3d.rst b/classes/class_sprite3d.rst index 30972f22d09..bd2b74536c8 100644 --- a/classes/class_sprite3d.rst +++ b/classes/class_sprite3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Sprite3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Sprite3D.xml. .. _class_Sprite3D: diff --git a/classes/class_spritebase3d.rst b/classes/class_spritebase3d.rst index ff686ec8032..e8877e67d50 100644 --- a/classes/class_spritebase3d.rst +++ b/classes/class_spritebase3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SpriteBase3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SpriteBase3D.xml. .. _class_SpriteBase3D: diff --git a/classes/class_spriteframes.rst b/classes/class_spriteframes.rst index 86e11ef0a13..d982bbda93f 100644 --- a/classes/class_spriteframes.rst +++ b/classes/class_spriteframes.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SpriteFrames.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SpriteFrames.xml. .. _class_SpriteFrames: diff --git a/classes/class_standardmaterial3d.rst b/classes/class_standardmaterial3d.rst index e38a139b457..d85ec62986b 100644 --- a/classes/class_standardmaterial3d.rst +++ b/classes/class_standardmaterial3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StandardMaterial3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StandardMaterial3D.xml. .. _class_StandardMaterial3D: diff --git a/classes/class_staticbody2d.rst b/classes/class_staticbody2d.rst index 0c82395dd64..f6b9d264844 100644 --- a/classes/class_staticbody2d.rst +++ b/classes/class_staticbody2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StaticBody2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StaticBody2D.xml. .. _class_StaticBody2D: diff --git a/classes/class_staticbody3d.rst b/classes/class_staticbody3d.rst index 8bf936497ce..cca91a4e5d5 100644 --- a/classes/class_staticbody3d.rst +++ b/classes/class_staticbody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StaticBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StaticBody3D.xml. .. _class_StaticBody3D: diff --git a/classes/class_statusindicator.rst b/classes/class_statusindicator.rst index b490a065ab7..046bffdee14 100644 --- a/classes/class_statusindicator.rst +++ b/classes/class_statusindicator.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StatusIndicator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StatusIndicator.xml. .. _class_StatusIndicator: diff --git a/classes/class_streampeer.rst b/classes/class_streampeer.rst index 6b11ffd7ab3..124d73c0f99 100644 --- a/classes/class_streampeer.rst +++ b/classes/class_streampeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeer.xml. .. _class_StreamPeer: diff --git a/classes/class_streampeerbuffer.rst b/classes/class_streampeerbuffer.rst index 909083fa8a7..ad2c6442e9d 100644 --- a/classes/class_streampeerbuffer.rst +++ b/classes/class_streampeerbuffer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeerBuffer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeerBuffer.xml. .. _class_StreamPeerBuffer: diff --git a/classes/class_streampeerextension.rst b/classes/class_streampeerextension.rst index 80012860d00..1a9fe90a9d3 100644 --- a/classes/class_streampeerextension.rst +++ b/classes/class_streampeerextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeerExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeerExtension.xml. .. _class_StreamPeerExtension: diff --git a/classes/class_streampeergzip.rst b/classes/class_streampeergzip.rst index 853765553ea..94e72966cd9 100644 --- a/classes/class_streampeergzip.rst +++ b/classes/class_streampeergzip.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeerGZIP.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeerGZIP.xml. .. _class_StreamPeerGZIP: diff --git a/classes/class_streampeertcp.rst b/classes/class_streampeertcp.rst index eb67657b1b7..2b6019d5f40 100644 --- a/classes/class_streampeertcp.rst +++ b/classes/class_streampeertcp.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeerTCP.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeerTCP.xml. .. _class_StreamPeerTCP: diff --git a/classes/class_streampeertls.rst b/classes/class_streampeertls.rst index 7d3b3f1a25c..49fb5e4e714 100644 --- a/classes/class_streampeertls.rst +++ b/classes/class_streampeertls.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StreamPeerTLS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StreamPeerTLS.xml. .. _class_StreamPeerTLS: diff --git a/classes/class_string.rst b/classes/class_string.rst index c9e175f5fc5..72b4eb1a779 100644 --- a/classes/class_string.rst +++ b/classes/class_string.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/String.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/String.xml. .. _class_String: diff --git a/classes/class_stringname.rst b/classes/class_stringname.rst index 3355a4ee007..4731be68561 100644 --- a/classes/class_stringname.rst +++ b/classes/class_stringname.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StringName.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StringName.xml. .. _class_StringName: diff --git a/classes/class_stylebox.rst b/classes/class_stylebox.rst index 9f4c6290dad..397a313ec5e 100644 --- a/classes/class_stylebox.rst +++ b/classes/class_stylebox.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StyleBox.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StyleBox.xml. .. _class_StyleBox: diff --git a/classes/class_styleboxempty.rst b/classes/class_styleboxempty.rst index d4bd63143bc..f0bf52563b1 100644 --- a/classes/class_styleboxempty.rst +++ b/classes/class_styleboxempty.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StyleBoxEmpty.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StyleBoxEmpty.xml. .. _class_StyleBoxEmpty: diff --git a/classes/class_styleboxflat.rst b/classes/class_styleboxflat.rst index 1b8f6d7b08a..94daffb6aac 100644 --- a/classes/class_styleboxflat.rst +++ b/classes/class_styleboxflat.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StyleBoxFlat.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StyleBoxFlat.xml. .. _class_StyleBoxFlat: diff --git a/classes/class_styleboxline.rst b/classes/class_styleboxline.rst index 17de6eb4853..c6976d3cc6b 100644 --- a/classes/class_styleboxline.rst +++ b/classes/class_styleboxline.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StyleBoxLine.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StyleBoxLine.xml. .. _class_StyleBoxLine: diff --git a/classes/class_styleboxtexture.rst b/classes/class_styleboxtexture.rst index a747551d5fd..6705a304c6d 100644 --- a/classes/class_styleboxtexture.rst +++ b/classes/class_styleboxtexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/StyleBoxTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/StyleBoxTexture.xml. .. _class_StyleBoxTexture: diff --git a/classes/class_subviewport.rst b/classes/class_subviewport.rst index d112fa6f1b8..3f3416293c9 100644 --- a/classes/class_subviewport.rst +++ b/classes/class_subviewport.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SubViewport.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SubViewport.xml. .. _class_SubViewport: diff --git a/classes/class_subviewportcontainer.rst b/classes/class_subviewportcontainer.rst index 687ec71e664..5afd1bb6ec7 100644 --- a/classes/class_subviewportcontainer.rst +++ b/classes/class_subviewportcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SubViewportContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SubViewportContainer.xml. .. _class_SubViewportContainer: diff --git a/classes/class_surfacetool.rst b/classes/class_surfacetool.rst index a75b5defb59..cd406c01e60 100644 --- a/classes/class_surfacetool.rst +++ b/classes/class_surfacetool.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SurfaceTool.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SurfaceTool.xml. .. _class_SurfaceTool: diff --git a/classes/class_syntaxhighlighter.rst b/classes/class_syntaxhighlighter.rst index ae616f21cb8..0a4773fd7ec 100644 --- a/classes/class_syntaxhighlighter.rst +++ b/classes/class_syntaxhighlighter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SyntaxHighlighter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SyntaxHighlighter.xml. .. _class_SyntaxHighlighter: diff --git a/classes/class_systemfont.rst b/classes/class_systemfont.rst index 39fafa5c090..d869449a2af 100644 --- a/classes/class_systemfont.rst +++ b/classes/class_systemfont.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SystemFont.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/SystemFont.xml. .. _class_SystemFont: diff --git a/classes/class_tabbar.rst b/classes/class_tabbar.rst index ec493b93766..0fce2d5de69 100644 --- a/classes/class_tabbar.rst +++ b/classes/class_tabbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TabBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TabBar.xml. .. _class_TabBar: diff --git a/classes/class_tabcontainer.rst b/classes/class_tabcontainer.rst index 51abbf5d438..612223d729a 100644 --- a/classes/class_tabcontainer.rst +++ b/classes/class_tabcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TabContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TabContainer.xml. .. _class_TabContainer: diff --git a/classes/class_tcpserver.rst b/classes/class_tcpserver.rst index 01e36c502e8..db2892c3298 100644 --- a/classes/class_tcpserver.rst +++ b/classes/class_tcpserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TCPServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TCPServer.xml. .. _class_TCPServer: diff --git a/classes/class_textedit.rst b/classes/class_textedit.rst index f71171de46c..36fcd744af9 100644 --- a/classes/class_textedit.rst +++ b/classes/class_textedit.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextEdit.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextEdit.xml. .. _class_TextEdit: diff --git a/classes/class_textline.rst b/classes/class_textline.rst index b3b5896fea1..7922ff37faa 100644 --- a/classes/class_textline.rst +++ b/classes/class_textline.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextLine.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextLine.xml. .. _class_TextLine: diff --git a/classes/class_textmesh.rst b/classes/class_textmesh.rst index 5eb39463e92..c7102e01efc 100644 --- a/classes/class_textmesh.rst +++ b/classes/class_textmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextMesh.xml. .. _class_TextMesh: diff --git a/classes/class_textparagraph.rst b/classes/class_textparagraph.rst index f9d6088f07b..bc1af59174b 100644 --- a/classes/class_textparagraph.rst +++ b/classes/class_textparagraph.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextParagraph.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextParagraph.xml. .. _class_TextParagraph: diff --git a/classes/class_textserver.rst b/classes/class_textserver.rst index 655d54c9d71..106b9d62b4a 100644 --- a/classes/class_textserver.rst +++ b/classes/class_textserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextServer.xml. .. _class_TextServer: diff --git a/classes/class_textserveradvanced.rst b/classes/class_textserveradvanced.rst index beed8294dd6..d6d6550c65a 100644 --- a/classes/class_textserveradvanced.rst +++ b/classes/class_textserveradvanced.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/text_server_adv/doc_classes/TextServerAdvanced.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/text_server_adv/doc_classes/TextServerAdvanced.xml. .. _class_TextServerAdvanced: diff --git a/classes/class_textserverdummy.rst b/classes/class_textserverdummy.rst index 932e4df4fa5..796fa24d9d3 100644 --- a/classes/class_textserverdummy.rst +++ b/classes/class_textserverdummy.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextServerDummy.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextServerDummy.xml. .. _class_TextServerDummy: diff --git a/classes/class_textserverextension.rst b/classes/class_textserverextension.rst index 04c009aa4eb..556bb555c94 100644 --- a/classes/class_textserverextension.rst +++ b/classes/class_textserverextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextServerExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextServerExtension.xml. .. _class_TextServerExtension: diff --git a/classes/class_textserverfallback.rst b/classes/class_textserverfallback.rst index ff8fba457b0..a882494d0b3 100644 --- a/classes/class_textserverfallback.rst +++ b/classes/class_textserverfallback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/text_server_fb/doc_classes/TextServerFallback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/text_server_fb/doc_classes/TextServerFallback.xml. .. _class_TextServerFallback: diff --git a/classes/class_textservermanager.rst b/classes/class_textservermanager.rst index 95a3557ee80..4f7e7d6ea43 100644 --- a/classes/class_textservermanager.rst +++ b/classes/class_textservermanager.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextServerManager.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextServerManager.xml. .. _class_TextServerManager: diff --git a/classes/class_texture.rst b/classes/class_texture.rst index afd74fd2f5e..58d7deaa1d5 100644 --- a/classes/class_texture.rst +++ b/classes/class_texture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture.xml. .. _class_Texture: diff --git a/classes/class_texture2d.rst b/classes/class_texture2d.rst index 6f90d931f2a..f386bcc006f 100644 --- a/classes/class_texture2d.rst +++ b/classes/class_texture2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture2D.xml. .. _class_Texture2D: diff --git a/classes/class_texture2darray.rst b/classes/class_texture2darray.rst index 66e87af3296..88a0b5c6808 100644 --- a/classes/class_texture2darray.rst +++ b/classes/class_texture2darray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture2DArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture2DArray.xml. .. _class_Texture2DArray: diff --git a/classes/class_texture2darrayrd.rst b/classes/class_texture2darrayrd.rst index 496e8d8d51f..e0c7d0fef1d 100644 --- a/classes/class_texture2darrayrd.rst +++ b/classes/class_texture2darrayrd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture2DArrayRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture2DArrayRD.xml. .. _class_Texture2DArrayRD: diff --git a/classes/class_texture2drd.rst b/classes/class_texture2drd.rst index a008425b4c6..58187e2258e 100644 --- a/classes/class_texture2drd.rst +++ b/classes/class_texture2drd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture2DRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture2DRD.xml. .. _class_Texture2DRD: diff --git a/classes/class_texture3d.rst b/classes/class_texture3d.rst index 3b0e8579984..920f3997611 100644 --- a/classes/class_texture3d.rst +++ b/classes/class_texture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture3D.xml. .. _class_Texture3D: diff --git a/classes/class_texture3drd.rst b/classes/class_texture3drd.rst index 9a9489d9d88..1b2656a2231 100644 --- a/classes/class_texture3drd.rst +++ b/classes/class_texture3drd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Texture3DRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Texture3DRD.xml. .. _class_Texture3DRD: diff --git a/classes/class_texturebutton.rst b/classes/class_texturebutton.rst index e870ee00eb6..6b5a43c51fc 100644 --- a/classes/class_texturebutton.rst +++ b/classes/class_texturebutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureButton.xml. .. _class_TextureButton: diff --git a/classes/class_texturecubemaparrayrd.rst b/classes/class_texturecubemaparrayrd.rst index 0ffa4901019..237a96787c8 100644 --- a/classes/class_texturecubemaparrayrd.rst +++ b/classes/class_texturecubemaparrayrd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureCubemapArrayRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureCubemapArrayRD.xml. .. _class_TextureCubemapArrayRD: diff --git a/classes/class_texturecubemaprd.rst b/classes/class_texturecubemaprd.rst index efe58952e85..276dc4a33b1 100644 --- a/classes/class_texturecubemaprd.rst +++ b/classes/class_texturecubemaprd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureCubemapRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureCubemapRD.xml. .. _class_TextureCubemapRD: diff --git a/classes/class_texturelayered.rst b/classes/class_texturelayered.rst index 12846612420..6dfd47a68a6 100644 --- a/classes/class_texturelayered.rst +++ b/classes/class_texturelayered.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureLayered.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureLayered.xml. .. _class_TextureLayered: diff --git a/classes/class_texturelayeredrd.rst b/classes/class_texturelayeredrd.rst index e7945235a47..73e43e48a8f 100644 --- a/classes/class_texturelayeredrd.rst +++ b/classes/class_texturelayeredrd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureLayeredRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureLayeredRD.xml. .. _class_TextureLayeredRD: diff --git a/classes/class_textureprogressbar.rst b/classes/class_textureprogressbar.rst index 3313722734d..fce81f0bf51 100644 --- a/classes/class_textureprogressbar.rst +++ b/classes/class_textureprogressbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureProgressBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureProgressBar.xml. .. _class_TextureProgressBar: diff --git a/classes/class_texturerect.rst b/classes/class_texturerect.rst index c24ac8e245e..8c393a8e947 100644 --- a/classes/class_texturerect.rst +++ b/classes/class_texturerect.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TextureRect.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TextureRect.xml. .. _class_TextureRect: diff --git a/classes/class_theme.rst b/classes/class_theme.rst index 12a38369b00..2783b09d380 100644 --- a/classes/class_theme.rst +++ b/classes/class_theme.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Theme.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Theme.xml. .. _class_Theme: @@ -315,7 +315,7 @@ Use :ref:`has_default_font` to check if thi The default font size of this theme resource. Used as the default value when trying to fetch a font size value that doesn't exist in this theme or is in invalid state. If the default font size is also missing or invalid, the engine fallback value is used (see :ref:`ThemeDB.fallback_font_size`). -Values below ``0`` are invalid and can be used to unset the property. Use :ref:`has_default_font_size` to check if this value is valid. +Values below ``1`` are invalid and can be used to unset the property. Use :ref:`has_default_font_size` to check if this value is valid. .. rst-class:: classref-section-separator diff --git a/classes/class_themedb.rst b/classes/class_themedb.rst index 6e7785380bc..fdec628eaa1 100644 --- a/classes/class_themedb.rst +++ b/classes/class_themedb.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ThemeDB.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ThemeDB.xml. .. _class_ThemeDB: diff --git a/classes/class_thread.rst b/classes/class_thread.rst index d8937d4689e..ce171935f7a 100644 --- a/classes/class_thread.rst +++ b/classes/class_thread.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Thread.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Thread.xml. .. _class_Thread: diff --git a/classes/class_tiledata.rst b/classes/class_tiledata.rst index ff0db80faff..50cf72bde6b 100644 --- a/classes/class_tiledata.rst +++ b/classes/class_tiledata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileData.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileData.xml. .. _class_TileData: diff --git a/classes/class_tilemap.rst b/classes/class_tilemap.rst index 878c1b28d0b..5bed2df448c 100644 --- a/classes/class_tilemap.rst +++ b/classes/class_tilemap.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileMap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileMap.xml. .. _class_TileMap: diff --git a/classes/class_tilemaplayer.rst b/classes/class_tilemaplayer.rst index 62145b9fa45..7c7417d2e75 100644 --- a/classes/class_tilemaplayer.rst +++ b/classes/class_tilemaplayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileMapLayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileMapLayer.xml. .. _class_TileMapLayer: diff --git a/classes/class_tilemappattern.rst b/classes/class_tilemappattern.rst index d168dab9e19..390dba55ed9 100644 --- a/classes/class_tilemappattern.rst +++ b/classes/class_tilemappattern.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileMapPattern.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileMapPattern.xml. .. _class_TileMapPattern: diff --git a/classes/class_tileset.rst b/classes/class_tileset.rst index 4a8fe33b182..ac8547caad2 100644 --- a/classes/class_tileset.rst +++ b/classes/class_tileset.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileSet.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileSet.xml. .. _class_TileSet: diff --git a/classes/class_tilesetatlassource.rst b/classes/class_tilesetatlassource.rst index 57f8faa9250..0cab3e72c50 100644 --- a/classes/class_tilesetatlassource.rst +++ b/classes/class_tilesetatlassource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileSetAtlasSource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileSetAtlasSource.xml. .. _class_TileSetAtlasSource: diff --git a/classes/class_tilesetscenescollectionsource.rst b/classes/class_tilesetscenescollectionsource.rst index f3942c6b91d..2aa31f76d91 100644 --- a/classes/class_tilesetscenescollectionsource.rst +++ b/classes/class_tilesetscenescollectionsource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileSetScenesCollectionSource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileSetScenesCollectionSource.xml. .. _class_TileSetScenesCollectionSource: diff --git a/classes/class_tilesetsource.rst b/classes/class_tilesetsource.rst index 25a1e4c36bd..459c5c13cd2 100644 --- a/classes/class_tilesetsource.rst +++ b/classes/class_tilesetsource.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TileSetSource.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TileSetSource.xml. .. _class_TileSetSource: diff --git a/classes/class_time.rst b/classes/class_time.rst index b5695a8d6b7..14eb9760b57 100644 --- a/classes/class_time.rst +++ b/classes/class_time.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Time.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Time.xml. .. _class_Time: diff --git a/classes/class_timer.rst b/classes/class_timer.rst index fee0bdb49e2..e34a21c0978 100644 --- a/classes/class_timer.rst +++ b/classes/class_timer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Timer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Timer.xml. .. _class_Timer: diff --git a/classes/class_tlsoptions.rst b/classes/class_tlsoptions.rst index c7f121a1ca6..9a605e87073 100644 --- a/classes/class_tlsoptions.rst +++ b/classes/class_tlsoptions.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TLSOptions.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TLSOptions.xml. .. _class_TLSOptions: diff --git a/classes/class_torusmesh.rst b/classes/class_torusmesh.rst index 3989092e86d..7cefc86e803 100644 --- a/classes/class_torusmesh.rst +++ b/classes/class_torusmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TorusMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TorusMesh.xml. .. _class_TorusMesh: diff --git a/classes/class_touchscreenbutton.rst b/classes/class_touchscreenbutton.rst index fd295be67b6..bc99c7b9ba4 100644 --- a/classes/class_touchscreenbutton.rst +++ b/classes/class_touchscreenbutton.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TouchScreenButton.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TouchScreenButton.xml. .. _class_TouchScreenButton: diff --git a/classes/class_transform2d.rst b/classes/class_transform2d.rst index 476b1c5c006..f76a020470e 100644 --- a/classes/class_transform2d.rst +++ b/classes/class_transform2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Transform2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Transform2D.xml. .. _class_Transform2D: diff --git a/classes/class_transform3d.rst b/classes/class_transform3d.rst index 5c02673f09e..67682f4cd6b 100644 --- a/classes/class_transform3d.rst +++ b/classes/class_transform3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Transform3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Transform3D.xml. .. _class_Transform3D: diff --git a/classes/class_translation.rst b/classes/class_translation.rst index 56e84a449ee..0eddec98050 100644 --- a/classes/class_translation.rst +++ b/classes/class_translation.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Translation.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Translation.xml. .. _class_Translation: diff --git a/classes/class_translationserver.rst b/classes/class_translationserver.rst index e7fc35236ef..729e8ac93eb 100644 --- a/classes/class_translationserver.rst +++ b/classes/class_translationserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TranslationServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TranslationServer.xml. .. _class_TranslationServer: diff --git a/classes/class_tree.rst b/classes/class_tree.rst index 59e259da06a..b8629ed50c7 100644 --- a/classes/class_tree.rst +++ b/classes/class_tree.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Tree.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Tree.xml. .. _class_Tree: diff --git a/classes/class_treeitem.rst b/classes/class_treeitem.rst index 7fbbf384983..99dae361c33 100644 --- a/classes/class_treeitem.rst +++ b/classes/class_treeitem.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TreeItem.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TreeItem.xml. .. _class_TreeItem: diff --git a/classes/class_trianglemesh.rst b/classes/class_trianglemesh.rst index 3b6844f6399..075e65d9748 100644 --- a/classes/class_trianglemesh.rst +++ b/classes/class_trianglemesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TriangleMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TriangleMesh.xml. .. _class_TriangleMesh: diff --git a/classes/class_tubetrailmesh.rst b/classes/class_tubetrailmesh.rst index f54fdaba20e..ef3a1cedfef 100644 --- a/classes/class_tubetrailmesh.rst +++ b/classes/class_tubetrailmesh.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/TubeTrailMesh.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/TubeTrailMesh.xml. .. _class_TubeTrailMesh: diff --git a/classes/class_tween.rst b/classes/class_tween.rst index 615b14683d0..6e0fa2b8f21 100644 --- a/classes/class_tween.rst +++ b/classes/class_tween.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Tween.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Tween.xml. .. _class_Tween: diff --git a/classes/class_tweener.rst b/classes/class_tweener.rst index 355996804c2..cea7053743d 100644 --- a/classes/class_tweener.rst +++ b/classes/class_tweener.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Tweener.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Tweener.xml. .. _class_Tweener: diff --git a/classes/class_udpserver.rst b/classes/class_udpserver.rst index bf506f3dd9f..d4695555c59 100644 --- a/classes/class_udpserver.rst +++ b/classes/class_udpserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/UDPServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/UDPServer.xml. .. _class_UDPServer: diff --git a/classes/class_undoredo.rst b/classes/class_undoredo.rst index 83b5df292aa..e2d08bc00ea 100644 --- a/classes/class_undoredo.rst +++ b/classes/class_undoredo.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/UndoRedo.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/UndoRedo.xml. .. _class_UndoRedo: diff --git a/classes/class_uniformsetcacherd.rst b/classes/class_uniformsetcacherd.rst index 5f3c198d611..41576ef4b0d 100644 --- a/classes/class_uniformsetcacherd.rst +++ b/classes/class_uniformsetcacherd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/UniformSetCacheRD.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/UniformSetCacheRD.xml. .. _class_UniformSetCacheRD: diff --git a/classes/class_upnp.rst b/classes/class_upnp.rst index c178ce766c1..10d0f53fb67 100644 --- a/classes/class_upnp.rst +++ b/classes/class_upnp.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/upnp/doc_classes/UPNP.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/upnp/doc_classes/UPNP.xml. .. _class_UPNP: diff --git a/classes/class_upnpdevice.rst b/classes/class_upnpdevice.rst index d93766f1814..f69c048c7a0 100644 --- a/classes/class_upnpdevice.rst +++ b/classes/class_upnpdevice.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/upnp/doc_classes/UPNPDevice.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/upnp/doc_classes/UPNPDevice.xml. .. _class_UPNPDevice: diff --git a/classes/class_variant.rst b/classes/class_variant.rst index b58d325188d..1bdc4d62eaa 100644 --- a/classes/class_variant.rst +++ b/classes/class_variant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Variant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Variant.xml. .. _class_Variant: diff --git a/classes/class_vboxcontainer.rst b/classes/class_vboxcontainer.rst index 320831064d6..407181fc0aa 100644 --- a/classes/class_vboxcontainer.rst +++ b/classes/class_vboxcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VBoxContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VBoxContainer.xml. .. _class_VBoxContainer: diff --git a/classes/class_vector2.rst b/classes/class_vector2.rst index c2f41ef798a..a3a00700bf6 100644 --- a/classes/class_vector2.rst +++ b/classes/class_vector2.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector2.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector2.xml. .. _class_Vector2: diff --git a/classes/class_vector2i.rst b/classes/class_vector2i.rst index 0f8d9b61531..f9bbf4e82ec 100644 --- a/classes/class_vector2i.rst +++ b/classes/class_vector2i.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector2i.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector2i.xml. .. _class_Vector2i: diff --git a/classes/class_vector3.rst b/classes/class_vector3.rst index 55c07fdab80..e7083022da0 100644 --- a/classes/class_vector3.rst +++ b/classes/class_vector3.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector3.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector3.xml. .. _class_Vector3: diff --git a/classes/class_vector3i.rst b/classes/class_vector3i.rst index 51271258b43..da6b665d513 100644 --- a/classes/class_vector3i.rst +++ b/classes/class_vector3i.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector3i.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector3i.xml. .. _class_Vector3i: diff --git a/classes/class_vector4.rst b/classes/class_vector4.rst index 4b9e7cc3418..3dd4ae19629 100644 --- a/classes/class_vector4.rst +++ b/classes/class_vector4.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector4.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector4.xml. .. _class_Vector4: diff --git a/classes/class_vector4i.rst b/classes/class_vector4i.rst index 87bb06bdca1..a0e780e47f8 100644 --- a/classes/class_vector4i.rst +++ b/classes/class_vector4i.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Vector4i.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Vector4i.xml. .. _class_Vector4i: diff --git a/classes/class_vehiclebody3d.rst b/classes/class_vehiclebody3d.rst index c1b78483f55..a822718f1c7 100644 --- a/classes/class_vehiclebody3d.rst +++ b/classes/class_vehiclebody3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VehicleBody3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VehicleBody3D.xml. .. _class_VehicleBody3D: diff --git a/classes/class_vehiclewheel3d.rst b/classes/class_vehiclewheel3d.rst index 1df0021c1e3..2fb99f30047 100644 --- a/classes/class_vehiclewheel3d.rst +++ b/classes/class_vehiclewheel3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VehicleWheel3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VehicleWheel3D.xml. .. _class_VehicleWheel3D: diff --git a/classes/class_vflowcontainer.rst b/classes/class_vflowcontainer.rst index 4651100f7c0..602d666a5ef 100644 --- a/classes/class_vflowcontainer.rst +++ b/classes/class_vflowcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VFlowContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VFlowContainer.xml. .. _class_VFlowContainer: diff --git a/classes/class_videostream.rst b/classes/class_videostream.rst index ba676bba4ef..c7f8295a67d 100644 --- a/classes/class_videostream.rst +++ b/classes/class_videostream.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VideoStream.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VideoStream.xml. .. _class_VideoStream: diff --git a/classes/class_videostreamplayback.rst b/classes/class_videostreamplayback.rst index b0e3cf5a022..35b09db9267 100644 --- a/classes/class_videostreamplayback.rst +++ b/classes/class_videostreamplayback.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VideoStreamPlayback.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VideoStreamPlayback.xml. .. _class_VideoStreamPlayback: diff --git a/classes/class_videostreamplayer.rst b/classes/class_videostreamplayer.rst index ff2dbe5acdd..2cb33eaa142 100644 --- a/classes/class_videostreamplayer.rst +++ b/classes/class_videostreamplayer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VideoStreamPlayer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VideoStreamPlayer.xml. .. _class_VideoStreamPlayer: diff --git a/classes/class_videostreamtheora.rst b/classes/class_videostreamtheora.rst index b331e03888d..5c19f41efce 100644 --- a/classes/class_videostreamtheora.rst +++ b/classes/class_videostreamtheora.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/theora/doc_classes/VideoStreamTheora.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/theora/doc_classes/VideoStreamTheora.xml. .. _class_VideoStreamTheora: diff --git a/classes/class_viewport.rst b/classes/class_viewport.rst index a49e66d7ff7..cd78892c422 100644 --- a/classes/class_viewport.rst +++ b/classes/class_viewport.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Viewport.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Viewport.xml. .. _class_Viewport: diff --git a/classes/class_viewporttexture.rst b/classes/class_viewporttexture.rst index 96387139a62..71b1b7dfe6e 100644 --- a/classes/class_viewporttexture.rst +++ b/classes/class_viewporttexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ViewportTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/ViewportTexture.xml. .. _class_ViewportTexture: diff --git a/classes/class_visibleonscreenenabler2d.rst b/classes/class_visibleonscreenenabler2d.rst index 22bcbefea46..e7d6ee4278c 100644 --- a/classes/class_visibleonscreenenabler2d.rst +++ b/classes/class_visibleonscreenenabler2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisibleOnScreenEnabler2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisibleOnScreenEnabler2D.xml. .. _class_VisibleOnScreenEnabler2D: diff --git a/classes/class_visibleonscreenenabler3d.rst b/classes/class_visibleonscreenenabler3d.rst index 37ef22cf1c4..49dd5b78ece 100644 --- a/classes/class_visibleonscreenenabler3d.rst +++ b/classes/class_visibleonscreenenabler3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisibleOnScreenEnabler3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisibleOnScreenEnabler3D.xml. .. _class_VisibleOnScreenEnabler3D: diff --git a/classes/class_visibleonscreennotifier2d.rst b/classes/class_visibleonscreennotifier2d.rst index b789caf2362..8154d00a1a7 100644 --- a/classes/class_visibleonscreennotifier2d.rst +++ b/classes/class_visibleonscreennotifier2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisibleOnScreenNotifier2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisibleOnScreenNotifier2D.xml. .. _class_VisibleOnScreenNotifier2D: diff --git a/classes/class_visibleonscreennotifier3d.rst b/classes/class_visibleonscreennotifier3d.rst index ded7a0e147a..2ca7c181506 100644 --- a/classes/class_visibleonscreennotifier3d.rst +++ b/classes/class_visibleonscreennotifier3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisibleOnScreenNotifier3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisibleOnScreenNotifier3D.xml. .. _class_VisibleOnScreenNotifier3D: diff --git a/classes/class_visualinstance3d.rst b/classes/class_visualinstance3d.rst index 713d99f60ff..65a32e60f5c 100644 --- a/classes/class_visualinstance3d.rst +++ b/classes/class_visualinstance3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualInstance3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualInstance3D.xml. .. _class_VisualInstance3D: diff --git a/classes/class_visualshader.rst b/classes/class_visualshader.rst index 146d43726b4..e38eddfaf27 100644 --- a/classes/class_visualshader.rst +++ b/classes/class_visualshader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShader.xml. .. _class_VisualShader: diff --git a/classes/class_visualshadernode.rst b/classes/class_visualshadernode.rst index 33d49987758..fc9c320abbf 100644 --- a/classes/class_visualshadernode.rst +++ b/classes/class_visualshadernode.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNode.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNode.xml. .. _class_VisualShaderNode: diff --git a/classes/class_visualshadernodebillboard.rst b/classes/class_visualshadernodebillboard.rst index 5a03dc8074e..ab3b0b7629d 100644 --- a/classes/class_visualshadernodebillboard.rst +++ b/classes/class_visualshadernodebillboard.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeBillboard.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeBillboard.xml. .. _class_VisualShaderNodeBillboard: diff --git a/classes/class_visualshadernodebooleanconstant.rst b/classes/class_visualshadernodebooleanconstant.rst index 4285bf08347..6c5dfada793 100644 --- a/classes/class_visualshadernodebooleanconstant.rst +++ b/classes/class_visualshadernodebooleanconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeBooleanConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeBooleanConstant.xml. .. _class_VisualShaderNodeBooleanConstant: diff --git a/classes/class_visualshadernodebooleanparameter.rst b/classes/class_visualshadernodebooleanparameter.rst index 06823706a8a..672e99b3185 100644 --- a/classes/class_visualshadernodebooleanparameter.rst +++ b/classes/class_visualshadernodebooleanparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeBooleanParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeBooleanParameter.xml. .. _class_VisualShaderNodeBooleanParameter: diff --git a/classes/class_visualshadernodeclamp.rst b/classes/class_visualshadernodeclamp.rst index e1c114721e8..65e45f5918a 100644 --- a/classes/class_visualshadernodeclamp.rst +++ b/classes/class_visualshadernodeclamp.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeClamp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeClamp.xml. .. _class_VisualShaderNodeClamp: diff --git a/classes/class_visualshadernodecolorconstant.rst b/classes/class_visualshadernodecolorconstant.rst index 1fa8bcc8d28..9c4a05bea61 100644 --- a/classes/class_visualshadernodecolorconstant.rst +++ b/classes/class_visualshadernodecolorconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeColorConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeColorConstant.xml. .. _class_VisualShaderNodeColorConstant: diff --git a/classes/class_visualshadernodecolorfunc.rst b/classes/class_visualshadernodecolorfunc.rst index 42967c9bb50..4429fe52a88 100644 --- a/classes/class_visualshadernodecolorfunc.rst +++ b/classes/class_visualshadernodecolorfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeColorFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeColorFunc.xml. .. _class_VisualShaderNodeColorFunc: diff --git a/classes/class_visualshadernodecolorop.rst b/classes/class_visualshadernodecolorop.rst index 67d410f47df..4b409573e7d 100644 --- a/classes/class_visualshadernodecolorop.rst +++ b/classes/class_visualshadernodecolorop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeColorOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeColorOp.xml. .. _class_VisualShaderNodeColorOp: diff --git a/classes/class_visualshadernodecolorparameter.rst b/classes/class_visualshadernodecolorparameter.rst index e4411cb6031..6b0d687a627 100644 --- a/classes/class_visualshadernodecolorparameter.rst +++ b/classes/class_visualshadernodecolorparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeColorParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeColorParameter.xml. .. _class_VisualShaderNodeColorParameter: diff --git a/classes/class_visualshadernodecomment.rst b/classes/class_visualshadernodecomment.rst index 12f7d6f5246..26cc5fb7eb2 100644 --- a/classes/class_visualshadernodecomment.rst +++ b/classes/class_visualshadernodecomment.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeComment.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeComment.xml. .. _class_VisualShaderNodeComment: diff --git a/classes/class_visualshadernodecompare.rst b/classes/class_visualshadernodecompare.rst index 2487b8d05c8..90127348138 100644 --- a/classes/class_visualshadernodecompare.rst +++ b/classes/class_visualshadernodecompare.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCompare.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCompare.xml. .. _class_VisualShaderNodeCompare: diff --git a/classes/class_visualshadernodeconstant.rst b/classes/class_visualshadernodeconstant.rst index 27de2d22e25..16a9af97687 100644 --- a/classes/class_visualshadernodeconstant.rst +++ b/classes/class_visualshadernodeconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeConstant.xml. .. _class_VisualShaderNodeConstant: diff --git a/classes/class_visualshadernodecubemap.rst b/classes/class_visualshadernodecubemap.rst index 4e4b786940b..e0339c28e5f 100644 --- a/classes/class_visualshadernodecubemap.rst +++ b/classes/class_visualshadernodecubemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCubemap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCubemap.xml. .. _class_VisualShaderNodeCubemap: diff --git a/classes/class_visualshadernodecubemapparameter.rst b/classes/class_visualshadernodecubemapparameter.rst index b3d360772c4..2f781321b7d 100644 --- a/classes/class_visualshadernodecubemapparameter.rst +++ b/classes/class_visualshadernodecubemapparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCubemapParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCubemapParameter.xml. .. _class_VisualShaderNodeCubemapParameter: diff --git a/classes/class_visualshadernodecurvetexture.rst b/classes/class_visualshadernodecurvetexture.rst index efb32850105..52ac544d6e6 100644 --- a/classes/class_visualshadernodecurvetexture.rst +++ b/classes/class_visualshadernodecurvetexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCurveTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCurveTexture.xml. .. _class_VisualShaderNodeCurveTexture: diff --git a/classes/class_visualshadernodecurvexyztexture.rst b/classes/class_visualshadernodecurvexyztexture.rst index ad92c0fbc84..2c4167da31d 100644 --- a/classes/class_visualshadernodecurvexyztexture.rst +++ b/classes/class_visualshadernodecurvexyztexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCurveXYZTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCurveXYZTexture.xml. .. _class_VisualShaderNodeCurveXYZTexture: diff --git a/classes/class_visualshadernodecustom.rst b/classes/class_visualshadernodecustom.rst index ff0cc375ad8..5cb4fea4add 100644 --- a/classes/class_visualshadernodecustom.rst +++ b/classes/class_visualshadernodecustom.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeCustom.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeCustom.xml. .. _class_VisualShaderNodeCustom: diff --git a/classes/class_visualshadernodederivativefunc.rst b/classes/class_visualshadernodederivativefunc.rst index 4d0dfa7ca9e..5c3b4848801 100644 --- a/classes/class_visualshadernodederivativefunc.rst +++ b/classes/class_visualshadernodederivativefunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeDerivativeFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeDerivativeFunc.xml. .. _class_VisualShaderNodeDerivativeFunc: diff --git a/classes/class_visualshadernodedeterminant.rst b/classes/class_visualshadernodedeterminant.rst index 082fe6534c6..3ea5de97c3b 100644 --- a/classes/class_visualshadernodedeterminant.rst +++ b/classes/class_visualshadernodedeterminant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeDeterminant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeDeterminant.xml. .. _class_VisualShaderNodeDeterminant: diff --git a/classes/class_visualshadernodedistancefade.rst b/classes/class_visualshadernodedistancefade.rst index bfd4e974152..b5c376bec10 100644 --- a/classes/class_visualshadernodedistancefade.rst +++ b/classes/class_visualshadernodedistancefade.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeDistanceFade.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeDistanceFade.xml. .. _class_VisualShaderNodeDistanceFade: diff --git a/classes/class_visualshadernodedotproduct.rst b/classes/class_visualshadernodedotproduct.rst index 280d4ac4abf..3e6aff27a57 100644 --- a/classes/class_visualshadernodedotproduct.rst +++ b/classes/class_visualshadernodedotproduct.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeDotProduct.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeDotProduct.xml. .. _class_VisualShaderNodeDotProduct: diff --git a/classes/class_visualshadernodeexpression.rst b/classes/class_visualshadernodeexpression.rst index 08065ad3816..dda739f96ce 100644 --- a/classes/class_visualshadernodeexpression.rst +++ b/classes/class_visualshadernodeexpression.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeExpression.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeExpression.xml. .. _class_VisualShaderNodeExpression: diff --git a/classes/class_visualshadernodefaceforward.rst b/classes/class_visualshadernodefaceforward.rst index e79f980d000..385a4b28486 100644 --- a/classes/class_visualshadernodefaceforward.rst +++ b/classes/class_visualshadernodefaceforward.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFaceForward.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFaceForward.xml. .. _class_VisualShaderNodeFaceForward: diff --git a/classes/class_visualshadernodefloatconstant.rst b/classes/class_visualshadernodefloatconstant.rst index 2e96c00d120..9224c7f84af 100644 --- a/classes/class_visualshadernodefloatconstant.rst +++ b/classes/class_visualshadernodefloatconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFloatConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFloatConstant.xml. .. _class_VisualShaderNodeFloatConstant: diff --git a/classes/class_visualshadernodefloatfunc.rst b/classes/class_visualshadernodefloatfunc.rst index 1cad1d664b6..7ec23a0d80a 100644 --- a/classes/class_visualshadernodefloatfunc.rst +++ b/classes/class_visualshadernodefloatfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFloatFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFloatFunc.xml. .. _class_VisualShaderNodeFloatFunc: diff --git a/classes/class_visualshadernodefloatop.rst b/classes/class_visualshadernodefloatop.rst index 7a1c5510641..ac653ae0295 100644 --- a/classes/class_visualshadernodefloatop.rst +++ b/classes/class_visualshadernodefloatop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFloatOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFloatOp.xml. .. _class_VisualShaderNodeFloatOp: diff --git a/classes/class_visualshadernodefloatparameter.rst b/classes/class_visualshadernodefloatparameter.rst index 56c7e822f25..7b05700c961 100644 --- a/classes/class_visualshadernodefloatparameter.rst +++ b/classes/class_visualshadernodefloatparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFloatParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFloatParameter.xml. .. _class_VisualShaderNodeFloatParameter: diff --git a/classes/class_visualshadernodeframe.rst b/classes/class_visualshadernodeframe.rst index 631c7480d60..4f1f20bce88 100644 --- a/classes/class_visualshadernodeframe.rst +++ b/classes/class_visualshadernodeframe.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFrame.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFrame.xml. .. _class_VisualShaderNodeFrame: diff --git a/classes/class_visualshadernodefresnel.rst b/classes/class_visualshadernodefresnel.rst index f7bf27cc6f1..fde47fae92d 100644 --- a/classes/class_visualshadernodefresnel.rst +++ b/classes/class_visualshadernodefresnel.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeFresnel.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeFresnel.xml. .. _class_VisualShaderNodeFresnel: diff --git a/classes/class_visualshadernodeglobalexpression.rst b/classes/class_visualshadernodeglobalexpression.rst index e10e4052ee8..e44d148d9f7 100644 --- a/classes/class_visualshadernodeglobalexpression.rst +++ b/classes/class_visualshadernodeglobalexpression.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeGlobalExpression.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeGlobalExpression.xml. .. _class_VisualShaderNodeGlobalExpression: diff --git a/classes/class_visualshadernodegroupbase.rst b/classes/class_visualshadernodegroupbase.rst index ea0c2a97dc5..a4412624642 100644 --- a/classes/class_visualshadernodegroupbase.rst +++ b/classes/class_visualshadernodegroupbase.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeGroupBase.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeGroupBase.xml. .. _class_VisualShaderNodeGroupBase: diff --git a/classes/class_visualshadernodeif.rst b/classes/class_visualshadernodeif.rst index 6e18c538517..918479ba20f 100644 --- a/classes/class_visualshadernodeif.rst +++ b/classes/class_visualshadernodeif.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIf.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIf.xml. .. _class_VisualShaderNodeIf: diff --git a/classes/class_visualshadernodeinput.rst b/classes/class_visualshadernodeinput.rst index e4c41f7a9bd..623ebba8bdc 100644 --- a/classes/class_visualshadernodeinput.rst +++ b/classes/class_visualshadernodeinput.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeInput.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeInput.xml. .. _class_VisualShaderNodeInput: diff --git a/classes/class_visualshadernodeintconstant.rst b/classes/class_visualshadernodeintconstant.rst index cd50e99231e..44567eb8aec 100644 --- a/classes/class_visualshadernodeintconstant.rst +++ b/classes/class_visualshadernodeintconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIntConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIntConstant.xml. .. _class_VisualShaderNodeIntConstant: diff --git a/classes/class_visualshadernodeintfunc.rst b/classes/class_visualshadernodeintfunc.rst index 4b34e4100ac..d0c66d95570 100644 --- a/classes/class_visualshadernodeintfunc.rst +++ b/classes/class_visualshadernodeintfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIntFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIntFunc.xml. .. _class_VisualShaderNodeIntFunc: diff --git a/classes/class_visualshadernodeintop.rst b/classes/class_visualshadernodeintop.rst index fd93ba00ca5..75399a330a0 100644 --- a/classes/class_visualshadernodeintop.rst +++ b/classes/class_visualshadernodeintop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIntOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIntOp.xml. .. _class_VisualShaderNodeIntOp: diff --git a/classes/class_visualshadernodeintparameter.rst b/classes/class_visualshadernodeintparameter.rst index ee79ad55fc1..cd6a73fa337 100644 --- a/classes/class_visualshadernodeintparameter.rst +++ b/classes/class_visualshadernodeintparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIntParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIntParameter.xml. .. _class_VisualShaderNodeIntParameter: diff --git a/classes/class_visualshadernodeis.rst b/classes/class_visualshadernodeis.rst index a065e952386..bc9371e4c8c 100644 --- a/classes/class_visualshadernodeis.rst +++ b/classes/class_visualshadernodeis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeIs.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeIs.xml. .. _class_VisualShaderNodeIs: diff --git a/classes/class_visualshadernodelinearscenedepth.rst b/classes/class_visualshadernodelinearscenedepth.rst index a7697798b8c..6cfbe7dfd58 100644 --- a/classes/class_visualshadernodelinearscenedepth.rst +++ b/classes/class_visualshadernodelinearscenedepth.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeLinearSceneDepth.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeLinearSceneDepth.xml. .. _class_VisualShaderNodeLinearSceneDepth: diff --git a/classes/class_visualshadernodemix.rst b/classes/class_visualshadernodemix.rst index cef04a386d5..18b4b904dbb 100644 --- a/classes/class_visualshadernodemix.rst +++ b/classes/class_visualshadernodemix.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeMix.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeMix.xml. .. _class_VisualShaderNodeMix: diff --git a/classes/class_visualshadernodemultiplyadd.rst b/classes/class_visualshadernodemultiplyadd.rst index bbf6a9ababb..f89e2e9d418 100644 --- a/classes/class_visualshadernodemultiplyadd.rst +++ b/classes/class_visualshadernodemultiplyadd.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeMultiplyAdd.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeMultiplyAdd.xml. .. _class_VisualShaderNodeMultiplyAdd: diff --git a/classes/class_visualshadernodeouterproduct.rst b/classes/class_visualshadernodeouterproduct.rst index 2fb69fbfd16..1616d91650b 100644 --- a/classes/class_visualshadernodeouterproduct.rst +++ b/classes/class_visualshadernodeouterproduct.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeOuterProduct.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeOuterProduct.xml. .. _class_VisualShaderNodeOuterProduct: diff --git a/classes/class_visualshadernodeoutput.rst b/classes/class_visualshadernodeoutput.rst index 7039f579247..9dc93cc7d2e 100644 --- a/classes/class_visualshadernodeoutput.rst +++ b/classes/class_visualshadernodeoutput.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeOutput.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeOutput.xml. .. _class_VisualShaderNodeOutput: diff --git a/classes/class_visualshadernodeparameter.rst b/classes/class_visualshadernodeparameter.rst index 4bb90905f30..2341100d3ce 100644 --- a/classes/class_visualshadernodeparameter.rst +++ b/classes/class_visualshadernodeparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParameter.xml. .. _class_VisualShaderNodeParameter: diff --git a/classes/class_visualshadernodeparameterref.rst b/classes/class_visualshadernodeparameterref.rst index b7fccd267f9..6d7cdc6bb49 100644 --- a/classes/class_visualshadernodeparameterref.rst +++ b/classes/class_visualshadernodeparameterref.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParameterRef.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParameterRef.xml. .. _class_VisualShaderNodeParameterRef: diff --git a/classes/class_visualshadernodeparticleaccelerator.rst b/classes/class_visualshadernodeparticleaccelerator.rst index 04472674966..c506d7944f7 100644 --- a/classes/class_visualshadernodeparticleaccelerator.rst +++ b/classes/class_visualshadernodeparticleaccelerator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleAccelerator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleAccelerator.xml. .. _class_VisualShaderNodeParticleAccelerator: diff --git a/classes/class_visualshadernodeparticleboxemitter.rst b/classes/class_visualshadernodeparticleboxemitter.rst index 4485b055bb8..d1b610aaa2d 100644 --- a/classes/class_visualshadernodeparticleboxemitter.rst +++ b/classes/class_visualshadernodeparticleboxemitter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleBoxEmitter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleBoxEmitter.xml. .. _class_VisualShaderNodeParticleBoxEmitter: diff --git a/classes/class_visualshadernodeparticleconevelocity.rst b/classes/class_visualshadernodeparticleconevelocity.rst index 821f1f06183..89df11bac55 100644 --- a/classes/class_visualshadernodeparticleconevelocity.rst +++ b/classes/class_visualshadernodeparticleconevelocity.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleConeVelocity.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleConeVelocity.xml. .. _class_VisualShaderNodeParticleConeVelocity: diff --git a/classes/class_visualshadernodeparticleemit.rst b/classes/class_visualshadernodeparticleemit.rst index 097848741f8..5bdc4c6ad65 100644 --- a/classes/class_visualshadernodeparticleemit.rst +++ b/classes/class_visualshadernodeparticleemit.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleEmit.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleEmit.xml. .. _class_VisualShaderNodeParticleEmit: diff --git a/classes/class_visualshadernodeparticleemitter.rst b/classes/class_visualshadernodeparticleemitter.rst index d865211d4d3..e9c93abc31c 100644 --- a/classes/class_visualshadernodeparticleemitter.rst +++ b/classes/class_visualshadernodeparticleemitter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleEmitter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleEmitter.xml. .. _class_VisualShaderNodeParticleEmitter: diff --git a/classes/class_visualshadernodeparticlemeshemitter.rst b/classes/class_visualshadernodeparticlemeshemitter.rst index 0d02ceafc18..394517402a7 100644 --- a/classes/class_visualshadernodeparticlemeshemitter.rst +++ b/classes/class_visualshadernodeparticlemeshemitter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleMeshEmitter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleMeshEmitter.xml. .. _class_VisualShaderNodeParticleMeshEmitter: diff --git a/classes/class_visualshadernodeparticlemultiplybyaxisangle.rst b/classes/class_visualshadernodeparticlemultiplybyaxisangle.rst index 91c8dfb79ae..d585891be31 100644 --- a/classes/class_visualshadernodeparticlemultiplybyaxisangle.rst +++ b/classes/class_visualshadernodeparticlemultiplybyaxisangle.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleMultiplyByAxisAngle.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleMultiplyByAxisAngle.xml. .. _class_VisualShaderNodeParticleMultiplyByAxisAngle: diff --git a/classes/class_visualshadernodeparticleoutput.rst b/classes/class_visualshadernodeparticleoutput.rst index 7649bc2744c..7d99769282c 100644 --- a/classes/class_visualshadernodeparticleoutput.rst +++ b/classes/class_visualshadernodeparticleoutput.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleOutput.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleOutput.xml. .. _class_VisualShaderNodeParticleOutput: diff --git a/classes/class_visualshadernodeparticlerandomness.rst b/classes/class_visualshadernodeparticlerandomness.rst index 6cbcea20b70..9ddb604f587 100644 --- a/classes/class_visualshadernodeparticlerandomness.rst +++ b/classes/class_visualshadernodeparticlerandomness.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleRandomness.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleRandomness.xml. .. _class_VisualShaderNodeParticleRandomness: diff --git a/classes/class_visualshadernodeparticleringemitter.rst b/classes/class_visualshadernodeparticleringemitter.rst index 59551a37772..ce923d7a7c8 100644 --- a/classes/class_visualshadernodeparticleringemitter.rst +++ b/classes/class_visualshadernodeparticleringemitter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleRingEmitter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleRingEmitter.xml. .. _class_VisualShaderNodeParticleRingEmitter: diff --git a/classes/class_visualshadernodeparticlesphereemitter.rst b/classes/class_visualshadernodeparticlesphereemitter.rst index f5a4e93fd7e..ce1b5de3ba8 100644 --- a/classes/class_visualshadernodeparticlesphereemitter.rst +++ b/classes/class_visualshadernodeparticlesphereemitter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeParticleSphereEmitter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeParticleSphereEmitter.xml. .. _class_VisualShaderNodeParticleSphereEmitter: diff --git a/classes/class_visualshadernodeproximityfade.rst b/classes/class_visualshadernodeproximityfade.rst index c20796bcb12..f197eecd90f 100644 --- a/classes/class_visualshadernodeproximityfade.rst +++ b/classes/class_visualshadernodeproximityfade.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeProximityFade.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeProximityFade.xml. .. _class_VisualShaderNodeProximityFade: diff --git a/classes/class_visualshadernoderandomrange.rst b/classes/class_visualshadernoderandomrange.rst index 065465d3474..2addda74571 100644 --- a/classes/class_visualshadernoderandomrange.rst +++ b/classes/class_visualshadernoderandomrange.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeRandomRange.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeRandomRange.xml. .. _class_VisualShaderNodeRandomRange: diff --git a/classes/class_visualshadernoderemap.rst b/classes/class_visualshadernoderemap.rst index d1dc531405d..53c883394f2 100644 --- a/classes/class_visualshadernoderemap.rst +++ b/classes/class_visualshadernoderemap.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeRemap.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeRemap.xml. .. _class_VisualShaderNodeRemap: diff --git a/classes/class_visualshadernodereroute.rst b/classes/class_visualshadernodereroute.rst index 7d8d7ee33f4..254f489b835 100644 --- a/classes/class_visualshadernodereroute.rst +++ b/classes/class_visualshadernodereroute.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeReroute.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeReroute.xml. .. _class_VisualShaderNodeReroute: diff --git a/classes/class_visualshadernoderesizablebase.rst b/classes/class_visualshadernoderesizablebase.rst index 083ce0d4aad..8e5ed298cb8 100644 --- a/classes/class_visualshadernoderesizablebase.rst +++ b/classes/class_visualshadernoderesizablebase.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeResizableBase.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeResizableBase.xml. .. _class_VisualShaderNodeResizableBase: diff --git a/classes/class_visualshadernoderotationbyaxis.rst b/classes/class_visualshadernoderotationbyaxis.rst index f411d3a5119..5c41f6f6100 100644 --- a/classes/class_visualshadernoderotationbyaxis.rst +++ b/classes/class_visualshadernoderotationbyaxis.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeRotationByAxis.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeRotationByAxis.xml. .. _class_VisualShaderNodeRotationByAxis: diff --git a/classes/class_visualshadernodesample3d.rst b/classes/class_visualshadernodesample3d.rst index 6b3417702af..df8692f0e52 100644 --- a/classes/class_visualshadernodesample3d.rst +++ b/classes/class_visualshadernodesample3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeSample3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeSample3D.xml. .. _class_VisualShaderNodeSample3D: diff --git a/classes/class_visualshadernodescreennormalworldspace.rst b/classes/class_visualshadernodescreennormalworldspace.rst index d2942799f61..a0cccfd88e7 100644 --- a/classes/class_visualshadernodescreennormalworldspace.rst +++ b/classes/class_visualshadernodescreennormalworldspace.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeScreenNormalWorldSpace.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeScreenNormalWorldSpace.xml. .. _class_VisualShaderNodeScreenNormalWorldSpace: diff --git a/classes/class_visualshadernodescreenuvtosdf.rst b/classes/class_visualshadernodescreenuvtosdf.rst index be1964c865d..2d3852d76c1 100644 --- a/classes/class_visualshadernodescreenuvtosdf.rst +++ b/classes/class_visualshadernodescreenuvtosdf.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeScreenUVToSDF.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeScreenUVToSDF.xml. .. _class_VisualShaderNodeScreenUVToSDF: diff --git a/classes/class_visualshadernodesdfraymarch.rst b/classes/class_visualshadernodesdfraymarch.rst index c45bb72ecbe..5474700f45d 100644 --- a/classes/class_visualshadernodesdfraymarch.rst +++ b/classes/class_visualshadernodesdfraymarch.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeSDFRaymarch.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeSDFRaymarch.xml. .. _class_VisualShaderNodeSDFRaymarch: diff --git a/classes/class_visualshadernodesdftoscreenuv.rst b/classes/class_visualshadernodesdftoscreenuv.rst index df616556993..67bcb75b5da 100644 --- a/classes/class_visualshadernodesdftoscreenuv.rst +++ b/classes/class_visualshadernodesdftoscreenuv.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeSDFToScreenUV.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeSDFToScreenUV.xml. .. _class_VisualShaderNodeSDFToScreenUV: diff --git a/classes/class_visualshadernodesmoothstep.rst b/classes/class_visualshadernodesmoothstep.rst index 794bdbf9e7b..5cbfff0b166 100644 --- a/classes/class_visualshadernodesmoothstep.rst +++ b/classes/class_visualshadernodesmoothstep.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeSmoothStep.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeSmoothStep.xml. .. _class_VisualShaderNodeSmoothStep: diff --git a/classes/class_visualshadernodestep.rst b/classes/class_visualshadernodestep.rst index 5f80ee06571..ae25b7d3a4f 100644 --- a/classes/class_visualshadernodestep.rst +++ b/classes/class_visualshadernodestep.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeStep.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeStep.xml. .. _class_VisualShaderNodeStep: diff --git a/classes/class_visualshadernodeswitch.rst b/classes/class_visualshadernodeswitch.rst index 4bed971b6e1..9a1ec35b8bc 100644 --- a/classes/class_visualshadernodeswitch.rst +++ b/classes/class_visualshadernodeswitch.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeSwitch.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeSwitch.xml. .. _class_VisualShaderNodeSwitch: diff --git a/classes/class_visualshadernodetexture.rst b/classes/class_visualshadernodetexture.rst index 7f028b5616b..4f2ab8cffb2 100644 --- a/classes/class_visualshadernodetexture.rst +++ b/classes/class_visualshadernodetexture.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture.xml. .. _class_VisualShaderNodeTexture: diff --git a/classes/class_visualshadernodetexture2darray.rst b/classes/class_visualshadernodetexture2darray.rst index 3b725a70229..90ddd65ecdd 100644 --- a/classes/class_visualshadernodetexture2darray.rst +++ b/classes/class_visualshadernodetexture2darray.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture2DArray.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture2DArray.xml. .. _class_VisualShaderNodeTexture2DArray: diff --git a/classes/class_visualshadernodetexture2darrayparameter.rst b/classes/class_visualshadernodetexture2darrayparameter.rst index 5948e52ceed..3678397aa05 100644 --- a/classes/class_visualshadernodetexture2darrayparameter.rst +++ b/classes/class_visualshadernodetexture2darrayparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture2DArrayParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture2DArrayParameter.xml. .. _class_VisualShaderNodeTexture2DArrayParameter: diff --git a/classes/class_visualshadernodetexture2dparameter.rst b/classes/class_visualshadernodetexture2dparameter.rst index f7de0b5a123..c7badfa9482 100644 --- a/classes/class_visualshadernodetexture2dparameter.rst +++ b/classes/class_visualshadernodetexture2dparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture2DParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture2DParameter.xml. .. _class_VisualShaderNodeTexture2DParameter: diff --git a/classes/class_visualshadernodetexture3d.rst b/classes/class_visualshadernodetexture3d.rst index 5b0ab9bc369..daf52bede36 100644 --- a/classes/class_visualshadernodetexture3d.rst +++ b/classes/class_visualshadernodetexture3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture3D.xml. .. _class_VisualShaderNodeTexture3D: diff --git a/classes/class_visualshadernodetexture3dparameter.rst b/classes/class_visualshadernodetexture3dparameter.rst index 9acd1965e79..56c8d5cbebb 100644 --- a/classes/class_visualshadernodetexture3dparameter.rst +++ b/classes/class_visualshadernodetexture3dparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTexture3DParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTexture3DParameter.xml. .. _class_VisualShaderNodeTexture3DParameter: diff --git a/classes/class_visualshadernodetextureparameter.rst b/classes/class_visualshadernodetextureparameter.rst index 6fef60d77f9..50fb006092a 100644 --- a/classes/class_visualshadernodetextureparameter.rst +++ b/classes/class_visualshadernodetextureparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTextureParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTextureParameter.xml. .. _class_VisualShaderNodeTextureParameter: diff --git a/classes/class_visualshadernodetextureparametertriplanar.rst b/classes/class_visualshadernodetextureparametertriplanar.rst index d16059d6b4f..3073dfa4113 100644 --- a/classes/class_visualshadernodetextureparametertriplanar.rst +++ b/classes/class_visualshadernodetextureparametertriplanar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTextureParameterTriplanar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTextureParameterTriplanar.xml. .. _class_VisualShaderNodeTextureParameterTriplanar: diff --git a/classes/class_visualshadernodetexturesdf.rst b/classes/class_visualshadernodetexturesdf.rst index 032664f7389..fcbaecfeba7 100644 --- a/classes/class_visualshadernodetexturesdf.rst +++ b/classes/class_visualshadernodetexturesdf.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTextureSDF.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTextureSDF.xml. .. _class_VisualShaderNodeTextureSDF: diff --git a/classes/class_visualshadernodetexturesdfnormal.rst b/classes/class_visualshadernodetexturesdfnormal.rst index 917297ccfcf..dc958b0100f 100644 --- a/classes/class_visualshadernodetexturesdfnormal.rst +++ b/classes/class_visualshadernodetexturesdfnormal.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTextureSDFNormal.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTextureSDFNormal.xml. .. _class_VisualShaderNodeTextureSDFNormal: diff --git a/classes/class_visualshadernodetransformcompose.rst b/classes/class_visualshadernodetransformcompose.rst index e83cef68e75..f06f60834f1 100644 --- a/classes/class_visualshadernodetransformcompose.rst +++ b/classes/class_visualshadernodetransformcompose.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformCompose.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformCompose.xml. .. _class_VisualShaderNodeTransformCompose: diff --git a/classes/class_visualshadernodetransformconstant.rst b/classes/class_visualshadernodetransformconstant.rst index ce0a2578985..18b8f2daada 100644 --- a/classes/class_visualshadernodetransformconstant.rst +++ b/classes/class_visualshadernodetransformconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformConstant.xml. .. _class_VisualShaderNodeTransformConstant: diff --git a/classes/class_visualshadernodetransformdecompose.rst b/classes/class_visualshadernodetransformdecompose.rst index a44c3d0a190..575599fcb08 100644 --- a/classes/class_visualshadernodetransformdecompose.rst +++ b/classes/class_visualshadernodetransformdecompose.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformDecompose.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformDecompose.xml. .. _class_VisualShaderNodeTransformDecompose: diff --git a/classes/class_visualshadernodetransformfunc.rst b/classes/class_visualshadernodetransformfunc.rst index 25ebffe71a9..4f15b07fbfd 100644 --- a/classes/class_visualshadernodetransformfunc.rst +++ b/classes/class_visualshadernodetransformfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformFunc.xml. .. _class_VisualShaderNodeTransformFunc: diff --git a/classes/class_visualshadernodetransformop.rst b/classes/class_visualshadernodetransformop.rst index 9c0f8ee792e..601666cdf6b 100644 --- a/classes/class_visualshadernodetransformop.rst +++ b/classes/class_visualshadernodetransformop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformOp.xml. .. _class_VisualShaderNodeTransformOp: diff --git a/classes/class_visualshadernodetransformparameter.rst b/classes/class_visualshadernodetransformparameter.rst index 89856467f6f..eabf23ea581 100644 --- a/classes/class_visualshadernodetransformparameter.rst +++ b/classes/class_visualshadernodetransformparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformParameter.xml. .. _class_VisualShaderNodeTransformParameter: diff --git a/classes/class_visualshadernodetransformvecmult.rst b/classes/class_visualshadernodetransformvecmult.rst index 722cf0c4984..4c0a3d02c74 100644 --- a/classes/class_visualshadernodetransformvecmult.rst +++ b/classes/class_visualshadernodetransformvecmult.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeTransformVecMult.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeTransformVecMult.xml. .. _class_VisualShaderNodeTransformVecMult: diff --git a/classes/class_visualshadernodeuintconstant.rst b/classes/class_visualshadernodeuintconstant.rst index d458e4061cd..fcc2e3b97f5 100644 --- a/classes/class_visualshadernodeuintconstant.rst +++ b/classes/class_visualshadernodeuintconstant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUIntConstant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUIntConstant.xml. .. _class_VisualShaderNodeUIntConstant: diff --git a/classes/class_visualshadernodeuintfunc.rst b/classes/class_visualshadernodeuintfunc.rst index c13c5407368..8f927eb5865 100644 --- a/classes/class_visualshadernodeuintfunc.rst +++ b/classes/class_visualshadernodeuintfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUIntFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUIntFunc.xml. .. _class_VisualShaderNodeUIntFunc: diff --git a/classes/class_visualshadernodeuintop.rst b/classes/class_visualshadernodeuintop.rst index 2e1b7d52c6d..2c810f9f994 100644 --- a/classes/class_visualshadernodeuintop.rst +++ b/classes/class_visualshadernodeuintop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUIntOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUIntOp.xml. .. _class_VisualShaderNodeUIntOp: diff --git a/classes/class_visualshadernodeuintparameter.rst b/classes/class_visualshadernodeuintparameter.rst index d16711c5f00..0e6a334ecb4 100644 --- a/classes/class_visualshadernodeuintparameter.rst +++ b/classes/class_visualshadernodeuintparameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUIntParameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUIntParameter.xml. .. _class_VisualShaderNodeUIntParameter: diff --git a/classes/class_visualshadernodeuvfunc.rst b/classes/class_visualshadernodeuvfunc.rst index a66ed3c36a6..893241c270a 100644 --- a/classes/class_visualshadernodeuvfunc.rst +++ b/classes/class_visualshadernodeuvfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUVFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUVFunc.xml. .. _class_VisualShaderNodeUVFunc: diff --git a/classes/class_visualshadernodeuvpolarcoord.rst b/classes/class_visualshadernodeuvpolarcoord.rst index 92b5ab568a0..80cb323b385 100644 --- a/classes/class_visualshadernodeuvpolarcoord.rst +++ b/classes/class_visualshadernodeuvpolarcoord.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeUVPolarCoord.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeUVPolarCoord.xml. .. _class_VisualShaderNodeUVPolarCoord: diff --git a/classes/class_visualshadernodevarying.rst b/classes/class_visualshadernodevarying.rst index 0cbdfbf4bbb..d309ed44517 100644 --- a/classes/class_visualshadernodevarying.rst +++ b/classes/class_visualshadernodevarying.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVarying.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVarying.xml. .. _class_VisualShaderNodeVarying: diff --git a/classes/class_visualshadernodevaryinggetter.rst b/classes/class_visualshadernodevaryinggetter.rst index 709cf2195f2..8237c4427a9 100644 --- a/classes/class_visualshadernodevaryinggetter.rst +++ b/classes/class_visualshadernodevaryinggetter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVaryingGetter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVaryingGetter.xml. .. _class_VisualShaderNodeVaryingGetter: diff --git a/classes/class_visualshadernodevaryingsetter.rst b/classes/class_visualshadernodevaryingsetter.rst index bee8018aac0..c4542b45838 100644 --- a/classes/class_visualshadernodevaryingsetter.rst +++ b/classes/class_visualshadernodevaryingsetter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVaryingSetter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVaryingSetter.xml. .. _class_VisualShaderNodeVaryingSetter: diff --git a/classes/class_visualshadernodevec2constant.rst b/classes/class_visualshadernodevec2constant.rst index e7393756169..4942f3c5a43 100644 --- a/classes/class_visualshadernodevec2constant.rst +++ b/classes/class_visualshadernodevec2constant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec2Constant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec2Constant.xml. .. _class_VisualShaderNodeVec2Constant: diff --git a/classes/class_visualshadernodevec2parameter.rst b/classes/class_visualshadernodevec2parameter.rst index d7f58109d4e..22ebca62850 100644 --- a/classes/class_visualshadernodevec2parameter.rst +++ b/classes/class_visualshadernodevec2parameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec2Parameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec2Parameter.xml. .. _class_VisualShaderNodeVec2Parameter: diff --git a/classes/class_visualshadernodevec3constant.rst b/classes/class_visualshadernodevec3constant.rst index ca898b18955..eedd49d9166 100644 --- a/classes/class_visualshadernodevec3constant.rst +++ b/classes/class_visualshadernodevec3constant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec3Constant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec3Constant.xml. .. _class_VisualShaderNodeVec3Constant: diff --git a/classes/class_visualshadernodevec3parameter.rst b/classes/class_visualshadernodevec3parameter.rst index ee1c6f96bbf..1b41ed3d9f7 100644 --- a/classes/class_visualshadernodevec3parameter.rst +++ b/classes/class_visualshadernodevec3parameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec3Parameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec3Parameter.xml. .. _class_VisualShaderNodeVec3Parameter: diff --git a/classes/class_visualshadernodevec4constant.rst b/classes/class_visualshadernodevec4constant.rst index d53d379cc1d..e09a163ec4e 100644 --- a/classes/class_visualshadernodevec4constant.rst +++ b/classes/class_visualshadernodevec4constant.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec4Constant.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec4Constant.xml. .. _class_VisualShaderNodeVec4Constant: diff --git a/classes/class_visualshadernodevec4parameter.rst b/classes/class_visualshadernodevec4parameter.rst index 7a5147e1006..f1dc743a6a4 100644 --- a/classes/class_visualshadernodevec4parameter.rst +++ b/classes/class_visualshadernodevec4parameter.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVec4Parameter.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVec4Parameter.xml. .. _class_VisualShaderNodeVec4Parameter: diff --git a/classes/class_visualshadernodevectorbase.rst b/classes/class_visualshadernodevectorbase.rst index 331aa2d43ea..01dae818648 100644 --- a/classes/class_visualshadernodevectorbase.rst +++ b/classes/class_visualshadernodevectorbase.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorBase.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorBase.xml. .. _class_VisualShaderNodeVectorBase: diff --git a/classes/class_visualshadernodevectorcompose.rst b/classes/class_visualshadernodevectorcompose.rst index c10e062029b..1ce8f6541f4 100644 --- a/classes/class_visualshadernodevectorcompose.rst +++ b/classes/class_visualshadernodevectorcompose.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorCompose.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorCompose.xml. .. _class_VisualShaderNodeVectorCompose: diff --git a/classes/class_visualshadernodevectordecompose.rst b/classes/class_visualshadernodevectordecompose.rst index 4544ceb555f..0b328309b74 100644 --- a/classes/class_visualshadernodevectordecompose.rst +++ b/classes/class_visualshadernodevectordecompose.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorDecompose.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorDecompose.xml. .. _class_VisualShaderNodeVectorDecompose: diff --git a/classes/class_visualshadernodevectordistance.rst b/classes/class_visualshadernodevectordistance.rst index 14bdf9f37a3..8082764da06 100644 --- a/classes/class_visualshadernodevectordistance.rst +++ b/classes/class_visualshadernodevectordistance.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorDistance.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorDistance.xml. .. _class_VisualShaderNodeVectorDistance: diff --git a/classes/class_visualshadernodevectorfunc.rst b/classes/class_visualshadernodevectorfunc.rst index b1e437c1a9e..5fafa05dcd4 100644 --- a/classes/class_visualshadernodevectorfunc.rst +++ b/classes/class_visualshadernodevectorfunc.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorFunc.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorFunc.xml. .. _class_VisualShaderNodeVectorFunc: diff --git a/classes/class_visualshadernodevectorlen.rst b/classes/class_visualshadernodevectorlen.rst index 3f49c5c9981..262da9f126c 100644 --- a/classes/class_visualshadernodevectorlen.rst +++ b/classes/class_visualshadernodevectorlen.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorLen.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorLen.xml. .. _class_VisualShaderNodeVectorLen: diff --git a/classes/class_visualshadernodevectorop.rst b/classes/class_visualshadernodevectorop.rst index a83763e58f8..b11392c3761 100644 --- a/classes/class_visualshadernodevectorop.rst +++ b/classes/class_visualshadernodevectorop.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorOp.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorOp.xml. .. _class_VisualShaderNodeVectorOp: diff --git a/classes/class_visualshadernodevectorrefract.rst b/classes/class_visualshadernodevectorrefract.rst index 02b30c7e7e3..10c3837fe61 100644 --- a/classes/class_visualshadernodevectorrefract.rst +++ b/classes/class_visualshadernodevectorrefract.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeVectorRefract.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeVectorRefract.xml. .. _class_VisualShaderNodeVectorRefract: diff --git a/classes/class_visualshadernodeworldpositionfromdepth.rst b/classes/class_visualshadernodeworldpositionfromdepth.rst index f74eb94e6bd..3ef18762d97 100644 --- a/classes/class_visualshadernodeworldpositionfromdepth.rst +++ b/classes/class_visualshadernodeworldpositionfromdepth.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VisualShaderNodeWorldPositionFromDepth.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VisualShaderNodeWorldPositionFromDepth.xml. .. _class_VisualShaderNodeWorldPositionFromDepth: diff --git a/classes/class_voxelgi.rst b/classes/class_voxelgi.rst index e473c3bdce0..9f32d9b90e2 100644 --- a/classes/class_voxelgi.rst +++ b/classes/class_voxelgi.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VoxelGI.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VoxelGI.xml. .. _class_VoxelGI: diff --git a/classes/class_voxelgidata.rst b/classes/class_voxelgidata.rst index a45bccc41ed..87957ee5627 100644 --- a/classes/class_voxelgidata.rst +++ b/classes/class_voxelgidata.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VoxelGIData.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VoxelGIData.xml. .. _class_VoxelGIData: diff --git a/classes/class_vscrollbar.rst b/classes/class_vscrollbar.rst index 15397d09d00..603cbb54a9d 100644 --- a/classes/class_vscrollbar.rst +++ b/classes/class_vscrollbar.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VScrollBar.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VScrollBar.xml. .. _class_VScrollBar: diff --git a/classes/class_vseparator.rst b/classes/class_vseparator.rst index d82c7f210e6..d652f24957e 100644 --- a/classes/class_vseparator.rst +++ b/classes/class_vseparator.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VSeparator.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VSeparator.xml. .. _class_VSeparator: diff --git a/classes/class_vslider.rst b/classes/class_vslider.rst index 4b56ae24bd3..749659cc288 100644 --- a/classes/class_vslider.rst +++ b/classes/class_vslider.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VSlider.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VSlider.xml. .. _class_VSlider: diff --git a/classes/class_vsplitcontainer.rst b/classes/class_vsplitcontainer.rst index 774a7c500aa..7118cde8d03 100644 --- a/classes/class_vsplitcontainer.rst +++ b/classes/class_vsplitcontainer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VSplitContainer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/VSplitContainer.xml. .. _class_VSplitContainer: diff --git a/classes/class_weakref.rst b/classes/class_weakref.rst index 3108846706f..47082eaee01 100644 --- a/classes/class_weakref.rst +++ b/classes/class_weakref.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/WeakRef.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/WeakRef.xml. .. _class_WeakRef: diff --git a/classes/class_webrtcdatachannel.rst b/classes/class_webrtcdatachannel.rst index 0623a5e53e3..a831e42f87b 100644 --- a/classes/class_webrtcdatachannel.rst +++ b/classes/class_webrtcdatachannel.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webrtc/doc_classes/WebRTCDataChannel.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webrtc/doc_classes/WebRTCDataChannel.xml. .. _class_WebRTCDataChannel: diff --git a/classes/class_webrtcdatachannelextension.rst b/classes/class_webrtcdatachannelextension.rst index fcca3ba51f4..980dd237e68 100644 --- a/classes/class_webrtcdatachannelextension.rst +++ b/classes/class_webrtcdatachannelextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webrtc/doc_classes/WebRTCDataChannelExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webrtc/doc_classes/WebRTCDataChannelExtension.xml. .. _class_WebRTCDataChannelExtension: diff --git a/classes/class_webrtcmultiplayerpeer.rst b/classes/class_webrtcmultiplayerpeer.rst index 73da750ea2e..cec97851915 100644 --- a/classes/class_webrtcmultiplayerpeer.rst +++ b/classes/class_webrtcmultiplayerpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webrtc/doc_classes/WebRTCMultiplayerPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webrtc/doc_classes/WebRTCMultiplayerPeer.xml. .. _class_WebRTCMultiplayerPeer: diff --git a/classes/class_webrtcpeerconnection.rst b/classes/class_webrtcpeerconnection.rst index 66914170673..5a3eee8aaaf 100644 --- a/classes/class_webrtcpeerconnection.rst +++ b/classes/class_webrtcpeerconnection.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webrtc/doc_classes/WebRTCPeerConnection.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webrtc/doc_classes/WebRTCPeerConnection.xml. .. _class_WebRTCPeerConnection: diff --git a/classes/class_webrtcpeerconnectionextension.rst b/classes/class_webrtcpeerconnectionextension.rst index 1328db08825..0997a8b3cc2 100644 --- a/classes/class_webrtcpeerconnectionextension.rst +++ b/classes/class_webrtcpeerconnectionextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webrtc/doc_classes/WebRTCPeerConnectionExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webrtc/doc_classes/WebRTCPeerConnectionExtension.xml. .. _class_WebRTCPeerConnectionExtension: diff --git a/classes/class_websocketmultiplayerpeer.rst b/classes/class_websocketmultiplayerpeer.rst index 468205a0072..fc0aabac378 100644 --- a/classes/class_websocketmultiplayerpeer.rst +++ b/classes/class_websocketmultiplayerpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml. .. _class_WebSocketMultiplayerPeer: diff --git a/classes/class_websocketpeer.rst b/classes/class_websocketpeer.rst index b2104534c39..7cad48b2742 100644 --- a/classes/class_websocketpeer.rst +++ b/classes/class_websocketpeer.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/websocket/doc_classes/WebSocketPeer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/websocket/doc_classes/WebSocketPeer.xml. .. _class_WebSocketPeer: diff --git a/classes/class_webxrinterface.rst b/classes/class_webxrinterface.rst index de4deb8f978..95ab1b2785d 100644 --- a/classes/class_webxrinterface.rst +++ b/classes/class_webxrinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/webxr/doc_classes/WebXRInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/webxr/doc_classes/WebXRInterface.xml. .. _class_WebXRInterface: diff --git a/classes/class_window.rst b/classes/class_window.rst index 004a0b70cf9..35dba8362c3 100644 --- a/classes/class_window.rst +++ b/classes/class_window.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Window.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/Window.xml. .. _class_Window: diff --git a/classes/class_workerthreadpool.rst b/classes/class_workerthreadpool.rst index 8aa1dbc4af8..9d5d17f5e69 100644 --- a/classes/class_workerthreadpool.rst +++ b/classes/class_workerthreadpool.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/WorkerThreadPool.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/WorkerThreadPool.xml. .. _class_WorkerThreadPool: diff --git a/classes/class_world2d.rst b/classes/class_world2d.rst index 4413b96eda5..3ffc0b34795 100644 --- a/classes/class_world2d.rst +++ b/classes/class_world2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/World2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/World2D.xml. .. _class_World2D: diff --git a/classes/class_world3d.rst b/classes/class_world3d.rst index db863832d08..ae17f91d9a5 100644 --- a/classes/class_world3d.rst +++ b/classes/class_world3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/World3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/World3D.xml. .. _class_World3D: diff --git a/classes/class_worldboundaryshape2d.rst b/classes/class_worldboundaryshape2d.rst index 27f0f15b4a7..9ca8394f69d 100644 --- a/classes/class_worldboundaryshape2d.rst +++ b/classes/class_worldboundaryshape2d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/WorldBoundaryShape2D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/WorldBoundaryShape2D.xml. .. _class_WorldBoundaryShape2D: diff --git a/classes/class_worldboundaryshape3d.rst b/classes/class_worldboundaryshape3d.rst index 2b3b11222e5..f8c3c07762c 100644 --- a/classes/class_worldboundaryshape3d.rst +++ b/classes/class_worldboundaryshape3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/WorldBoundaryShape3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/WorldBoundaryShape3D.xml. .. _class_WorldBoundaryShape3D: diff --git a/classes/class_worldenvironment.rst b/classes/class_worldenvironment.rst index 3d149e818e5..96634de15a5 100644 --- a/classes/class_worldenvironment.rst +++ b/classes/class_worldenvironment.rst @@ -5,8 +5,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/WorldEnvironment.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/WorldEnvironment.xml. .. _class_WorldEnvironment: diff --git a/classes/class_x509certificate.rst b/classes/class_x509certificate.rst index e7814580293..c5a4e618bbe 100644 --- a/classes/class_x509certificate.rst +++ b/classes/class_x509certificate.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/X509Certificate.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/X509Certificate.xml. .. _class_X509Certificate: diff --git a/classes/class_xmlparser.rst b/classes/class_xmlparser.rst index 6fe88965d4c..9948ca50fc9 100644 --- a/classes/class_xmlparser.rst +++ b/classes/class_xmlparser.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XMLParser.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XMLParser.xml. .. _class_XMLParser: diff --git a/classes/class_xranchor3d.rst b/classes/class_xranchor3d.rst index 5af1357d395..2e5cc928f19 100644 --- a/classes/class_xranchor3d.rst +++ b/classes/class_xranchor3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRAnchor3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRAnchor3D.xml. .. _class_XRAnchor3D: diff --git a/classes/class_xrbodymodifier3d.rst b/classes/class_xrbodymodifier3d.rst index 13768cfcb82..dd240ab1741 100644 --- a/classes/class_xrbodymodifier3d.rst +++ b/classes/class_xrbodymodifier3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRBodyModifier3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRBodyModifier3D.xml. .. _class_XRBodyModifier3D: diff --git a/classes/class_xrbodytracker.rst b/classes/class_xrbodytracker.rst index 4d7b877ec90..f97645bcc60 100644 --- a/classes/class_xrbodytracker.rst +++ b/classes/class_xrbodytracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRBodyTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRBodyTracker.xml. .. _class_XRBodyTracker: diff --git a/classes/class_xrcamera3d.rst b/classes/class_xrcamera3d.rst index b48e455be69..ee792eb488e 100644 --- a/classes/class_xrcamera3d.rst +++ b/classes/class_xrcamera3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRCamera3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRCamera3D.xml. .. _class_XRCamera3D: diff --git a/classes/class_xrcontroller3d.rst b/classes/class_xrcontroller3d.rst index 9c6da2a530d..77076d25f93 100644 --- a/classes/class_xrcontroller3d.rst +++ b/classes/class_xrcontroller3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRController3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRController3D.xml. .. _class_XRController3D: diff --git a/classes/class_xrcontrollertracker.rst b/classes/class_xrcontrollertracker.rst index 3e8ebcc31af..2b94884c7b9 100644 --- a/classes/class_xrcontrollertracker.rst +++ b/classes/class_xrcontrollertracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRControllerTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRControllerTracker.xml. .. _class_XRControllerTracker: diff --git a/classes/class_xrfacemodifier3d.rst b/classes/class_xrfacemodifier3d.rst index 7c32c288d5e..334831d6641 100644 --- a/classes/class_xrfacemodifier3d.rst +++ b/classes/class_xrfacemodifier3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRFaceModifier3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRFaceModifier3D.xml. .. _class_XRFaceModifier3D: diff --git a/classes/class_xrfacetracker.rst b/classes/class_xrfacetracker.rst index be5a535f057..b53089b7454 100644 --- a/classes/class_xrfacetracker.rst +++ b/classes/class_xrfacetracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRFaceTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRFaceTracker.xml. .. _class_XRFaceTracker: diff --git a/classes/class_xrhandmodifier3d.rst b/classes/class_xrhandmodifier3d.rst index d94d2c5a45c..98af34cab32 100644 --- a/classes/class_xrhandmodifier3d.rst +++ b/classes/class_xrhandmodifier3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRHandModifier3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRHandModifier3D.xml. .. _class_XRHandModifier3D: diff --git a/classes/class_xrhandtracker.rst b/classes/class_xrhandtracker.rst index 9aeb48e332c..eb5033ad433 100644 --- a/classes/class_xrhandtracker.rst +++ b/classes/class_xrhandtracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRHandTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRHandTracker.xml. .. _class_XRHandTracker: diff --git a/classes/class_xrinterface.rst b/classes/class_xrinterface.rst index 6b0dcdc5a70..d6369036ff4 100644 --- a/classes/class_xrinterface.rst +++ b/classes/class_xrinterface.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRInterface.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRInterface.xml. .. _class_XRInterface: diff --git a/classes/class_xrinterfaceextension.rst b/classes/class_xrinterfaceextension.rst index c3fd406e0dd..041f8c9e7dc 100644 --- a/classes/class_xrinterfaceextension.rst +++ b/classes/class_xrinterfaceextension.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRInterfaceExtension.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRInterfaceExtension.xml. .. _class_XRInterfaceExtension: diff --git a/classes/class_xrnode3d.rst b/classes/class_xrnode3d.rst index e6a0642610b..72c2c6cf363 100644 --- a/classes/class_xrnode3d.rst +++ b/classes/class_xrnode3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRNode3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRNode3D.xml. .. _class_XRNode3D: diff --git a/classes/class_xrorigin3d.rst b/classes/class_xrorigin3d.rst index bb1b2731a27..bf5f7a4dfc5 100644 --- a/classes/class_xrorigin3d.rst +++ b/classes/class_xrorigin3d.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XROrigin3D.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XROrigin3D.xml. .. _class_XROrigin3D: diff --git a/classes/class_xrpose.rst b/classes/class_xrpose.rst index 026ac18c5c3..b69f14b0d95 100644 --- a/classes/class_xrpose.rst +++ b/classes/class_xrpose.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRPose.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRPose.xml. .. _class_XRPose: diff --git a/classes/class_xrpositionaltracker.rst b/classes/class_xrpositionaltracker.rst index 5afb3a82a29..16f7d2ed1cf 100644 --- a/classes/class_xrpositionaltracker.rst +++ b/classes/class_xrpositionaltracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRPositionalTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRPositionalTracker.xml. .. _class_XRPositionalTracker: diff --git a/classes/class_xrserver.rst b/classes/class_xrserver.rst index d1721cc7086..f6a4b143669 100644 --- a/classes/class_xrserver.rst +++ b/classes/class_xrserver.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRServer.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRServer.xml. .. _class_XRServer: diff --git a/classes/class_xrtracker.rst b/classes/class_xrtracker.rst index 63219a3b862..8b57d580404 100644 --- a/classes/class_xrtracker.rst +++ b/classes/class_xrtracker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRTracker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRTracker.xml. .. _class_XRTracker: diff --git a/classes/class_xrvrs.rst b/classes/class_xrvrs.rst index 2bfabac8587..c7d82a02dcb 100644 --- a/classes/class_xrvrs.rst +++ b/classes/class_xrvrs.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/XRVRS.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/doc/classes/XRVRS.xml. .. _class_XRVRS: diff --git a/classes/class_zippacker.rst b/classes/class_zippacker.rst index 2b8b9461125..f108d359885 100644 --- a/classes/class_zippacker.rst +++ b/classes/class_zippacker.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/zip/doc_classes/ZIPPacker.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/zip/doc_classes/ZIPPacker.xml. .. _class_ZIPPacker: diff --git a/classes/class_zipreader.rst b/classes/class_zipreader.rst index a97bb716d6f..a8fa9c46bbb 100644 --- a/classes/class_zipreader.rst +++ b/classes/class_zipreader.rst @@ -2,8 +2,8 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. -.. XML source: https://github.com/godotengine/godot/tree/master/modules/zip/doc_classes/ZIPReader.xml. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. +.. XML source: https://github.com/godotengine/godot/tree/4.3/modules/zip/doc_classes/ZIPReader.xml. .. _class_ZIPReader: diff --git a/classes/index.rst b/classes/index.rst index fd3c02edabc..0e9f084bfdf 100644 --- a/classes/index.rst +++ b/classes/index.rst @@ -3,7 +3,7 @@ .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. -.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. +.. Generator: https://github.com/godotengine/godot/tree/4.3/doc/tools/make_rst.py. .. _doc_class_reference: diff --git a/community/channels.rst b/community/channels.rst index 584b1d3acd2..0af6ac166a8 100644 --- a/community/channels.rst +++ b/community/channels.rst @@ -5,42 +5,8 @@ Community channels So, where is the Godot community and where can you ask questions and get help? -Note that some of these channels are run and moderated by members of the Godot community or third parties. - -A brief overview over these and other channels is also available on the `Godot website `_. - -Forums ------- - -- `Official Godot Forum `_ -- `Community Forum `_ - -Chats ------ - -- `Godot Contributors Chat `_ -- `Discord `_ -- `Matrix (IRC compatible) `_ -- `IRC (#godotengine on Libera.Chat) `_ - -.. note:: - - As of January 2021, core developer chat has moved to the Godot Contributors Chat platform listed above. - IRC is less active. Please stick around to get an answer, - as it may take several hours for someone to see and answer your questions. - -Social networks and other sites -------------------------------- - -- `GitHub `_ -- `Facebook group `_ -- `Twitter `_ - (see also the `#GodotEngine `_ hashtag) -- `Reddit `_ -- `YouTube `_ -- `Steam `_ -- `itch.io `_ -- `Links `_ +This page used to list the various official and user-supported Godot communities. +That list is now available on the `Godot website `_. Language-based communities -------------------------- diff --git a/community/tutorials.rst b/community/tutorials.rst index 118e8853769..8a8467a43b6 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -14,31 +14,13 @@ The Godot video tutorials by `GDQuest `_ or `in the browser `_. -Some tutorials mentioned below provide more advanced tutorials, e.g. on 3D or shaders. +Some tutorials mentioned below cover more advanced subjects, e.g. on 3D or shaders. Video tutorials --------------- -- `Bastiaan Olij `_ (3D, AR and VR, GDScript) -- `BornCG `_ (2D and 3D, GDScript) -- `Clear Code `_ (2D, GDScript, Programming Basics) -- `FencerDevLog `_ (2D, 3D, GDScript, Shaders) -- `FinePointCGI `_ (2D, 3D, GDScript and C#) -- `GDQuest `_ (2D and 3D, GDScript and C#) -- `Game Dev Artisan `_ (2D, GDScript) -- `Game Development Center `_ (2D, networked multiplayer, GDScript) -- `Game Endeavor `_ (2D, GDScript) -- `Gwizz `_ (2D, GDScript) -- `Godotneers `_ (2D, Shaders, GDScript) -- `HeartBeast `_ (2D, GDScript) -- `Malcolm Nixon `_ (AR and VR, GDScript) -- `Muddy Wolf `_ (2D, 3D and VR, GDSCript) -- `KidsCanCode `__ (2D and 3D, GDScript) -- `Maker Tech `_ (2D, GDScript) -- `Pigdev `_ (2D, GDScript) -- `Queble `_ (2D, GDScript) -- `Quiver `_ (2D, GDScript) -- `Snopek Games `_ (3D, networked multiplayer, AR and VR, GDScript) +For video tutorials we recommend looking on `YouTube `_. There's many great +channels covering a wide array of subjects. Text tutorials -------------- diff --git a/contributing/development/compiling/compiling_for_ios.rst b/contributing/development/compiling/compiling_for_ios.rst index 0f87c331409..6cd9686f73c 100644 --- a/contributing/development/compiling/compiling_for_ios.rst +++ b/contributing/development/compiling/compiling_for_ios.rst @@ -53,13 +53,13 @@ Open a Terminal, go to the root dir of the engine source code and type: :: - $ scons p=ios target=template_debug + scons platform=ios target=template_debug for a debug build, or: :: - $ scons p=ios target=template_release + scons platform=ios target=template_release for a release build (check ``platform/ios/detect.py`` for the compiler flags used for each configuration). @@ -68,8 +68,8 @@ Alternatively, you can run :: - $ scons p=ios target=template_debug ios_simulator=yes arch=x86_64 - $ scons p=ios target=template_debug ios_simulator=yes arch=arm64 + scons platform=ios target=template_debug ios_simulator=yes arch=x86_64 + scons platform=ios target=template_debug ios_simulator=yes arch=arm64 for a Simulator libraries. @@ -79,13 +79,13 @@ should be placed in ``libgodot.ios.debug.xcframework`` and ``libgodot.ios.releas :: - $ cp -r misc/dist/ios_xcode . + cp -r misc/dist/ios_xcode . - $ cp libgodot.ios.template_debug.arm64.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64/libgodot.a - $ lipo -create libgodot.ios.template_debug.arm64.simulator.a libgodot.ios.template_debug.x86_64.simulator.a -output ios_xcode/libgodot.ios.debug.xcframework/ios-arm64_x86_64-simulator/libgodot.a + cp libgodot.ios.template_debug.arm64.a ios_xcode/libgodot.ios.debug.xcframework/ios-arm64/libgodot.a + lipo -create libgodot.ios.template_debug.arm64.simulator.a libgodot.ios.template_debug.x86_64.simulator.a -output ios_xcode/libgodot.ios.debug.xcframework/ios-arm64_x86_64-simulator/libgodot.a - $ cp libgodot.ios.template_release.arm64.a ios_xcode/libgodot.ios.release.xcframework/ios-arm64/libgodot.a - $ lipo -create libgodot.ios.template_release.arm64.simulator.a libgodot.ios.template_release.x86_64.simulator.a -output ios_xcode/libgodot.ios.release.xcframework/ios-arm64_x86_64-simulator/libgodot.a + cp libgodot.ios.template_release.arm64.a ios_xcode/libgodot.ios.release.xcframework/ios-arm64/libgodot.a + lipo -create libgodot.ios.template_release.arm64.simulator.a libgodot.ios.template_release.x86_64.simulator.a -output ios_xcode/libgodot.ios.release.xcframework/ios-arm64_x86_64-simulator/libgodot.a The MoltenVK static ``.xcframework`` folder must also be placed in the ``ios_xcode`` folder once it has been created. diff --git a/contributing/development/compiling/compiling_for_linuxbsd.rst b/contributing/development/compiling/compiling_for_linuxbsd.rst index 942b5dff642..f3fcbc3f368 100644 --- a/contributing/development/compiling/compiling_for_linuxbsd.rst +++ b/contributing/development/compiling/compiling_for_linuxbsd.rst @@ -363,6 +363,72 @@ You don't even need to copy them, you can just reference the resulting files in the ``bin/`` directory of your Godot source folder, so the next time you build, you automatically have the custom templates referenced. +Cross-compiling for RISC-V devices +---------------------------------- + +To cross-compile Godot for RISC-V devices, we need to setup the following items: + +- `riscv-gnu-toolchain `__. + While we are not going to use this directly, it provides us with a sysroot, as well + as header and libraries files that we will need. There are many versions to choose + from, however, the older the toolchain, the more compatible our final binaries will be. + If in doubt, `use this version `__, + and download ``riscv64-glibc-ubuntu-18.04-nightly-2021.12.22-nightly.tar.gz``. Extract + it somewhere and remember its path. +- Clang. RISC-V GCC has + `bugs with its atomic operations `__ + which prevent it from compiling Godot correctly. Any version of Clang from 16.0.0 upwards + will suffice. Download it from the package manager of your distro, and make sure that + it *can* compile to RISC-V. You can verify by executing this command ``clang -print-targets``, + make sure you see ``riscv64`` on the list of targets. +- `mold `__. This fast linker, + is the only one that correctly links the resulting binary. Download it, extract it, + and make sure to add its ``bin`` folder to your PATH. Run + ``mold --help | grep support`` to check if your version of Mold supports RISC-V. + If you don't see RISC-V, your Mold may need to be updated. + +To make referencing our toolchain easier, we can set an environment +variable like this: + +:: + + export RISCV_TOOLCHAIN_PATH="path to toolchain here" + +This way, we won't have to manually set the directory location +each time we want to reference it. + +With all the above setup, we are now ready to build Godot. + +Go to the root of the source code, and execute the following build command: + +:: + + scons arch=rv64 use_llvm=yes linker=mold lto=none target=editor \ + ccflags="--sysroot=$RISCV_TOOLCHAIN_PATH/sysroot --gcc-toolchain=$RISCV_TOOLCHAIN_PATH -target riscv64-unknown-linux-gnu" \ + linkflags="--sysroot=$RISCV_TOOLCHAIN_PATH/sysroot --gcc-toolchain=$RISCV_TOOLCHAIN_PATH -target riscv64-unknown-linux-gnu" + +The command is similar in nature, but with some key changes. ``ccflags`` and +``linkflags`` append additional flags to the build. ``--sysroot`` points to +a folder simulating a Linux system, it contains all the headers, libraries, +and ``.so`` files Clang will use. ``--gcc-toolchain`` tells Clang where +the complete toolchain is, and ``-target riscv64-unknown-linux-gnu`` +indicates to Clang the target architecture, and OS we want to build for. + +If all went well, you should now see a ``bin`` directory, and within it, +a binary similar to the following: + +:: + + godot.linuxbsd.editor.rv64.llvm + +You can now copy this executable to your favorite RISC-V device, +then launch it there by double-clicking, which should bring up +the project manager. + +If you later decide to compile the export templates, copy the above +build command but change the value of ``target`` to ``template_debug`` for +a debug build, or ``template_release`` for a release build. + Using Clang and LLD for faster development ------------------------------------------ diff --git a/contributing/development/compiling/compiling_for_windows.rst b/contributing/development/compiling/compiling_for_windows.rst index adea4528c71..d212027a75e 100644 --- a/contributing/development/compiling/compiling_for_windows.rst +++ b/contributing/development/compiling/compiling_for_windows.rst @@ -15,21 +15,24 @@ Requirements For compiling under Windows, the following is required: -- `Visual Studio Community `_, - version 2019 or later. Visual Studio 2022 is recommended. - **Make sure to enable C++ in the list of workflows to install.** - If you've already installed Visual Studio without C++ support, run the installer - again; it should present you a **Modify** button. - Supports ``x86_64``, ``x86_32``, and ``arm64``. -- `MinGW-w64 `_ with GCC can be used as an alternative to - Visual Studio. Be sure to install/configure it to use the ``posix`` thread model. - **Important:** When using MinGW to compile the ``master`` branch, you need GCC 9 or later. - Supports ``x86_64`` and ``x86_32`` only. -- `MinGW-LLVM `_ with clang can be used as - an alternative to Visual Studio and MinGW-w64. - Supports ``x86_64``, ``x86_32``, and ``arm64``. -- `Python 3.6+ `_. - **Make sure to enable the option to add Python to the ``PATH`` in the installer.** + +- A C++ compiler. Use one of the following: + + - `Visual Studio Community `_, + version 2019 or later. Visual Studio 2022 is recommended. + **Make sure to enable C++ in the list of workflows to install.** + If you've already installed Visual Studio without C++ support, run the installer + again; it should present you a **Modify** button. + Supports ``x86_64``, ``x86_32``, and ``arm64``. + - `MinGW-w64 `_ with GCC can be used as an alternative to + Visual Studio. Be sure to install/configure it to use the ``posix`` thread model. + **Important:** When using MinGW to compile the ``master`` branch, you need GCC 9 or later. + Supports ``x86_64`` and ``x86_32`` only. + - `MinGW-LLVM `_ with clang can be used as + an alternative to Visual Studio and MinGW-w64. + Supports ``x86_64``, ``x86_32``, and ``arm64``. +- `Python 3.6+ `_. + **Make sure to enable the option to add Python to the** ``PATH`` **in the installer.** - `SCons 3.1.2+ `_ build system. Using the latest release is recommended, especially for proper support of recent Visual Studio releases. @@ -314,7 +317,7 @@ codebase. To edit projects with Visual Studio they need to be set up as a soluti You can create a Visual Studio solution via SCons by running SCons with the ``vsproj=yes`` parameter, like this:: - scons p=windows vsproj=yes + scons platform=windows vsproj=yes You will be able to open Godot's source in a Visual Studio solution now, and able to build Godot using Visual Studio's **Build** button. diff --git a/contributing/development/compiling/compiling_with_dotnet.rst b/contributing/development/compiling/compiling_with_dotnet.rst index a544f97b5a2..342dddb404b 100644 --- a/contributing/development/compiling/compiling_with_dotnet.rst +++ b/contributing/development/compiling/compiling_with_dotnet.rst @@ -46,7 +46,7 @@ the desired targets without having to repeat this process. ```` refers to the editor binary you compiled with the .NET module enabled. Its exact name will differ based on your system and configuration, but should be of the form ``bin/godot..editor..mono``, e.g. -``bin/godot.linuxbsd.editor.x86_64.mono`` or +``bin/godot.linuxbsd.editor.x86_64.mono`` or ``bin/godot.windows.editor.x86_32.mono.exe``. Be especially aware of the **.mono** suffix! If you've previously compiled Godot without .NET support, you might have similarly named binaries without this suffix. These binaries can't be @@ -149,11 +149,11 @@ Example (Windows) :: # Build editor binary - scons p=windows target=editor module_mono_enabled=yes + scons platform=windows target=editor module_mono_enabled=yes # Build export templates - scons p=windows target=template_debug module_mono_enabled=yes - scons p=windows target=template_release module_mono_enabled=yes - + scons platform=windows target=template_debug module_mono_enabled=yes + scons platform=windows target=template_release module_mono_enabled=yes + # Generate glue sources bin/godot.windows.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue # Build .NET assemblies @@ -166,10 +166,10 @@ Example (Linux, \*BSD) :: # Build editor binary - scons p=linuxbsd target=editor module_mono_enabled=yes + scons platform=linuxbsd target=editor module_mono_enabled=yes # Build export templates - scons p=linuxbsd target=template_debug module_mono_enabled=yes - scons p=linuxbsd target=template_release module_mono_enabled=yes + scons platform=linuxbsd target=template_debug module_mono_enabled=yes + scons platform=linuxbsd target=template_release module_mono_enabled=yes # Generate glue sources bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue diff --git a/contributing/development/compiling/index.rst b/contributing/development/compiling/index.rst index 84742cb00e9..cba84bb22d2 100644 --- a/contributing/development/compiling/index.rst +++ b/contributing/development/compiling/index.rst @@ -18,8 +18,7 @@ stripped of extra modules, or an executable targeting engine development. The articles below should help you navigate configuration options available, as well as prerequisites required to compile Godot exactly the way you need. -Basics of building Godot ------------------------- +.. rubric:: Basics of building Godot Let's start with basics, and learn how to get Godot's source code, and then which options to use to compile it regardless of your target platform. @@ -31,8 +30,7 @@ to use to compile it regardless of your target platform. getting_source introduction_to_the_buildsystem -Building for target platforms ------------------------------ +.. rubric:: Building for target platforms Below you can find instructions for compiling the engine for your specific target platform. Note that Godot supports cross-compilation, which means you can compile it for a target platform @@ -51,8 +49,7 @@ will try their best to cover all possible situations. cross-compiling_for_ios_on_linux compiling_for_web -Other compilation targets and options -------------------------------------- +.. rubric:: Other compilation targets and options Some additional universal compilation options require further setup. Namely, while Godot does have C#/.NET support as a part of its main codebase, it does not get compiled by diff --git a/contributing/development/configuring_an_ide/visual_studio_code.rst b/contributing/development/configuring_an_ide/visual_studio_code.rst index 919f7e04273..165b2a14b2e 100644 --- a/contributing/development/configuring_an_ide/visual_studio_code.rst +++ b/contributing/development/configuring_an_ide/visual_studio_code.rst @@ -115,7 +115,7 @@ To run and debug the project you need to create a new configuration in the ``lau }, { "description": "Load custom pretty-printers for Godot types.", - "text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py" + "text": "source ${workspaceRoot}/misc/utility/godot_gdb_pretty_print.py" } ], "preLaunchTask": "build" diff --git a/contributing/development/core_and_modules/custom_godot_servers.rst b/contributing/development/core_and_modules/custom_godot_servers.rst index 798c3b8d4bc..0158092b0be 100644 --- a/contributing/development/core_and_modules/custom_godot_servers.rst +++ b/contributing/development/core_and_modules/custom_godot_servers.rst @@ -483,7 +483,7 @@ Here is the GDScript sample code: func _ready(): print("Start debugging") - HilbertHotel.connect("occupy_room", self, "_print_occupy_room") + HilbertHotel.occupy_room.connect(_print_occupy_room) var rid = HilbertHotel.create_bus() OS.delay_msec(2000) HilbertHotel.create_bus() diff --git a/contributing/development/core_and_modules/custom_modules_in_cpp.rst b/contributing/development/core_and_modules/custom_modules_in_cpp.rst index b77c5d8c922..3d3362e33a0 100644 --- a/contributing/development/core_and_modules/custom_modules_in_cpp.rst +++ b/contributing/development/core_and_modules/custom_modules_in_cpp.rst @@ -547,7 +547,7 @@ main ``doc/classes`` directory. You can use Git to check if you have missed some of your classes by checking the untracked files with ``git status``. For example:: - user@host:~/godot$ git status + git status Example output:: @@ -573,7 +573,7 @@ Run command: :: - user@host:~/godot$ ./bin/ --doctool . + bin/ --doctool . Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see that it contains a ``Summator.xml`` file, or any other classes, that you referenced diff --git a/contributing/development/core_and_modules/index.rst b/contributing/development/core_and_modules/index.rst index 336cdb55502..a9727d8758d 100644 --- a/contributing/development/core_and_modules/index.rst +++ b/contributing/development/core_and_modules/index.rst @@ -6,8 +6,7 @@ Engine core and modules The following pages are meant to introduce the global organization of Godot Engine's source code, and give useful tips for extending and fixing the engine on the C++ side. -Getting started with Godot's source code ----------------------------------------- +.. rubric:: Getting started with Godot's source code This section covers the basics that you will encounter in (almost) every source file. @@ -25,8 +24,7 @@ This section covers the basics that you will encounter in (almost) every source 2d_coordinate_systems scripting_development -Extending Godot by modifying its source code --------------------------------------------- +.. rubric:: Extending Godot by modifying its source code This section covers what you can do by modifying Godot's C++ source code. diff --git a/contributing/development/core_and_modules/unit_testing.rst b/contributing/development/core_and_modules/unit_testing.rst index ebf2d2c008b..0f705693d62 100644 --- a/contributing/development/core_and_modules/unit_testing.rst +++ b/contributing/development/core_and_modules/unit_testing.rst @@ -129,6 +129,12 @@ Here's a minimal working test suite with a single test case written: #endif // TEST_STRING_H +.. note:: + You can quickly generate new tests using the ``create_test.py`` script found in the ``tests/`` directory. + This script automatically creates a new test file with the required boilerplate code in the appropriate location. + It's also able to automatically include the new header in ``tests/test_main.cpp`` using invasive mode (``-i`` flag). + To view usage instructions, run the script with the ``-h`` flag. + The ``tests/test_macros.h`` header encapsulates everything which is needed for writing C++ unit tests in Godot. It includes doctest assertion and logging macros such as ``CHECK`` as seen above, and of course the definitions for @@ -279,6 +285,48 @@ These tags can be added to the test case name to modify or extend the test envir You can use them together to combine multiple test environment extensions. +Testing signals +~~~~~~~~~~~~~~~ + +The following macros can be use to test signals: + +.. list-table:: + :header-rows: 1 + :widths: auto + + * - Macro + - Description + * - ``SIGNAL_WATCH(object, "signal_name")`` + - Starts watching the specified signal on the given object. + * - ``SIGNAL_UNWATCH(object, "signal_name")`` + - Stops watching the specified signal on the given object. + * - ``SIGNAL_CHECK("signal_name", Vector>)`` + - Checks the arguments of all fired signals. The outer vector contains each fired signal, while the inner vector contains the list of arguments for that signal. The order of signals is significant. + * - ``SIGNAL_CHECK_FALSE("signal_name")`` + - Checks if the specified signal was not fired. + * - ``SIGNAL_DISCARD("signal_name")`` + - Discards all records of the specified signal. + +Below is an example demonstrating the use of these macros: + +.. code-block:: cpp + + //... + SUBCASE("[Timer] Timer process timeout signal must be emitted") { + SIGNAL_WATCH(test_timer, SNAME("timeout")); + test_timer->start(0.1); + + SceneTree::get_singleton()->process(0.2); + + Array signal_args; + signal_args.push_back(Array()); + + SIGNAL_CHECK(SNAME("timeout"), signal_args); + + SIGNAL_UNWATCH(test_timer, SNAME("timeout")); + } + //... + Test tools ---------- diff --git a/contributing/development/debugging/index.rst b/contributing/development/debugging/index.rst index e72ba360fa2..4a5e82fe541 100644 --- a/contributing/development/debugging/index.rst +++ b/contributing/development/debugging/index.rst @@ -28,7 +28,7 @@ For example, using ``gdb`` directly, you may do this: .. code-block:: none - $ gdb godot + gdb godot > run -e --path ~/myproject You can also run the editor directly from your project's folder. In that case, @@ -36,8 +36,8 @@ only the ``-e`` option is required. .. code-block:: none - $ cd ~/myproject - $ gdb godot + cd ~/myproject + gdb godot > run -e You can learn more about these launch options and other command line arguments diff --git a/contributing/how_to_contribute.rst b/contributing/how_to_contribute.rst index fd8c61f3083..47733956731 100644 --- a/contributing/how_to_contribute.rst +++ b/contributing/how_to_contribute.rst @@ -3,7 +3,7 @@ How to contribute ================= -The Godot Engine is free and open-source. Like any community-driven project, we rely on volunteer contributions. +The Godot Engine is free and open-source. Like any community-driven project, we rely on volunteer contributions. On this page we want to showcase the various ways you as users can participate - to help you find the right starting place with the skillset you have. Because contrary to popular opinion, we need more than just programmers on the project! @@ -13,18 +13,18 @@ Fundraising - **Donate** - We created the non-profit `Godot Foundation `_ to be able to support the Godot Engine in both matters of finance and administration. - In practice, this means the Foundation hires people to work part-time or full-time on the project. + We created the non-profit `Godot Foundation `_ to be able to support the Godot Engine in both matters of finance and administration. + In practice, this means the Foundation hires people to work part-time or full-time on the project. These jobs include engine development as well as related tasks like code reviews, production management, community & marketing efforts, and more. - With as little as 5 EUR per month, you can help us keep going strong. + With as little as 5 EUR per month, you can help us keep going strong. Currently, we are intending to hire more core developers, as to cover more ground with full-time specialists that supplement and guide volunteer work. `Join the Development Fund `_ - **Donation Drives** Think about your followers on social media, or other communities you are active in. - Use that reach to remind your social environment that even small contributions can make a difference, especially when done by a great number of people at the same time. + Use that reach to remind your social environment that even small contributions can make a difference, especially when done by a great number of people at the same time. Are you a content creator? Consider adding a link to the `Godot Development Fund `_ to your descriptions. If you do live streams, perhaps think about organizing a stream with donation incentives. @@ -32,8 +32,8 @@ Fundraising .. - **Buy Official Merch** - **Publish Godot Games.** - You heard right, simply publishing a game #MadeWithGodot can positively impact the well-being of this project. - Your personal success elevates the engine to a viable alternative for other developers, growing the community further. + You heard right, simply publishing a game #MadeWithGodot can positively impact the well-being of this project. + Your personal success elevates the engine to a viable alternative for other developers, growing the community further. Additionally, it opens the doors for us to approach industry contacts about possible cooperations. @@ -49,62 +49,63 @@ Technical contributions - **Test Development Versions** While it is recommended to use the stable releases for your projects, you can help us test dev releases, betas, and release candidates - by opening a copy of your project in them and checking what problems this introduces or maybe even solves. + by opening a copy of your project in them and checking what problems this introduces or maybe even solves. Make sure to have a backup ready, since this can produce irreversible changes. Find recent `development versions `_ directly on our download page, or linked in their own blog posts. - + - **Contribute Engine Code (mainly C++)** - The engine development is mainly coordinated on our `Contributor RocketChat `_, + The engine development is mainly coordinated on our `Contributor RocketChat `_, so if you are serious about making PRs you should join us there! Read more about the **technical submission process**: :ref:`doc_first_steps` - For each subject area of the engine, there is a corresponding team to coordinate the work. - Join the linked chat to get more eyes on your related PR, learn about open todos, or partake in meetings. + For each subject area of the engine, there is a corresponding team to coordinate the work. + Join the linked chat to get more eyes on your related PR, learn about open todos, or partake in meetings. For some areas, specialists might even be encouraged to step up as maintainer! `List of teams `_ - **Review Code Contributions** All pull requests need to be thoroughly reviewed before they can be merged into the master branch. Help us get a headstart by participating in the code review process. - + To get started, chose any `open pull request `_ and reference our **style guide**: :ref:`doc_pr_review_guidelines` - **Write Plugins (GDScript, C#, & more)** Community addons are not directly included in the core engine download or repository, yet they provide essential quality of life upgrades for your fellow game developers. Upload your plugins to the `Godot Asset Library `_ to make them available to others. - .. update to talk about Asset Store later + .. + update to talk about Asset Store later - **Demo projects (GDScript, C#, and making Assets)** We provide new users with `demo projects `_ so they can quickly test new features or get familiar with the engine in the first place. - At industry events, we might even exhibit these demo projects to showcase what Godot can do! + At industry events, we might even exhibit these demo projects to showcase what Godot can do! Help improve existing projects or supply your own to be added to the pool, and join the `demo channel `_ in the Contributor RocketChat to talk about it. - **Documentation** - The documentation is one of the most essential parts of any tech project, yet the need to document new features and substantial changes often gets overlooked. + The documentation is one of the most essential parts of any tech project, yet the need to document new features and substantial changes often gets overlooked. Join the `documentation team `_ to improve the Godot Engine with your technical writing skills. - **Translations (spoken languages other than English)** - Are you interested in making the Godot Engine more accessible to non-English speakers? + Are you interested in making the Godot Engine more accessible to non-English speakers? Contribute to our `community-translations `_. Community support ----------------- - **Call for Moderators** - With a community of our size, we need people to step up as volunteer moderators in all kinds of places. + With a community of our size, we need people to step up as volunteer moderators in all kinds of places. These teams are organized by the Godot Foundation, but would not function without the dedication of active community members like you. - Have a look around your favorite community platform and you might come across open application calls. + Have a look around your favorite community platform and you might come across open application calls. - **Answer tech-support questions** - With many new people discovering the Godot Engine recently, the need for peer-to-peer tech-support has never been greater. - Be it on the `Forum `_, our `subreddit `_, or on `Discord `_, you can always brighten someone's day by helping them get their personal projects back on track. + With many new people discovering the Godot Engine recently, the need for peer-to-peer tech-support has never been greater. + See the `Godot website `_ for a list of official and user-supported Godot communities. - **Create tutorials & more** - How did you get started with the Godot Engine? + How did you get started with the Godot Engine? Chances are you looked for learning materials outside of what the documentation provides. Without content creators covering the game development process, there would not be this big of a community today. Therefore it seemed only right to mention them in a page about important contributions to the project. - + diff --git a/contributing/workflow/bisecting_regressions.rst b/contributing/workflow/bisecting_regressions.rst index 5e55a1598ba..6ccbfb1ff80 100644 --- a/contributing/workflow/bisecting_regressions.rst +++ b/contributing/workflow/bisecting_regressions.rst @@ -131,7 +131,7 @@ Example usage: .. code-block:: shell - $ gd_snapshot_commit 4.0 beta4 + gd_snapshot_commit 4.0 beta4 To refer to the latest state of the master branch, you can use ``master`` instead of a commit hash. Note that unlike tagged releases or snapshot commit @@ -148,15 +148,15 @@ folder and enter the following command: # is hash of the build that works as expected. # is hash of the build exhibiting the bug. - $ git bisect start - $ git bisect good - $ git bisect bad + git bisect start + git bisect good + git bisect bad Compile Godot. This assumes you've set up a build environment: .. code-block:: shell - $ scons + scons Run the engine ^^^^^^^^^^^^^^ @@ -173,13 +173,13 @@ If the build **still** exhibits the bug, run the following command: .. code-block:: shell - $ git bisect bad + git bisect bad If the build **does not** exhibit the bug, run the following command: .. code-block:: shell - $ git bisect good + git bisect good After entering one of the commands above, Git will switch to a different commit. You should now build Godot again, try to reproduce the bug, then enter ``git diff --git a/contributing/workflow/pr_workflow.rst b/contributing/workflow/pr_workflow.rst index b11b30d3415..0f373d3676f 100644 --- a/contributing/workflow/pr_workflow.rst +++ b/contributing/workflow/pr_workflow.rst @@ -95,7 +95,7 @@ To clone your fork from GitHub, use the following command: :: - $ git clone https://github.com/USERNAME/godot + git clone https://github.com/USERNAME/godot .. note:: In our examples, the "$" character denotes the command line prompt on typical UNIX shells. It is not part of the command and should @@ -106,14 +106,14 @@ working directory. Move into it using the ``cd`` command: :: - $ cd godot + cd godot We will start by setting up a reference to the original repository that we forked: :: - $ git remote add upstream https://github.com/godotengine/godot - $ git fetch upstream + git remote add upstream https://github.com/godotengine/godot + git fetch upstream This will create a reference named ``upstream`` pointing to the original ``godotengine/godot`` repository. This will be useful when you want to pull new @@ -149,30 +149,30 @@ a feature branch: :: # Create the branch based on the current branch (master) - $ git branch better-project-manager + git branch better-project-manager # Change the current branch to the new one - $ git checkout better-project-manager + git checkout better-project-manager This command is equivalent: :: # Change the current branch to a new named one, based on the current branch - $ git checkout -b better-project-manager + git checkout -b better-project-manager If you want to go back to the ``master`` branch, you'd use: :: - $ git checkout master + git checkout master You can see which branch you are currently on with the ``git branch`` command: :: - $ git branch + git branch 2.1 * better-project-manager master @@ -183,7 +183,7 @@ you can specify a custom base branch after the new branch's name: :: - $ git checkout -b my-new-feature master + git checkout -b my-new-feature master Updating your branch -------------------- @@ -200,7 +200,7 @@ current upstream ``master`` branch, you will have to update your branch by :: - $ git pull --rebase upstream master + git pull --rebase upstream master The ``--rebase`` argument will ensure that any local changes that you committed will be re-applied *on top* of the pulled branch, which is usually what we want @@ -296,32 +296,32 @@ Here's how the shell history could look like on our example: :: # It's nice to know where you're starting from - $ git log + git log # Do changes to the Project Manager with the nano text editor - $ nano editor/project_manager.cpp + nano editor/project_manager.cpp # Find an unrelated bug in Control and fix it - $ nano scene/gui/control.cpp + nano scene/gui/control.cpp # Review changes - $ git status - $ git diff + git status + git diff # We'll do two commits for our unrelated changes, # starting by the Control changes necessary for the PM enhancements - $ git add scene/gui/control.cpp - $ git commit -m "Fix handling of margins in Control" + git add scene/gui/control.cpp + git commit -m "Fix handling of margins in Control" # Check we did good - $ git log - $ git show - $ git status + git log + git show + git status # Make our second commit - $ git add editor/project_manager.cpp - $ git commit -m "Add a pretty banner to the Project Manager" - $ git log + git add editor/project_manager.cpp + git commit -m "Add a pretty banner to the Project Manager" + git log With this, we should have two new commits in our ``better-project-manager`` branch which were not in the ``master`` branch. They are still only local @@ -337,7 +337,7 @@ remote branch to share them with the world. The syntax for this is: :: - $ git push [:] + git push [:] The part about the remote branch can be omitted if you want it to have the same name as the local branch, which is our case in this example, so we will @@ -345,7 +345,7 @@ do: :: - $ git push origin better-project-manager + git push origin better-project-manager Git will ask you for your username and password. For your password, enter your GitHub Personal Access Token (PAT). If you do not have a GitHub Personal Access @@ -394,13 +394,13 @@ branch, push it to your fork, and the PR will be updated automatically: :: # Check out your branch again if you had changed in the meantime - $ git checkout better-project-manager + git checkout better-project-manager # Fix a mistake - $ nano editor/project_manager.cpp - $ git add editor/project_manager.cpp - $ git commit -m "Fix a typo in the banner's title" - $ git push origin better-project-manager + nano editor/project_manager.cpp + git add editor/project_manager.cpp + git commit -m "Fix a typo in the banner's title" + git push origin better-project-manager However, be aware that in our PR workflow, we favor commits that bring the codebase from one functional state to another functional state, without having @@ -413,17 +413,17 @@ fixes. The above example would then become: :: # Check out your branch again if you had changed in the meantime - $ git checkout better-project-manager + git checkout better-project-manager # Fix a mistake - $ nano editor/project_manager.cpp - $ git add editor/project_manager.cpp + nano editor/project_manager.cpp + git add editor/project_manager.cpp # --amend will change the previous commit, so you will have the opportunity # to edit its commit message if relevant. - $ git commit --amend + git commit --amend # As we modified the last commit, it no longer matches the one from your # remote branch, so we need to force push to overwrite that branch. - $ git push --force origin better-project-manager + git push --force origin better-project-manager .. Kept for compatibility with the previous title, linked in many PRs. @@ -460,7 +460,7 @@ upstream ``master`` branch, which you can do with: :: - $ git rebase -i upstream/master + git rebase -i upstream/master .. note:: Referencing branches in Git is a bit tricky due to the distinction between remote and local branches. Here, ``upstream/master`` (with a @@ -511,7 +511,7 @@ will raise an error: :: - $ git push origin better-project-manager + git push origin better-project-manager To https://github.com/akien-mga/godot ! [rejected] better-project-manager -> better-project-manager (non-fast-forward) error: failed to push some refs to 'https://akien-mga@github.com/akien-mga/godot' @@ -524,7 +524,7 @@ will have to *force* it: :: - $ git push --force origin better-project-manager + git push --force origin better-project-manager And tadaa! Git will happily *replace* your remote branch with what you had locally (so make sure that's what you wanted, using ``git log``). This will @@ -543,7 +543,7 @@ the following steps *should* fix this in one step: .. code-block:: text - $ git rebase -i --onto master 4.2 + git rebase -i --onto master 4.2 This will take all the commits on your branch *after* the ``4.2`` branch, and then splice them on top of ``master``, ignoring any commits from the ``4.2`` branch not on the ``master`` branch. You may still need to do some fixing, but @@ -553,7 +553,7 @@ Just like above for the interactive rebase you need to force push your branch to :: - $ git push --force origin better-project-manager + git push --force origin better-project-manager Deleting a Git branch --------------------- @@ -567,7 +567,7 @@ To delete our better Project Manager branch locally, use this command: :: - $ git branch -d better-project-manager + git branch -d better-project-manager Alternatively, if the branch hadn't been merged yet and we wanted to delete it anyway, instead of ``-d`` you would use ``-D``. @@ -576,7 +576,7 @@ Next, to delete the remote branch on GitHub use this command: :: - $ git push origin -d better-project-manager + git push origin -d better-project-manager You can also delete the remote branch from the GitHub PR itself, a button should appear once it has been merged or closed. diff --git a/contributing/workflow/testing_pull_requests.rst b/contributing/workflow/testing_pull_requests.rst index b016698b76f..7f96ff6bd41 100644 --- a/contributing/workflow/testing_pull_requests.rst +++ b/contributing/workflow/testing_pull_requests.rst @@ -119,19 +119,19 @@ Alternatively, you can checkout the pull request directly with git: :: - $ git fetch upstream pull/PR_NUMBER/head:BRANCH_NAME + git fetch upstream pull/PR_NUMBER/head:BRANCH_NAME So for the pull request above, the actual command will be: :: # Fetch PR branch locally - $ git fetch upstream pull/48734/head:editor_file_dialog_filter_sort + git fetch upstream pull/48734/head:editor_file_dialog_filter_sort - Once the pull request finishes downloading, checkout its branch: :: - $ git checkout editor_file_dialog_filter_sort + git checkout editor_file_dialog_filter_sort - And follow the :ref:`compiling ` instructions for your operating system. diff --git a/getting_started/first_2d_game/02.player_scene.rst b/getting_started/first_2d_game/02.player_scene.rst index acefaa5aa69..20799618811 100644 --- a/getting_started/first_2d_game/02.player_scene.rst +++ b/getting_started/first_2d_game/02.player_scene.rst @@ -30,7 +30,7 @@ functionality. Before we add any children to the ``Player`` node, we want to make sure we don't accidentally move or resize them by clicking on them. Select the node and click -the icon to the right of the lock. Its tooltip says "Groups the selected node +the icon to the right of the lock. Its tooltip says "Groups the selected node with its children. This causes the parent to be selected when any child node is clicked in 2D and 3D view." @@ -61,17 +61,19 @@ appearance and animations for our player. Notice that there is a warning symbol next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames ` resource, which is a list of the animations it can display. To create one, find the ``Sprite Frames`` property under the ``Animation`` tab in the Inspector and click -"[empty]" -> "New SpriteFrames". Click on the ``SpriteFrames`` you just -created to open the "SpriteFrames" panel: +"[empty]" -> "New SpriteFrames": -.. image:: img/spriteframes_panel.webp +.. image:: img/new_spriteframes.webp + +Click on the ``SpriteFrames`` you just created to open the "SpriteFrames" panel: +.. image:: img/spriteframes_panel.webp On the left is a list of animations. Click the "default" one and rename it to "walk". Then click the "Add Animation" button to create a second animation named "up". Find the player images in the "FileSystem" tab - they're in the ``art`` folder you unzipped earlier. Drag the two images for each animation, named -``playerGrey_up[1/2]`` and ``playerGrey_walk[1/2]``, into the "Animation Frames" +``playerGrey_walk[1/2]`` and ``playerGrey_walk[2/2]``, into the "Animation Frames" side of the panel for the corresponding animation: .. image:: img/spriteframes_panel2.webp diff --git a/getting_started/first_2d_game/06.heads_up_display.rst b/getting_started/first_2d_game/06.heads_up_display.rst index f02f3ae7258..78556702250 100644 --- a/getting_started/first_2d_game/06.heads_up_display.rst +++ b/getting_started/first_2d_game/06.heads_up_display.rst @@ -285,12 +285,20 @@ mobs to remove themselves. We can do this with the "group" feature. In the ``Mob`` scene, select the root node and click the "Node" tab next to the Inspector (the same place where you find the node's signals). Next to "Signals", -click "Groups" and you can type a new group name and click "Add". +click "Groups" to open the group overview +and the "+" button to open the "Create New Group" dialog. .. image:: img/group_tab.webp -Now all mobs will be in the "mobs" group. We can then add the following line to -the ``new_game()`` function in ``Main``: +Name the group ``mobs`` and click "ok" to add a new scene group. + +.. image:: img/add_group_dialog.webp + +Now all mobs will be in the "mobs" group. + +.. image:: img/scene_group_mobs.webp + +We can then add the following line to the ``new_game()`` function in ``Main``: .. tabs:: .. code-tab:: gdscript GDScript diff --git a/getting_started/first_2d_game/07.finishing-up.rst b/getting_started/first_2d_game/07.finishing-up.rst index 8ca8d5fd7a8..4fb29d4f776 100644 --- a/getting_started/first_2d_game/07.finishing-up.rst +++ b/getting_started/first_2d_game/07.finishing-up.rst @@ -37,6 +37,8 @@ All audio is automatically imported with the ``Loop`` setting disabled. If you want the music to loop seamlessly, click on the Stream file arrow, select ``Make Unique``, then click on the Stream file and check the ``Loop`` box. +.. image:: img/unique_resource_music.webp + To play the music, add ``$Music.play()`` in the ``new_game()`` function and ``$Music.stop()`` in the ``game_over()`` function. @@ -119,3 +121,14 @@ achieved. And when you're ready, you can move on to :ref:`doc_your_first_3d_game` to learn to create a complete 3D game from scratch, in Godot. + +Sharing the finished game with others +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you want people to try out your game without having to install Godot, you'll +need to export the project for each operating system you want the game to be +playable on. See :ref:`doc_exporting_projects` for instructions. + +After exporting the project, compress the exported executable and PCK file (not +the raw project files) to a ZIP file, then upload this ZIP file to a file +sharing website. diff --git a/getting_started/first_2d_game/img/add_group_dialog.webp b/getting_started/first_2d_game/img/add_group_dialog.webp new file mode 100644 index 00000000000..f1775d217db Binary files /dev/null and b/getting_started/first_2d_game/img/add_group_dialog.webp differ diff --git a/getting_started/first_2d_game/img/attach_node_window.webp b/getting_started/first_2d_game/img/attach_node_window.webp index 211f9608202..43f5b4e6706 100644 Binary files a/getting_started/first_2d_game/img/attach_node_window.webp and b/getting_started/first_2d_game/img/attach_node_window.webp differ diff --git a/getting_started/first_2d_game/img/group_tab.webp b/getting_started/first_2d_game/img/group_tab.webp index 7efcbab0e4e..abc430c42e8 100644 Binary files a/getting_started/first_2d_game/img/group_tab.webp and b/getting_started/first_2d_game/img/group_tab.webp differ diff --git a/getting_started/first_2d_game/img/input-mapping-add-action.webp b/getting_started/first_2d_game/img/input-mapping-add-action.webp index 73a99dfb6f7..a19ba89e300 100644 Binary files a/getting_started/first_2d_game/img/input-mapping-add-action.webp and b/getting_started/first_2d_game/img/input-mapping-add-action.webp differ diff --git a/getting_started/first_2d_game/img/input-mapping-add-key.webp b/getting_started/first_2d_game/img/input-mapping-add-key.webp index d13441349d1..c4447148dba 100644 Binary files a/getting_started/first_2d_game/img/input-mapping-add-key.webp and b/getting_started/first_2d_game/img/input-mapping-add-key.webp differ diff --git a/getting_started/first_2d_game/img/input-mapping-completed.webp b/getting_started/first_2d_game/img/input-mapping-completed.webp index 60fc11041ba..4516de9cf33 100644 Binary files a/getting_started/first_2d_game/img/input-mapping-completed.webp and b/getting_started/first_2d_game/img/input-mapping-completed.webp differ diff --git a/getting_started/first_2d_game/img/input-mapping-event-configuration.webp b/getting_started/first_2d_game/img/input-mapping-event-configuration.webp index fe61bb00e7e..2cb85b8b85c 100644 Binary files a/getting_started/first_2d_game/img/input-mapping-event-configuration.webp and b/getting_started/first_2d_game/img/input-mapping-event-configuration.webp differ diff --git a/getting_started/first_2d_game/img/new_spriteframes.webp b/getting_started/first_2d_game/img/new_spriteframes.webp new file mode 100644 index 00000000000..2b0b052a492 Binary files /dev/null and b/getting_started/first_2d_game/img/new_spriteframes.webp differ diff --git a/getting_started/first_2d_game/img/scene_group_mobs.webp b/getting_started/first_2d_game/img/scene_group_mobs.webp new file mode 100644 index 00000000000..89033ffb1f9 Binary files /dev/null and b/getting_started/first_2d_game/img/scene_group_mobs.webp differ diff --git a/getting_started/first_2d_game/img/setting-project-width-and-height.webp b/getting_started/first_2d_game/img/setting-project-width-and-height.webp index 2ba8412d616..573a18f5148 100644 Binary files a/getting_started/first_2d_game/img/setting-project-width-and-height.webp and b/getting_started/first_2d_game/img/setting-project-width-and-height.webp differ diff --git a/getting_started/first_2d_game/img/setting-stretch-mode.webp b/getting_started/first_2d_game/img/setting-stretch-mode.webp index df316bce7f8..3be5a6ae740 100644 Binary files a/getting_started/first_2d_game/img/setting-stretch-mode.webp and b/getting_started/first_2d_game/img/setting-stretch-mode.webp differ diff --git a/getting_started/first_2d_game/img/unique_resource_music.webp b/getting_started/first_2d_game/img/unique_resource_music.webp new file mode 100644 index 00000000000..eb1cbd0f6b6 Binary files /dev/null and b/getting_started/first_2d_game/img/unique_resource_music.webp differ diff --git a/getting_started/first_3d_game/02.player_input.rst b/getting_started/first_3d_game/02.player_input.rst index 282b722cab3..a9d49650ec7 100644 --- a/getting_started/first_3d_game/02.player_input.rst +++ b/getting_started/first_3d_game/02.player_input.rst @@ -51,10 +51,10 @@ You can rename it to ``Character``. .. note:: - The ``.glb`` files contain 3D scene data based on the open source GLTF 2.0 + The ``.glb`` files contain 3D scene data based on the open source glTF 2.0 specification. They're a modern and powerful alternative to a proprietary format like FBX, which Godot also supports. To produce these files, we designed the - model in `Blender 3D `__ and exported it to GLTF. + model in `Blender 3D `__ and exported it to glTF. As with all kinds of physics nodes, we need a collision shape for our character to collide with the environment. Select the ``Player`` node again and add a child node diff --git a/getting_started/first_3d_game/07.killing_player.rst b/getting_started/first_3d_game/07.killing_player.rst index 74b22d246b1..92a0a65b88e 100644 --- a/getting_started/first_3d_game/07.killing_player.rst +++ b/getting_started/first_3d_game/07.killing_player.rst @@ -138,7 +138,7 @@ Also note that the enemy colliding with the player and dying depends on the size ``Player`` and the ``Mob``\ 's collision shapes. You may need to move them and resize them to achieve a tight game feel. -You can pat yourself in the back: you prototyped a complete 3D game, +You can pat yourself on the back: you prototyped a complete 3D game, even if it's still a bit rough. From there, we'll add a score, the option to retry the game, and you'll diff --git a/getting_started/first_3d_game/08.score_and_replay.rst b/getting_started/first_3d_game/08.score_and_replay.rst index 7c97ddfec3f..66152fc44d0 100644 --- a/getting_started/first_3d_game/08.score_and_replay.rst +++ b/getting_started/first_3d_game/08.score_and_replay.rst @@ -324,7 +324,7 @@ game. Save the scene as ``music_player.tscn``. We have to register it as an autoload. Head to the *Project -> Project -Settings…* menu and click on the *Autoload* tab. +Settings…* menu and click on the *Globals -> Autoload* tab. In the *Path* field, you want to enter the path to your scene. Click the folder icon to open the file browser and double-click on ``music_player.tscn``. Then, diff --git a/getting_started/first_3d_game/img/08.score_and_replay/18_register_autoload.webp b/getting_started/first_3d_game/img/08.score_and_replay/18_register_autoload.webp index 6d5fa1b784c..4687d36e884 100644 Binary files a/getting_started/first_3d_game/img/08.score_and_replay/18_register_autoload.webp and b/getting_started/first_3d_game/img/08.score_and_replay/18_register_autoload.webp differ diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index fce49061d1a..f766a32155e 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -121,7 +121,7 @@ Let's try this. Double-click ``ball.tscn`` in the FileSystem to open it. .. image:: img/instancing_ball_scene_open.webp -Select the Ball node. In the Inspector on the right, click on the PhysicsMaterial +Select the Ball node. In the Inspector on the right, click on the PhysicsMaterial property to expand it. .. image:: img/instancing_physics_material_expand.webp @@ -156,14 +156,17 @@ property to the value in the saved scene. Rerun the game and notice how this ball now falls much faster than the others. -.. note:: You may notice you are unable to change the values of the ``PhysicsMaterial`` - of the ball. This is because ``PhysicsMaterial`` is a resource, and needs - to be made unique before you can edit it in a scene that is linking to its - original scene. To make a resource unique for one instance, right-click on - it in the Inspector and click Make Unique in the contextual menu. +.. note:: - Resources are another essential building block of Godot games we will - cover in a later lesson. + You may notice you are unable to change the values of the PhysicsMaterial + of the ball. This is because PhysicsMaterial is a *resource*, and needs + to be made unique before you can edit it in a scene that is linking to its + original scene. To make a resource unique for one instance, right-click on + the **Physics Material** property in the Inspector and click **Make Unique** + in the context menu. + + Resources are another essential building block of Godot games we will cover + in a later lesson. Scene instances as a design language ------------------------------------ diff --git a/tutorials/2d/2d_movement.rst b/tutorials/2d/2d_movement.rst index 76c0f73ecd1..1f5da929bec 100644 --- a/tutorials/2d/2d_movement.rst +++ b/tutorials/2d/2d_movement.rst @@ -231,9 +231,9 @@ on the screen will cause the player to move to the target location. var target = position func _input(event): - if event is InputEventMouseButton: - if event.button_index == MOUSE_BUTTON_LEFT and event.pressed: - target = get_global_mouse_position() + # Use is_action_pressed to only accept single taps as input instead of mouse drags. + if event.is_action_pressed(&"click"): + target = get_global_mouse_position() func _physics_process(delta): velocity = position.direction_to(target) * speed @@ -254,12 +254,10 @@ on the screen will cause the player to move to the target location. public override void _Input(InputEvent @event) { - if (@event is InputEventMouseButton eventMouseButton) + // Use IsActionPressed to only accept single taps as input instead of mouse drags. + if (@event.IsActionPressed("click")) { - if (eventMouseButton.ButtonIndex == MouseButton.Left && eventMouseButton.Pressed) - { - _target = GetGlobalMousePosition(); - } + _target = GetGlobalMousePosition(); } } diff --git a/tutorials/2d/2d_parallax.rst b/tutorials/2d/2d_parallax.rst index 5702a89f1cb..ca8fea699d8 100644 --- a/tutorials/2d/2d_parallax.rst +++ b/tutorials/2d/2d_parallax.rst @@ -201,21 +201,23 @@ The parallax effect fakes a perspective by moving the positions of different tex understandably problematic if you have multiple cameras, because your textures can't be in two places at once! This is still achievable by cloning the parallax nodes into the second (or third or fourth) -:ref:`SubViewport`. Here's how it looks for a two player game: +:ref:`SubViewport`. Here's how a setup looks for a two player game: .. image:: img/2d_parallax_splitscreen.webp -Of course, now both backgrounds show in both SubViewports. What we want is for some nodes to be visible in one viewport -but not another. While technically possible, this is not a feature officially supported by Godot at the moment. There is -currently a proposal to make this much simpler, so please stay tuned. +Of course, now both backgrounds show in both SubViewports. What we want is for each parallax to only show in their +corresponding viewport. We can achieve this by doing the following: -As a workaround, you can do the following: +- Leave all parallax nodes at their default :ref:`visibility_layer` of 1. +- Set the first SubViewport's :ref:`canvas_cull_mask` to only layers 1 and 2. +- Do the same for the second SubViewport but use layers 1 and 3. +- Give your parallax nodes in the first SubViewport a common parent and set its :ref:`visibility_layer` to 2. +- Do the same for the second SubViewport's parallax nodes, but use a layer of 3. -- Set the first SubViewport's :ref:`canvas_cull_mask` to only layer 1, so it displays all nodes with a :ref:`visibility_layer` of layer 1. -- Set the second SubViewport's :ref:`canvas_cull_mask` to only layer 2, so it displays all nodes with a :ref:`visibility_layer` of layer 2. -- Set the :ref:`visibility_layer` of every node you want to display in both viewports to both layers 1 and 2. -- Set the :ref:`visibility_layer` of the :ref:`Parallax2D` node and all its descendants in the first :ref:`SubViewport` to layer 1. -- Set the :ref:`visibility_layer` of the :ref:`Parallax2D` node and all its descendants in the second :ref:`SubViewport` to layer 2. +How does this work? If a canvas item has a :ref:`visibility_layer` that +doesn't match the SubViewport's :ref:`canvas_cull_mask`, it will hide all +children, even if they do. We use this to our advantage, letting the SubViewports cut off rendering of parallax nodes +whose parent doesn't have a supported :ref:`visibility_layer`. Previewing in the editor ------------------------ diff --git a/tutorials/2d/img/2d_parallax_splitscreen.webp b/tutorials/2d/img/2d_parallax_splitscreen.webp index 7544bcf5303..3cecaf4d8e5 100644 Binary files a/tutorials/2d/img/2d_parallax_splitscreen.webp and b/tutorials/2d/img/2d_parallax_splitscreen.webp differ diff --git a/tutorials/2d/img/using_tilesets_edit_custom_data.webp b/tutorials/2d/img/using_tilesets_edit_custom_data.webp index aa7e7b5f042..eb47402c0ba 100644 Binary files a/tutorials/2d/img/using_tilesets_edit_custom_data.webp and b/tutorials/2d/img/using_tilesets_edit_custom_data.webp differ diff --git a/tutorials/2d/particle_systems_2d.rst b/tutorials/2d/particle_systems_2d.rst index 14fc22776cf..e2f815b250c 100644 --- a/tutorials/2d/particle_systems_2d.rst +++ b/tutorials/2d/particle_systems_2d.rst @@ -199,6 +199,12 @@ This setting can be used to set the particle system to render at a fixed FPS. For instance, changing the value to ``2`` will make the particles render at 2 frames per second. Note this does not slow down the particle system itself. +.. note:: + + Godot 4.3 does not currently support physics interpolation for 2D particles. + As a workaround, disable physics interpolation for the particles node by setting + **Node > Physics Interpolation > Mode** at the bottom of the inspector. + Fract Delta ~~~~~~~~~~~ diff --git a/tutorials/2d/using_tilemaps.rst b/tutorials/2d/using_tilemaps.rst index 41a0373eb52..a9a29b9347e 100644 --- a/tutorials/2d/using_tilemaps.rst +++ b/tutorials/2d/using_tilemaps.rst @@ -39,7 +39,7 @@ resource and choose **Save**: Saving the built-in TileSet resource to an external resource file -Multiple TileMaplayers and settings +Multiple TileMapLayers and settings ----------------------------------- When working with tilemaps it's generally advised that you use multiple TileMapLayer @@ -90,6 +90,9 @@ Navigation .. warning:: 2D navigation meshes can not be "layered" or stacked on top of each other like visuals or physic shapes. Attempting to stack navigation meshes on the same navigation map will result in merge and logical errors that break the pathfinding. +Reordering layers +^^^^^^^^^^^^^^^^^ + You can reorder layers by drag-and-dropping their node in the Scene tab. You can also switch between which TileMapLayer node you're working on by using the buttons in the top right corner of the TileMap editor. @@ -108,9 +111,9 @@ of the editor: .. figure:: img/using_tilemaps_open_tilemap_editor.webp :align: center - :alt: Opening the TileMap panel at the bottom of the editor. The TileMap node must be selected first. + :alt: Opening the TileMap panel at the bottom of the editor. The TileMapLayer node must be selected first. - Opening the TileMap panel at the bottom of the editor. The TileMap node must be selected first. + Opening the TileMap panel at the bottom of the editor. The TileMapLayer node must be selected first. Selecting tiles to use for painting ----------------------------------- @@ -127,7 +130,7 @@ layer you wish to paint on: .. tip:: In the 2D editor, the layers you aren't currently editing from the same - TileMap node will appear grayed out while in the TileMap editor. You can + TileMapLayer node will appear grayed out while in the TileMap editor. You can disable this behavior by clicking the icon next to the layer selection menu (**Highlight Selected TileMap Layer** tooltip). @@ -404,7 +407,7 @@ Rectangle or Bucket Fill painting modes. Handling tile connections automatically using terrains ------------------------------------------------------ -To use terrains, the TileMap node must feature at least one terrain set and a +To use terrains, the TileMapLayer node must feature at least one terrain set and a terrain within this terrain set. See :ref:`doc_using_tilesets_creating_terrain_sets` if you haven't created a terrain set for the TileSet yet. diff --git a/tutorials/2d/using_tilesets.rst b/tutorials/2d/using_tilesets.rst index 8dbc0e39272..b8afbc116b0 100644 --- a/tutorials/2d/using_tilesets.rst +++ b/tutorials/2d/using_tilesets.rst @@ -394,9 +394,7 @@ the custom data for the alternative tile only. You can reorder custom data without breaking existing metadata: the TileSet editor will update automatically after reordering custom data properties. -Note that in the editor, property names do not appear (only their index, which -matches the order in which they are defined). For example, with the custom data -layers example shown above, we're assigning a tile to have the +With the custom data layers example shown above, we're assigning a tile to have the ``damage_per_second`` metadata set to ``25`` and the ``destructible`` metadata to ``false``: @@ -526,7 +524,7 @@ Depending on your use cases, one method may be faster than the other: Using multiple tile selection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If you wish to configure various properties on several times at once, +If you wish to configure various properties on several tiles at once, choose the **Select** mode at the top of the TileSet editor: After doing this, you can select multiple tiles on the right column by holding diff --git a/tutorials/3d/global_illumination/reflection_probes.rst b/tutorials/3d/global_illumination/reflection_probes.rst index b7ef32dff0a..8f3eb1f8de7 100644 --- a/tutorials/3d/global_illumination/reflection_probes.rst +++ b/tutorials/3d/global_illumination/reflection_probes.rst @@ -194,3 +194,7 @@ advanced project setting. When using the Forward Mobile backend, only 8 reflection probes can be applied on each individual Mesh *resource*. If there are more reflection probes affecting a single mesh, not all of them will be rendered on the mesh. + +Similarly, when using the Compatibility backend, up to 2 reflection probes can be applied +per mesh. If more than 2 reflection probes affect a single mesh, additional probes will +not be rendered. diff --git a/tutorials/3d/img/next_pass.webp b/tutorials/3d/img/next_pass.webp new file mode 100644 index 00000000000..c8719361573 Binary files /dev/null and b/tutorials/3d/img/next_pass.webp differ diff --git a/tutorials/3d/mesh_lod.rst b/tutorials/3d/mesh_lod.rst index d073dbffd3e..f8aedec5578 100644 --- a/tutorials/3d/mesh_lod.rst +++ b/tutorials/3d/mesh_lod.rst @@ -138,10 +138,15 @@ by changing the **Rendering > Mesh LOD > LOD Change > Threshold Pixels** project setting. To change this value at run-time, set ``mesh_lod_threshold`` on the root viewport as follows: -:: +.. tabs:: + .. code-tab:: gdscript get_tree().root.mesh_lod_threshold = 4.0 + .. code-tab:: csharp + + GetTree().Root.MeshLodThreshold = 4.0f; + Each viewport has its own ``mesh_lod_threshold`` property, which can be set independently from other viewports. diff --git a/tutorials/3d/occlusion_culling.rst b/tutorials/3d/occlusion_culling.rst index f6b984b5bea..d5e97098fb5 100644 --- a/tutorials/3d/occlusion_culling.rst +++ b/tutorials/3d/occlusion_culling.rst @@ -195,10 +195,16 @@ occluders in front of the camera. To toggle occlusion culling at run-time, set ``use_occlusion_culling`` on the root viewport as follows: -:: +.. tabs:: + .. code-tab:: gdscript get_tree().root.use_occlusion_culling = true + .. code-tab:: csharp + + GetTree().Root.UseOcclusionCulling = true; + + Toggling occlusion culling at run-time is useful to compare performance on a running project. diff --git a/tutorials/3d/standard_material_3d.rst b/tutorials/3d/standard_material_3d.rst index b9eeb8acdbd..963e6184d44 100644 --- a/tutorials/3d/standard_material_3d.rst +++ b/tutorials/3d/standard_material_3d.rst @@ -738,8 +738,21 @@ The rendering order of objects can be changed, although this is mostly useful for transparent objects (or opaque objects that perform depth draw but no color draw, such as cracks on the floor). +Objects are sorted by an opaque/transparent queue, then :ref:`render_priority`, +with higher priority being drawn later. Transparent objects are also sorted by depth. + +Depth testing overrules priority. Priority alone cannot force opaque objects to be drawn over each other. + Next Pass --------- -Sets the material to be used for the next pass. This renders the object -again with a different material. +Setting :ref:`next_pass` on a material +will cause an object to be rendered again with that next material. + +Materials are sorted by an opaque/transparent queue, then :ref:`render_priority`, +with higher priority being drawn later. + +.. image:: img/next_pass.webp + +Depth will test equal between both materials unless the grow setting or other vertex transformations are used. +Multiple transparent passes should use :ref:`render_priority` to ensure correct ordering. diff --git a/tutorials/3d/using_decals.rst b/tutorials/3d/using_decals.rst index 9998865d5a5..2d39e40c57a 100644 --- a/tutorials/3d/using_decals.rst +++ b/tutorials/3d/using_decals.rst @@ -29,7 +29,7 @@ On this page, you'll learn: .. seealso:: The Godot demo projects repository contains a - `3D decals demo `__. + `3D decals demo `__. If you're looking to write arbitrary 3D text on top of a surface, use :ref:`doc_3d_text` placed close to a surface instead of a Decal node. diff --git a/tutorials/animation/creating_movies.rst b/tutorials/animation/creating_movies.rst index b27d211245e..f7f5178b978 100644 --- a/tutorials/animation/creating_movies.rst +++ b/tutorials/animation/creating_movies.rst @@ -285,7 +285,8 @@ This feature tag can also be queried in a script to increase quality settings that are set in the Environment resource. For example, to further improve SDFGI detail and reduce light leaking: -:: +.. tabs:: + .. code-tab:: gdscript extends Node3D @@ -296,6 +297,24 @@ detail and reduce light leaking: get_viewport().world_3d.environment.sdfgi_min_cell_size *= 0.25 get_viewport().world_3d.environment.sdfgi_cascades = 8 + .. code-tab:: csharp + + using Godot; + + public partial class MyNode3D : Node3D + { + public override void _Ready() + { + if (OS.HasFeature("movie")) + { + // When recording a movie, improve SDFGI cell density + // without decreasing its maximum distance. + GetViewport().World3D.Environment.SdfgiMinCellSize *= 0.25f; + GetViewport().World3D.Environment.SdfgiCascades = 8; + } + } + } + .. _doc_creating_movies_recording_at_higher_resolution: Rendering at a higher resolution than the screen resolution diff --git a/tutorials/animation/introduction.rst b/tutorials/animation/introduction.rst index 2c13fc60a92..dc8b0e7acdb 100644 --- a/tutorials/animation/introduction.rst +++ b/tutorials/animation/introduction.rst @@ -140,8 +140,8 @@ animation. Enter a name for the animation in the dialog box. Add a new animation -Manage an animation libraries -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Managing animation libraries +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ For reusability, the animation is registered in a list in the animation library resource. If you add an animation to AnimationPlayer without specifying any particular settings, the animation will be registered in the [Global] animation library that AnimationPlayer has by default. @@ -373,10 +373,10 @@ If you want to reset the tracks in the editor, select the AnimationPlayer node, open the **Animation** bottom panel then choose **Apply Reset** in the animation editor's **Edit** dropdown menu. -when using the keyframe icon next to a property in the inspector the editor will +When using the keyframe icon next to a property in the inspector the editor will ask you to automatically create a RESET track. -.. note:: RESET tracks is also used as a reference value for blending. See also `For better blending <../animation/animation_tree.html#for-better-blending>`__. +.. note:: RESET tracks are also used as reference values for blending. See also `For better blending <../animation/animation_tree.html#for-better-blending>`__. Onion Skinning -------------- diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.rst index 9862d8e4282..d2ec01b50dc 100644 --- a/tutorials/animation/playing_videos.rst +++ b/tutorials/animation/playing_videos.rst @@ -268,32 +268,32 @@ To implement the chroma key effect, follow these steps: 2. In the "ChromaKeyShader.gdshader" file, write the custom shader code as shown below: -.. code-block:: gd +.. code-block:: glsl shader_type canvas_item; - # Uniform variables for chroma key effect + // Uniform variables for chroma key effect uniform vec3 chroma_key_color : source_color = vec3(0.0, 1.0, 0.0); uniform float pickup_range : hint_range(0.0, 1.0) = 0.1; uniform float fade_amount : hint_range(0.0, 1.0) = 0.1; void fragment() { - # Get the color from the texture at the given UV coordinates + // Get the color from the texture at the given UV coordinates vec4 color = texture(TEXTURE, UV); - # Calculate the distance between the current color and the chroma key color + // Calculate the distance between the current color and the chroma key color float distance = length(color.rgb - chroma_key_color); - # If the distance is within the pickup range, discard the pixel - # the lesser the distance more likely the colors are + // If the distance is within the pickup range, discard the pixel + // the lesser the distance more likely the colors are if (distance <= pickup_range) { discard; } - # Calculate the fade factor based on the pickup range and fade amount + // Calculate the fade factor based on the pickup range and fade amount float fade_factor = smoothstep(pickup_range, pickup_range + fade_amount, distance); - # Set the output color with the original RGB values and the calculated fade factor + // Set the output color with the original RGB values and the calculated fade factor COLOR = vec4(color.rgb, fade_factor); } @@ -311,25 +311,64 @@ UI Controls To allow users to manipulate the chroma key effect in real-time, we created sliders in the `Control` node. The `Control` node's script contains the following functions: -.. code-block:: gd +.. tabs:: + .. code-tab:: gdscript - extends Control + extends Control - func _on_color_picker_button_color_changed(color): - # Update the "chroma_key_color" shader parameter of the VideoStreamPlayer's material - $VideoStreamPlayer.material.set("shader_parameter/chroma_key_color", color) + func _on_color_picker_button_color_changed(color): + # Update the "chroma_key_color" shader parameter of the VideoStreamPlayer's material. + $VideoStreamPlayer.material.set("shader_parameter/chroma_key_color", color) - func _on_h_slider_value_changed(value): - # Update the "pickup_range" shader parameter of the VideoStreamPlayer's material - $VideoStreamPlayer.material.set("shader_parameter/pickup_range", value) + func _on_h_slider_value_changed(value): + # Update the "pickup_range" shader parameter of the VideoStreamPlayer's material. + $VideoStreamPlayer.material.set("shader_parameter/pickup_range", value) - func _on_h_slider_2_value_changed(value): - # Update the "fade_amount" shader parameter of the VideoStreamPlayer's material - $VideoStreamPlayer.material.set("shader_parameter/fade_amount", value) + func _on_h_slider_2_value_changed(value): + # Update the "fade_amount" shader parameter of the VideoStreamPlayer's material. + $VideoStreamPlayer.material.set("shader_parameter/fade_amount", value) func _on_video_stream_player_finished(): - # Restart the video playback when it's finished - $VideoStreamPlayer.play() + # Restart the video playback when it's finished. + $VideoStreamPlayer.play() + + .. code-tab:: csharp + + using Godot; + + public partial class MyControl : Control + { + private VideoStreamPlayer _videoStreamPlayer; + + public override void _Ready() + { + _videoStreamPlayer = GetNode("VideoStreamPlayer"); + } + + private void OnColorPickerButtonColorChanged(Color color) + { + // Update the "chroma_key_color" shader parameter of the VideoStreamPlayer's material. + _videoStreamPlayer.Material.Set("shader_parameter/chroma_key_color", color); + } + + private void OnHSliderValueChanged(double value) + { + // Update the "pickup_range" shader parameter of the VideoStreamPlayer's material. + _videoStreamPlayer.Material.Set("shader_parameter/pickup_range", value); + } + + private void OnHSlider2ValueChanged(double value) + { + // Update the "fade_amount" shader parameter of the VideoStreamPlayer's material. + _videoStreamPlayer.Material.Set("shader_parameter/fade_amount", value); + } + + private void OnVideoStreamPlayerFinished() + { + // Restart the video playback when it's finished. + _videoStreamPlayer.Play(); + } + } also make sure that the range of the sliders are appropriate, our settings are : diff --git a/tutorials/assets_pipeline/import_process.rst b/tutorials/assets_pipeline/import_process.rst index 21c492cac7a..f3e23002853 100644 --- a/tutorials/assets_pipeline/import_process.rst +++ b/tutorials/assets_pipeline/import_process.rst @@ -84,7 +84,7 @@ files contain important metadata. :: - $ ls + ls example.png example.png.import project.godot @@ -94,7 +94,7 @@ Additionally, extra assets will be present in the hidden :: - $ ls .godot/imported + ls .godot/imported example.png-218a8f2b3041327d8a5756f3a245f83b.ctex example.png-218a8f2b3041327d8a5756f3a245f83b.md5 diff --git a/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst b/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst index f852a432b0c..8d7a2be0a45 100644 --- a/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst +++ b/tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst @@ -160,7 +160,7 @@ exported from other tools such as Maya. **FBX** - **Importer** Which import method is used. ubfx handles fbx files as fbx files. - FBX2glTF converts FBX files to glTF on import and requires additonal setup. + FBX2glTF converts FBX files to glTF on import and requires additional setup. FBX2glTF is not recommended unless you have a specific rason to use it over ufbx or working with a different file format. - **Allow Geometry Helper Nodes** enables or disables geometry helper nodes diff --git a/tutorials/assets_pipeline/importing_audio_samples.rst b/tutorials/assets_pipeline/importing_audio_samples.rst index 5874283849b..aeb54641e80 100644 --- a/tutorials/assets_pipeline/importing_audio_samples.rst +++ b/tutorials/assets_pipeline/importing_audio_samples.rst @@ -212,7 +212,7 @@ BPM The Beats Per Minute of the audio track. This should match the BPM measure that was used to compose the track. This is only relevant for music that wishes to -make use of interactive music functionality (not implemented yet), not sound +make use of interactive music functionality, not sound effects. A more convenient editor for **BPM** is provided in the @@ -223,7 +223,7 @@ Beat Count ^^^^^^^^^^ The beat count of the audio track. This is only relevant for music that wishes -to make use of interactive music functionality (not implemented yet), not sound +to make use of interactive music functionality, not sound effects. A more convenient editor for **Beat Count** is provided in the @@ -235,7 +235,7 @@ Bar Beats The number of bars within a single beat in the audio track. This is only relevant for music that wishes to make use of interactive music functionality -(not implemented yet), not sound effects. +, not sound effects. A more convenient editor for **Bar Beats** is provided in the :ref:`Advanced import settings ` diff --git a/tutorials/best_practices/autoloads_versus_internal_nodes.rst b/tutorials/best_practices/autoloads_versus_internal_nodes.rst index 48664a26a59..2f8b10a92a9 100644 --- a/tutorials/best_practices/autoloads_versus_internal_nodes.rst +++ b/tutorials/best_practices/autoloads_versus_internal_nodes.rst @@ -87,7 +87,7 @@ limitation of static functions is that they can't reference member variables, non-static functions or ``self``. Since Godot 4.1, GDScript also supports ``static`` variables using ``static var``. -This means you can now share a variables across instances of a class without +This means you can now share variables across instances of a class without having to create a separate autoload. Still, autoloaded nodes can simplify your code for systems with a wide scope. If diff --git a/tutorials/best_practices/data_preferences.rst b/tutorials/best_practices/data_preferences.rst index 7bd718267c0..994d3d45e98 100644 --- a/tutorials/best_practices/data_preferences.rst +++ b/tutorials/best_practices/data_preferences.rst @@ -332,15 +332,15 @@ in a :ref:`TileSet ` and integrate it with a :ref:`TileMapLayer ` for many auto-animating backgrounds that all render in a single batched draw call. -The AnimatedSprite2D node, in combination with the +The :ref:`AnimatedSprite2D ` node, in combination with the :ref:`SpriteFrames ` resource, allows one to create a variety of animation sequences through spritesheets, flip between animations, and control their speed, regional offset, and orientation. This makes them well-suited to controlling 2D frame-based animations. -If one needs trigger other effects in relation to animation changes (for +If one needs to trigger other effects in relation to animation changes (for example, create particle effects, call functions, or manipulate other -peripheral elements besides the frame-based animation), then will need to use +peripheral elements besides the frame-based animation), then one will need to use an :ref:`AnimationPlayer ` node in conjunction with the AnimatedSprite2D. diff --git a/tutorials/best_practices/godot_notifications.rst b/tutorials/best_practices/godot_notifications.rst index e388ecaec62..75a0d237816 100644 --- a/tutorials/best_practices/godot_notifications.rst +++ b/tutorials/best_practices/godot_notifications.rst @@ -279,7 +279,7 @@ nodes that one might create at runtime. { private Node _parentCache; - public void ConnectionCheck() + public bool ConnectionCheck() { return _parentCache.HasUserSignal("InteractedWith"); } diff --git a/tutorials/export/index.rst b/tutorials/export/index.rst index 6bf26611bdc..6a46dabd7dc 100644 --- a/tutorials/export/index.rst +++ b/tutorials/export/index.rst @@ -3,6 +3,12 @@ Export ====== +.. seealso:: + + This section is about exporting a build of your project. If you're trying + to export properties from a script, see :ref:`doc_gdscript_exports` or + :ref:`doc_c_sharp_exports`. + .. toctree:: :maxdepth: 1 :name: toc-learn-workflow-export diff --git a/tutorials/inputs/mouse_and_input_coordinates.rst b/tutorials/inputs/mouse_and_input_coordinates.rst index ac0dadce762..fd3be77ca5b 100644 --- a/tutorials/inputs/mouse_and_input_coordinates.rst +++ b/tutorials/inputs/mouse_and_input_coordinates.rst @@ -29,14 +29,14 @@ for example: .. code-tab:: gdscript GDScript func _input(event): - # Mouse in viewport coordinates. - if event is InputEventMouseButton: - print("Mouse Click/Unclick at: ", event.position) - elif event is InputEventMouseMotion: - print("Mouse Motion at: ", event.position) - - # Print the size of the viewport. - print("Viewport Resolution is: ", get_viewport().get_visible_rect().size) + # Mouse in viewport coordinates. + if event is InputEventMouseButton: + print("Mouse Click/Unclick at: ", event.position) + elif event is InputEventMouseMotion: + print("Mouse Motion at: ", event.position) + + # Print the size of the viewport. + print("Viewport Resolution is: ", get_viewport().get_visible_rect().size) .. code-tab:: csharp diff --git a/tutorials/io/background_loading.rst b/tutorials/io/background_loading.rst index 9384be4c890..8f484333e6f 100644 --- a/tutorials/io/background_loading.rst +++ b/tutorials/io/background_loading.rst @@ -48,7 +48,8 @@ The path will be ``"Enemy.tscn"`` which is located at ``res://Enemy.tscn``. First, we will start a request to load the resource and connect the button: -:: +.. tabs:: + .. code-tab:: gdscript const ENEMY_SCENE_PATH : String = "Enemy.tscn" @@ -56,14 +57,41 @@ First, we will start a request to load the resource and connect the button: ResourceLoader.load_threaded_request(ENEMY_SCENE_PATH) self.pressed.connect(_on_button_pressed) + .. code-tab:: csharp + + using Godot; + + public partial class MyButton : Button + { + private const string EnemyScenePath = "Enemy.tscn"; + + public override void _Ready() + { + ResourceLoader.LoadThreadedRequest(EnemyScenePath); + Pressed += OnButtonPressed; + } + } + Now ``_on_button_pressed`` will be called when the button is pressed. This method will be used to spawn an enemy. -:: +.. tabs:: + .. code-tab:: gdscript - func _on_button_pressed(): # Button was pressed - # Obtain the resource now that we need it + func _on_button_pressed(): # Button was pressed. + # Obtain the resource now that we need it. var enemy_scene = ResourceLoader.load_threaded_get(ENEMY_SCENE_PATH) - # Instantiate the enemy scene and add it to the current scene + # Instantiate the enemy scene and add it to the current scene. var enemy = enemy_scene.instantiate() add_child(enemy) + + .. code-tab:: csharp + + private void OnButtonPressed() // Button was pressed. + { + // Obtain the resource now that we need it. + var enemyScene = (PackedScene)ResourceLoader.LoadThreadedGet(EnemyScenePath); + // Instantiate the enemy scene and add it to the current scene. + var enemy = enemyScene.Instantiate(); + AddChild(enemy); + } diff --git a/tutorials/io/data_paths.rst b/tutorials/io/data_paths.rst index 119352fb9d9..6f9db534325 100644 --- a/tutorials/io/data_paths.rst +++ b/tutorials/io/data_paths.rst @@ -25,6 +25,23 @@ This makes it possible to work with paths returned by other Windows applications. We still recommend using only forward slashes in your own code to guarantee that everything will work as intended. +.. tip:: + + The String class offers over a dozen methods to work with strings that represent file paths: + + - :ref:`String.filecasecmp_to() ` + - :ref:`String.filenocasecmp_to() ` + - :ref:`String.get_base_dir() ` + - :ref:`String.get_basename() ` + - :ref:`String.get_extension() ` + - :ref:`String.get_file() ` + - :ref:`String.is_absolute_path() ` + - :ref:`String.is_relative_path() ` + - :ref:`String.is_valid_filename() ` + - :ref:`String.path_join() ` + - :ref:`String.simplify_path() ` + - :ref:`String.validate_filename() ` + Accessing files in the project folder (``res://``) -------------------------------------------------- @@ -142,8 +159,9 @@ depending on the platform. By default, these paths are: Godot complies with the `XDG Base Directory Specification `__ -on all platforms. You can override environment variables following the -specification to change the editor and project data paths. +on Linux/\*BSD. You can override the ``XDG_DATA_HOME``, ``XDG_CONFIG_HOME`` and +``XDG_CACHE_HOME`` environment variables to change the editor and project data +paths. .. note:: If you use `Godot packaged as a Flatpak `__, the diff --git a/tutorials/io/saving_games.rst b/tutorials/io/saving_games.rst index afa7ad1c987..27347278dcd 100644 --- a/tutorials/io/saving_games.rst +++ b/tutorials/io/saving_games.rst @@ -232,17 +232,17 @@ load function: while save_file.get_position() < save_file.get_length(): var json_string = save_file.get_line() - # Creates the helper class to interact with JSON + # Creates the helper class to interact with JSON. var json = JSON.new() - # Check if there is any error while parsing the JSON string, skip in case of failure + # Check if there is any error while parsing the JSON string, skip in case of failure. var parse_result = json.parse(json_string) if not parse_result == OK: print("JSON Parse Error: ", json.get_error_message(), " in ", json_string, " at line ", json.get_error_line()) continue - # Get the data from the JSON object - var node_data = json.get_data() + # Get the data from the JSON object. + var node_data = json.data # Firstly, we need to create the object and add it to the tree and set its position. var new_object = load(node_data["filename"]).instantiate() @@ -284,7 +284,7 @@ load function: { var jsonString = saveFile.GetLine(); - // Creates the helper class to interact with JSON + // Creates the helper class to interact with JSON. var json = new Json(); var parseResult = json.Parse(jsonString); if (parseResult != Error.Ok) @@ -293,7 +293,7 @@ load function: continue; } - // Get the data from the JSON object + // Get the data from the JSON object. var nodeData = new Godot.Collections.Dictionary((Godot.Collections.Dictionary)json.Data); // Firstly, we need to create the object and add it to the tree and set its position. diff --git a/tutorials/math/interpolation.rst b/tutorials/math/interpolation.rst index febdb8fe86a..bddc26481ce 100644 --- a/tutorials/math/interpolation.rst +++ b/tutorials/math/interpolation.rst @@ -138,4 +138,4 @@ Here is how it looks: .. image:: img/interpolation_follow.gif -This useful for smoothing camera movement, allies following you (ensuring they stay within a certain range), and many other common game patterns. +This is useful for smoothing camera movement, allies following you (ensuring they stay within a certain range), and many other common game patterns. diff --git a/tutorials/math/vectors_advanced.rst b/tutorials/math/vectors_advanced.rst index f524fa9fbb0..1d0b80ed302 100644 --- a/tutorials/math/vectors_advanced.rst +++ b/tutorials/math/vectors_advanced.rst @@ -171,7 +171,7 @@ the normal and the point. For two points in space, there are actually two planes that pass through them, sharing the same space but with normal pointing to the opposite directions. To compute the normal from the two points, the direction -vector must be obtained first, and then it needs to be rotated 90° +vector must be obtained first, and then it needs to be rotated 90 degrees to either side: .. tabs:: diff --git a/tutorials/navigation/navigation_introduction_2d.rst b/tutorials/navigation/navigation_introduction_2d.rst index 3831a88feee..cd7eabf42f0 100644 --- a/tutorials/navigation/navigation_introduction_2d.rst +++ b/tutorials/navigation/navigation_introduction_2d.rst @@ -131,7 +131,7 @@ It uses the NavigationServer2D and a NavigationAgent2D for path movement. navigation_agent.target_desired_distance = 4.0 # Make sure to not await during _ready. - call_deferred("actor_setup") + actor_setup.call_deferred() func actor_setup(): # Wait for the first physics frame so the NavigationServer can sync. diff --git a/tutorials/navigation/navigation_introduction_3d.rst b/tutorials/navigation/navigation_introduction_3d.rst index a09e19e522d..032a22769a3 100644 --- a/tutorials/navigation/navigation_introduction_3d.rst +++ b/tutorials/navigation/navigation_introduction_3d.rst @@ -132,7 +132,7 @@ It uses the NavigationServer3D and a NavigationAgent3D for path movement. navigation_agent.target_desired_distance = 0.5 # Make sure to not await during _ready. - call_deferred("actor_setup") + actor_setup.call_deferred() func actor_setup(): # Wait for the first physics frame so the NavigationServer can sync. diff --git a/tutorials/navigation/navigation_using_navigationmaps.rst b/tutorials/navigation/navigation_using_navigationmaps.rst index 66c90162558..078250d4d7e 100644 --- a/tutorials/navigation/navigation_using_navigationmaps.rst +++ b/tutorials/navigation/navigation_using_navigationmaps.rst @@ -33,6 +33,16 @@ The 3D default navigation map RID can be obtained with ``get_world_3d().get_navi func _ready() -> void: var default_navigation_map_rid: RID = get_world_2d().get_navigation_map() + .. code-tab:: csharp 2D C# + + public partial class MyNode2D : Node2D + { + public override void _Ready() + { + Rid defaultNavigationMapRid = GetWorld2D().NavigationMap; + } + } + .. code-tab:: gdscript 3D GDScript extends Node3D @@ -40,6 +50,16 @@ The 3D default navigation map RID can be obtained with ``get_world_3d().get_navi func _ready() -> void: var default_navigation_map_rid: RID = get_world_3d().get_navigation_map() + .. code-tab:: csharp 3D C# + + public partial class MyNode3D : Node3D + { + public override void _Ready() + { + Rid defaultNavigationMapRid = GetWorld3D().NavigationMap; + } + } + Creating new navigation maps ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -66,6 +86,17 @@ Navigation regions and avoidance agents can only be part of a single navigation var new_navigation_map: RID = NavigationServer2D.map_create() NavigationServer2D.map_set_active(new_navigation_map, true) + .. code-tab:: csharp 2D C# + + public partial class MyNode2D : Node2D + { + public override void _Ready() + { + Rid newNavigationMap = NavigationServer2D.MapCreate(); + NavigationServer2D.MapSetActive(newNavigationMap, true); + } + } + .. code-tab:: gdscript 3D GDScript extends Node3D @@ -74,6 +105,17 @@ Navigation regions and avoidance agents can only be part of a single navigation var new_navigation_map: RID = NavigationServer3D.map_create() NavigationServer3D.map_set_active(new_navigation_map, true) + .. code-tab:: csharp 3D C# + + public partial class MyNode3D : Node3D + { + public override void _Ready() + { + Rid newNavigationMap = NavigationServer3D.MapCreate(); + NavigationServer3D.MapSetActive(newNavigationMap, true); + } + } + .. note:: There is no difference between navigation maps created with the NavigationServer2D API or the NavigationServer3D API. diff --git a/tutorials/navigation/navigation_using_navigationmeshes.rst b/tutorials/navigation/navigation_using_navigationmeshes.rst index ec435f4d82c..38926c46ff3 100644 --- a/tutorials/navigation/navigation_using_navigationmeshes.rst +++ b/tutorials/navigation/navigation_using_navigationmeshes.rst @@ -49,6 +49,10 @@ node, the individual parsing, baking, and region update steps are all combined i The nodes are available in 2D and 3D as :ref:`NavigationRegion2D` and :ref:`NavigationRegion3D` respectively. +.. tip:: + + The navigation mesh ``source_geometry_mode`` can be switched to parse specific node group names so nodes that should be baked can be placed anywhere in the scene. + .. tabs:: .. tab:: Baking with a NavigationRegion2D diff --git a/tutorials/navigation/navigation_using_navigationobstacles.rst b/tutorials/navigation/navigation_using_navigationobstacles.rst index a8e7e7f22a4..f9a437863ce 100644 --- a/tutorials/navigation/navigation_using_navigationobstacles.rst +++ b/tutorials/navigation/navigation_using_navigationobstacles.rst @@ -25,7 +25,7 @@ Obstacles and navigation mesh Navigation obstacles affecting navigation mesh baking. -For navigation mesh baking obstacles can be used to discard parts of all other source geometry inside the obstacle shape. +For navigation mesh baking, obstacles can be used to discard parts of all other source geometry inside the obstacle shape. This can be used to stop navigation meshes being baked in unwanted places, e.g. inside "solid" geometry like thick walls or on top of other geometry that should not be included for gameplay like roofs. diff --git a/tutorials/navigation/navigation_using_navigationregions.rst b/tutorials/navigation/navigation_using_navigationregions.rst index 97a7d3afbdd..a2ff94cd98b 100644 --- a/tutorials/navigation/navigation_using_navigationregions.rst +++ b/tutorials/navigation/navigation_using_navigationregions.rst @@ -45,12 +45,32 @@ The region RID can then be obtained from NavigationRegion Nodes with ``get_rid() var navigationserver_region_rid: RID = get_rid() + .. code-tab:: csharp 2D C# + + public partial class MyNavigationRegion2D : NavigationRegion2D + { + public override void _Ready() + { + Rid navigationServerRegionRid = GetRid(); + } + } + .. code-tab:: gdscript 3D GDScript extends NavigationRegion3D var navigationserver_region_rid: RID = get_rid() + .. code-tab:: csharp 3D C# + + public partial class MyNavigationRegion3D : NavigationRegion3D + { + public override void _Ready() + { + Rid navigationServerRegionRid = GetRid(); + } + } + New regions can also be created with the NavigationServer API and added to any existing map. If regions are created with the NavigationServer API directly they need to be assigned a navigation map manually. @@ -65,6 +85,18 @@ If regions are created with the NavigationServer API directly they need to be as var default_map_rid: RID = get_world_2d().get_navigation_map() NavigationServer2D.region_set_map(new_region_rid, default_map_rid) + .. code-tab:: csharp 2D C# + + public partial class MyNode2D : Node2D + { + public override void _Ready() + { + Rid newRegionRid = NavigationServer2D.RegionCreate(); + Rid defaultMapRid = GetWorld2D().NavigationMap; + NavigationServer2D.RegionSetMap(newRegionRid, defaultMapRid); + } + } + .. code-tab:: gdscript 3D GDScript extends Node3D @@ -74,6 +106,18 @@ If regions are created with the NavigationServer API directly they need to be as var default_map_rid: RID = get_world_3d().get_navigation_map() NavigationServer3D.region_set_map(new_region_rid, default_map_rid) + .. code-tab:: csharp 3D C# + + public partial class MyNode3D : Node3D + { + public override void _Ready() + { + Rid newRegionRid = NavigationServer3D.RegionCreate(); + Rid defaultMapRid = GetWorld3D().NavigationMap; + NavigationServer3D.RegionSetMap(newRegionRid, defaultMapRid); + } + } + .. note:: Navigation regions can only be assigned to a single navigation map. diff --git a/tutorials/navigation/navigation_using_navigationservers.rst b/tutorials/navigation/navigation_using_navigationservers.rst index d8da6791a0e..2599ab8eb22 100644 --- a/tutorials/navigation/navigation_using_navigationservers.rst +++ b/tutorials/navigation/navigation_using_navigationservers.rst @@ -97,7 +97,7 @@ Afterwards the function waits for the next physics frame before continuing with func _ready(): # Use call deferred to make sure the entire scene tree nodes are setup # else await on 'physics_frame' in a _ready() might get stuck. - call_deferred("custom_setup") + custom_setup.call_deferred() func custom_setup(): diff --git a/tutorials/networking/high_level_multiplayer.rst b/tutorials/networking/high_level_multiplayer.rst index 45e7e8557d7..00dcd395c9a 100644 --- a/tutorials/networking/high_level_multiplayer.rst +++ b/tutorials/networking/high_level_multiplayer.rst @@ -107,16 +107,24 @@ which will override ``multiplayer`` for the node at that path and all of its des This allows sibling nodes to be configured with different peers, which makes it possible to run a server and a client simultaneously in one instance of Godot. -:: +.. tabs:: + .. code-tab:: gdscript GDScript # By default, these expressions are interchangeable. multiplayer # Get the MultiplayerAPI object configured for this node. get_tree().get_multiplayer() # Get the default MultiplayerAPI object. + .. code-tab:: csharp + + // By default, these expressions are interchangeable. + Multiplayer; // Get the MultiplayerAPI object configured for this node. + GetTree().GetMultiplayer(); // Get the default MultiplayerAPI object. + To initialize networking, a ``MultiplayerPeer`` object must be created, initialized as a server or client, and passed to the ``MultiplayerAPI``. -:: +.. tabs:: + .. code-tab:: gdscript GDScript # Create client. var peer = ENetMultiplayerPeer.new() @@ -128,12 +136,29 @@ and passed to the ``MultiplayerAPI``. peer.create_server(PORT, MAX_CLIENTS) multiplayer.multiplayer_peer = peer + .. code-tab:: csharp + + // Create client. + var peer = new ENetMultiplayerPeer(); + peer.CreateClient(IPAddress, Port); + Multiplayer.MultiplayerPeer = peer; + + // Create server. + var peer = new ENetMultiplayerPeer(); + peer.CreateServer(Port, MaxClients); + Multiplayer.MultiplayerPeer = peer; + To terminate networking: -:: +.. tabs:: + .. code-tab:: gdscript GDScript multiplayer.multiplayer_peer = null + .. code-tab:: csharp + + Multiplayer.MultiplayerPeer = null; + .. warning:: When exporting to Android, make sure to enable the ``INTERNET`` @@ -159,16 +184,27 @@ The rest are only emitted on clients: To get the unique ID of the associated peer: -:: +.. tabs:: + .. code-tab:: gdscript GDScript multiplayer.get_unique_id() + .. code-tab:: csharp + + Multiplayer.GetUniqueId(); + + To check whether the peer is server or client: -:: +.. tabs:: + .. code-tab:: gdscript GDScript multiplayer.is_server() + .. code-tab:: csharp + + Multiplayer.IsServer(); + Remote procedure calls ---------------------- @@ -176,7 +212,8 @@ Remote procedure calls, or RPCs, are functions that can be called on other peers before a function definition. To call an RPC, use ``Callable``'s method ``rpc()`` to call in every peer, or ``rpc_id()`` to call in a specific peer. -:: +.. tabs:: + .. code-tab:: gdscript GDScript func _ready(): if multiplayer.is_server(): @@ -186,6 +223,23 @@ call in a specific peer. func print_once_per_client(): print("I will be printed to the console once per each connected client.") + .. code-tab:: csharp + + public override void _Ready() + { + if (Multiplayer.IsServer()) + { + Rpc(MethodName.PrintOncePerClient); + } + } + + [Rpc] + private void PrintOncePerClient() + { + GD.Print("I will be printed to the console once per each connected client."); + } + + RPCs will not serialize objects or callables. For a remote call to be successful, the sending and receiving node need to have the same ``NodePath``, which means they @@ -204,7 +258,7 @@ must have the same name. When using ``add_child()`` for nodes which are expected **and** the NodePath. If an RPC resides in a script attached to ``/root/Main/Node1``, then it must reside in precisely the same path and node on both the client script and the server script. Function arguments are not checked for matching between the server and client code - (example: ``func sendstuff():`` and ``func sendstuff(arg1, arg2):`` **will pass** signature + (example: ``func sendstuff():`` and ``func sendstuff(arg1, arg2):`` **will pass** signature matching). If these conditions are not met (if all RPCs do not pass signature matching), the script may print an @@ -215,15 +269,22 @@ must have the same name. When using ``add_child()`` for nodes which are expected The annotation can take a number of arguments, which have default values. ``@rpc`` is equivalent to: -:: +.. tabs:: + .. code-tab:: gdscript GDScript @rpc("authority", "call_remote", "unreliable", 0) + .. code-tab:: csharp + + [Rpc(MultiplayerApi.RpcMode.Authority, CallLocal = false, TransferMode = MultiplayerPeer.TransferModeEnum.Unreliable, TransferChannel = 0)] + The parameters and their functions are as follows: ``mode``: -- ``"authority"``: Only the multiplayer authority (the server) can call remotely. +- ``"authority"``: Only the multiplayer authority can call remotely. + The authority is the server by default, but can be changed per-node using + :ref:`Node.set_multiplayer_authority `. - ``"any_peer"``: Clients are allowed to call remotely. Useful for transferring user input. ``sync``: @@ -243,7 +304,8 @@ The first 3 can be passed in any order, but ``transfer_channel`` must always be The function ``multiplayer.get_remote_sender_id()`` can be used to get the unique id of an rpc sender, when used within the function called by rpc. -:: +.. tabs:: + .. code-tab:: gdscript GDScript func _on_some_input(): # Connected to some input. transfer_some_input.rpc_id(1) # Send the input only to the server. @@ -256,6 +318,22 @@ The function ``multiplayer.get_remote_sender_id()`` can be used to get the uniqu var sender_id = multiplayer.get_remote_sender_id() # Process the input and affect game logic. + .. code-tab:: csharp + + private void OnSomeInput() // Connected to some input. + { + RpcId(1, MethodName.TransferSomeInput); // Send the input only to the server. + } + + // Call local is required if the server is also a player. + [Rpc(MultiplayerApi.RpcMode.AnyPeer, CallLocal = true, TransferMode = MultiplayerPeer.TransferModeEnum.Reliable)] + private void TransferSomeInput() + { + // The server knows who sent the input. + int senderId = Multiplayer.GetRemoteSenderId(); + // Process the input and affect game logic. + } + Channels -------- Modern networking protocols support channels, which are separate connections within the connection. This allows for multiple @@ -276,7 +354,8 @@ Example lobby implementation This is an example lobby that can handle peers joining and leaving, notify UI scenes through signals, and start the game after all clients have loaded the game scene. -:: +.. tabs:: + .. code-tab:: gdscript GDScript extends Node @@ -388,9 +467,159 @@ have loaded the game scene. players.clear() server_disconnected.emit() + .. code-tab:: csharp + + using Godot; + + public partial class Lobby : Node + { + public static Lobby Instance { get; private set; } + + // These signals can be connected to by a UI lobby scene or the game scene. + [Signal] + public delegate void PlayerConnectedEventHandler(int peerId, Godot.Collections.Dictionary playerInfo); + [Signal] + public delegate void PlayerDisconnectedEventHandler(int peerId); + [Signal] + public delegate void ServerDisconnectedEventHandler(); + + private const int Port = 7000; + private const string DefaultServerIP = "127.0.0.1"; // IPv4 localhost + private const int MaxConnections = 20; + + // This will contain player info for every player, + // with the keys being each player's unique IDs. + private Godot.Collections.Dictionary> _players = new Godot.Collections.Dictionary>(); + + // This is the local player info. This should be modified locally + // before the connection is made. It will be passed to every other peer. + // For example, the value of "name" can be set to something the player + // entered in a UI scene. + private Godot.Collections.Dictionary _playerInfo = new Godot.Collections.Dictionary() + { + { "Name", "PlayerName" }, + }; + + private int _playersLoaded = 0; + + public override void _Ready() + { + Instance = this; + Multiplayer.PeerConnected += OnPlayerConnected; + Multiplayer.PeerDisconnected += OnPlayerDisconnected; + Multiplayer.ConnectedToServer += OnConnectOk; + Multiplayer.ConnectionFailed += OnConnectionFail; + Multiplayer.ServerDisconnected += OnServerDisconnected; + } + + private Error JoinGame(string address = "") + { + if (string.IsNullOrEmpty(address)) + { + address = DefaultServerIP; + } + + var peer = new ENetMultiplayerPeer(); + Error error = peer.CreateClient(address, Port); + + if (error != Error.Ok) + { + return error; + } + + Multiplayer.MultiplayerPeer = peer; + return Error.Ok; + } + + private Error CreateGame() + { + var peer = new ENetMultiplayerPeer(); + Error error = peer.CreateServer(Port, MaxConnections); + + if (error != Error.Ok) + { + return error; + } + + Multiplayer.MultiplayerPeer = peer; + _players[1] = _playerInfo; + EmitSignal(SignalName.PlayerConnected, 1, _playerInfo); + return Error.Ok; + } + + private void RemoveMultiplayerPeer() + { + Multiplayer.MultiplayerPeer = null; + } + + // When the server decides to start the game from a UI scene, + // do Rpc(Lobby.MethodName.LoadGame, filePath); + [Rpc(CallLocal = true,TransferMode = MultiplayerPeer.TransferModeEnum.Reliable)] + private void LoadGame(string gameScenePath) + { + GetTree().ChangeSceneToFile(gameScenePath); + } + + // Every peer will call this when they have loaded the game scene. + [Rpc(MultiplayerApi.RpcMode.AnyPeer,CallLocal = true,TransferMode = MultiplayerPeer.TransferModeEnum.Reliable)] + private void PlayerLoaded() + { + if (Multiplayer.IsServer()) + { + _playersLoaded += 1; + if (_playersLoaded == _players.Count) + { + GetNode("/root/Game").StartGame(); + _playersLoaded = 0; + } + } + } + + // When a peer connects, send them my player info. + // This allows transfer of all desired data for each player, not only the unique ID. + private void OnPlayerConnected(long id) + { + RpcId(id, MethodName.RegisterPlayer, _playerInfo); + } + + [Rpc(MultiplayerApi.RpcMode.AnyPeer,TransferMode = MultiplayerPeer.TransferModeEnum.Reliable)] + private void RegisterPlayer(Godot.Collections.Dictionary newPlayerInfo) + { + int newPlayerId = Multiplayer.GetRemoteSenderId(); + _players[newPlayerId] = newPlayerInfo; + EmitSignal(SignalName.PlayerConnected, newPlayerId, newPlayerInfo); + } + + private void OnPlayerDisconnected(long id) + { + _players.Remove(id); + EmitSignal(SignalName.PlayerDisconnected, id); + } + + private void OnConnectOk() + { + int peerId = Multiplayer.GetUniqueId(); + _players[peerId] = _playerInfo; + EmitSignal(SignalName.PlayerConnected, peerId, _playerInfo); + } + + private void OnConnectionFail() + { + Multiplayer.MultiplayerPeer = null; + } + + private void OnServerDisconnected() + { + Multiplayer.MultiplayerPeer = null; + _players.Clear(); + EmitSignal(SignalName.ServerDisconnected); + } + } + The game scene's root node should be named Game. In the script attached to it: -:: +.. tabs:: + .. code-tab:: gdscript GDScript extends Node3D # Or Node2D. @@ -406,6 +635,26 @@ The game scene's root node should be named Game. In the script attached to it: func start_game(): # All peers are ready to receive RPCs in this scene. + .. code-tab:: csharp + + using Godot; + + public partial class Game : Node3D // Or Node2D. + { + public override void _Ready() + { + // Preconfigure game. + + Lobby.Instance.RpcId(1, Lobby.MethodName.PlayerLoaded); // Tell the server that this peer has loaded. + } + + // Called only on the server. + public void StartGame() + { + // All peers are ready to receive RPCs in this scene. + } + } + Exporting for dedicated servers ------------------------------- diff --git a/tutorials/networking/img/tls_certificates_export_filter.webp b/tutorials/networking/img/tls_certificates_export_filter.webp deleted file mode 100644 index ee83fa50436..00000000000 Binary files a/tutorials/networking/img/tls_certificates_export_filter.webp and /dev/null differ diff --git a/tutorials/networking/ssl_certificates.rst b/tutorials/networking/ssl_certificates.rst index bfa62d3471c..13905837d4c 100644 --- a/tutorials/networking/ssl_certificates.rst +++ b/tutorials/networking/ssl_certificates.rst @@ -1,22 +1,25 @@ .. _doc_ssl_certificates: -SSL/TLS certificates +TLS/SSL certificates ==================== Introduction ------------ -It is often desired to use :abbr:`SSL (Secure Sockets Layer)` connections (also -known as :abbr:`TLS (Transport Layer Security)` connections) for communications +It is often desired to use :abbr:`TLS (Transport Layer Security)` connections (also +known as :abbr:`SSL (Secure Sockets Layer)` connections) for communications to avoid "man in the middle" attacks. Godot has a connection wrapper, :ref:`StreamPeerTLS `, which can take a regular connection and add security around it. The :ref:`HTTPClient ` and :ref:`HTTPRequest ` classes also support HTTPS using this same wrapper. -Godot includes the -`SSL certificate bundle from Mozilla `__, -but you can provide your own with a CRT file in the Project Settings: +Godot will try to use the TLS certificate bundle provided by the operating system, +but also includes the +`TLS certificate bundle from Mozilla `__ +as a fallback. + +You can alternatively force your own certificate bundle in the Project Settings: .. figure:: img/tls_certificates_project_setting.webp :align: center @@ -24,23 +27,14 @@ but you can provide your own with a CRT file in the Project Settings: Setting the TLS certificate bundle override project setting -When set, this file *overrides* the Mozilla certificate bundle Godot uses -by default. This file should contain any number of public certificates in +When set, this file *overrides* the operating system provided bundle by default. +This file should contain any number of public certificates in `PEM format `__. -Remember to add ``*.crt`` as the non-resource export filter to your export -preset, so that the exporter recognizes this when exporting your project: - -.. figure:: img/tls_certificates_export_filter.webp - :align: center - :alt: Adding ``*.crt`` to non-resource export filter in the export preset - - Adding ``*.crt`` to non-resource export filter in the export preset - There are two ways to obtain certificates: -Acquire a certificate from a certificate authority --------------------------------------------------- +Obtain a certificate from a certificate authority +------------------------------------------------- The main approach to getting a certificate is to use a certificate authority (CA) such as `Let's Encrypt `__. This is a more @@ -73,7 +67,17 @@ Settings. access to it: otherwise, the security of the certificate will be compromised. -OpenSSL has `some documentation +.. warning:: + + When specifying a self-signed certificate as TLS bundle in the project + settings, normal domain name validation is enforced via the certificate + :abbr:`CN (common name)` and alternative names. See + :ref:`TLSOptions ` to customize domain name validation. + +For development purposes Godot can generate self-signed certificates via +:ref:`Crypto.generate_self_signed_certificate +`. + +Alternatively, OpenSSL has some documentation about `generating keys `__ -about this. For local development purposes **only**, `mkcert -`__ can be used as an alternative. +and `certificates `__. diff --git a/tutorials/performance/cpu_optimization.rst b/tutorials/performance/cpu_optimization.rst index ec927f017b6..7e03a209ce2 100644 --- a/tutorials/performance/cpu_optimization.rst +++ b/tutorials/performance/cpu_optimization.rst @@ -92,7 +92,8 @@ using a profiler, is to manually time the function or area under test. The specifics vary depending on the language, but in GDScript, you would do the following: -:: +.. tabs:: + .. code-tab:: gdscript GDScript var time_start = Time.get_ticks_usec() @@ -102,6 +103,16 @@ the following: var time_end = Time.get_ticks_usec() print("update_enemies() took %d microseconds" % time_end - time_start) + .. code-tab:: csharp + + var timeStart = Time.GetTicksUsec(); + + // Your function you want to time. + UpdateEnemies(); + + var timeEnd = Time.GetTicksUsec(); + GD.Print($"UpdateEnemies() took {timeEnd - timeStart} microseconds"); + When manually timing functions, it is usually a good idea to run the function many times (1,000 or more times), instead of just once (unless it is a very slow function). The reason for doing this is that timers often have limited accuracy. diff --git a/tutorials/performance/general_optimization.rst b/tutorials/performance/general_optimization.rst index 0506931fd9f..e8d25bffc97 100644 --- a/tutorials/performance/general_optimization.rst +++ b/tutorials/performance/general_optimization.rst @@ -59,8 +59,9 @@ There are several methods of measuring performance, including: - Using :ref:`external CPU profilers `. - Using external GPU profilers/debuggers such as `NVIDIA Nsight Graphics `__, - `Radeon GPU Profiler `__ or - `Intel Graphics Performance Analyzers `__. + `Radeon GPU Profiler `__, + `Intel Graphics Performance Analyzers `__, or + `Arm Performance Studio `__. - Checking the frame rate (with V-Sync disabled). Third-party utilities such as `RivaTuner Statistics Server `__ (Windows) or `MangoHud `__ diff --git a/tutorials/performance/thread_safe_apis.rst b/tutorials/performance/thread_safe_apis.rst index 26e1abebabb..174dfc3dbeb 100644 --- a/tutorials/performance/thread_safe_apis.rst +++ b/tutorials/performance/thread_safe_apis.rst @@ -30,7 +30,7 @@ Interacting with the active scene tree is **NOT** thread-safe. Make sure to use # Unsafe: node.add_child(child_node) # Safe: - node.call_deferred("add_child", child_node) + node.add_child.call_deferred(child_node) However, creating scene chunks (nodes in tree arrangement) outside the active tree is fine. This way, parts of a scene can be built or instantiated in a thread, then added in the main thread: @@ -39,7 +39,7 @@ However, creating scene chunks (nodes in tree arrangement) outside the active tr var enemy_scene = load("res://enemy_scene.scn") var enemy = enemy_scene.instantiate() enemy.add_child(weapon) # Set a weapon. - world.call_deferred("add_child", enemy) + world.add_child.call_deferred(enemy) Still, this is only really useful if you have **one** thread loading data. Attempting to load or create scene chunks from multiple threads may work, but you risk diff --git a/tutorials/performance/using_servers.rst b/tutorials/performance/using_servers.rst index 7a926f1eaa0..90f894d77e8 100644 --- a/tutorials/performance/using_servers.rst +++ b/tutorials/performance/using_servers.rst @@ -114,7 +114,7 @@ This is an example of how to create a sprite from code and move it using the low # Remember, keep this reference. texture = load("res://my_texture.png") # Add it, centered. - RenderingServer.canvas_item_add_texture_rect(ci_rid, Rect2(texture.get_size() / 2, texture.get_size()), texture) + RenderingServer.canvas_item_add_texture_rect(ci_rid, Rect2(-texture.get_size() / 2, texture.get_size()), texture) # Add the item, rotated 45 degrees and translated. var xform = Transform2D().rotated(deg_to_rad(45)).translated(Vector2(20, 30)) RenderingServer.canvas_item_set_transform(ci_rid, xform) @@ -136,7 +136,7 @@ This is an example of how to create a sprite from code and move it using the low // Remember, keep this reference. _texture = ResourceLoader.Load("res://MyTexture.png"); // Add it, centered. - RenderingServer.CanvasItemAddTextureRect(ciRid, new Rect2(_texture.GetSize() / 2, _texture.GetSize()), _texture.GetRid()); + RenderingServer.CanvasItemAddTextureRect(ciRid, new Rect2(-_texture.GetSize() / 2, _texture.GetSize()), _texture.GetRid()); // Add the item, rotated 45 degrees and translated. Transform2D xform = Transform2D.Identity.Rotated(Mathf.DegToRad(45)).Translated(new Vector2(20, 30)); RenderingServer.CanvasItemSetTransform(ciRid, xform); diff --git a/tutorials/platform/android/android_library.rst b/tutorials/platform/android/android_library.rst index a962e6fa481..634df4fc558 100644 --- a/tutorials/platform/android/android_library.rst +++ b/tutorials/platform/android/android_library.rst @@ -45,11 +45,11 @@ These APIs can also be used to provide bidirectional communication between the h Godot instance allowing for greater control over the desired experience. We showcase how this is done using a sample Android app that embeds the Godot Engine as an Android view, -and uses it to render 3D GLTF models. +and uses it to render 3D glTF models. The `GLTF Viewer `_ sample app uses an `Android RecyclerView component `_ to create -a list of GLTF items, populated from `Kenney's Food Kit pack `_. -When an item on the list is selected, the app's logic interacts with the embedded Godot Engine to render the selected GLTF item as a 3D model. +a list of glTF items, populated from `Kenney's Food Kit pack `_. +When an item on the list is selected, the app's logic interacts with the embedded Godot Engine to render the selected glTF item as a 3D model. .. image:: img/gltf_viewer_sample_app_screenshot.webp @@ -146,7 +146,7 @@ Below we break-down the steps used to create the GLTF Viewer app. - Add any additional logic that will be used by your application - - For the sample app, this includes adding the `ItemsSelectionFragment fragment `_ (and related classes), a fragment used to build and show the list of GLTF items + - For the sample app, this includes adding the `ItemsSelectionFragment fragment `_ (and related classes), a fragment used to build and show the list of glTF items - Open the ``AndroidManifest.xml`` file, and configure the orientation if needed using the `android:screenOrientation attribute `_ @@ -191,7 +191,7 @@ Below we break-down the steps used to create the GLTF Viewer app. - Update the Godot project script logic as needed - For the sample app, the `script logic `_ queries for the runtime ``GodotPlugin`` instance and uses it to register for signals fired by the app logic - - The app logic fires a signal every time an item is selected in the list. The signal contains the filepath of the GLTF model, which is used by the ``gdscript`` logic to render the model. + - The app logic fires a signal every time an item is selected in the list. The signal contains the filepath of the glTF model, which is used by the ``gdscript`` logic to render the model. .. code-block:: gdscript diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index 4609a3ba254..0f0914ef7a7 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -248,7 +248,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the Getting notified when resources change -------------------------------------- -Some times you want your tool to use a resource. However, when you change a +Sometimes you want your tool to use a resource. However, when you change a property of that resource in the editor, the ``set()`` method of your tool will not be called. diff --git a/tutorials/rendering/compositor.rst b/tutorials/rendering/compositor.rst index bcebe3c1eb1..763a9a2abd4 100644 --- a/tutorials/rendering/compositor.rst +++ b/tutorials/rendering/compositor.rst @@ -152,7 +152,7 @@ We also need to clean up after ourselves, for this we react to the if what == NOTIFICATION_PREDELETE: if shader.is_valid(): # Freeing our shader will also free any dependents such as the pipeline! - RenderingServer.free_rid(shader) + rd.free_rid(shader) Note that we do not use our mutex here even though we create our shader inside of our render thread. diff --git a/tutorials/rendering/viewports.rst b/tutorials/rendering/viewports.rst index 9a108d759f0..19927a23ac9 100644 --- a/tutorials/rendering/viewports.rst +++ b/tutorials/rendering/viewports.rst @@ -76,10 +76,15 @@ There can only be one active camera per :ref:`Viewport `, so if than one, make sure that the desired one has the :ref:`current ` property set, or make it the current camera by calling: -:: +.. tabs:: + .. code-tab:: gdscript GDScript camera.make_current() + .. code-tab:: csharp + + camera.MakeCurrent(); + By default, cameras will render all objects in their world. In 3D, cameras can use their :ref:`cull_mask ` property combined with the :ref:`VisualInstance3D's ` :ref:`layer ` @@ -95,11 +100,17 @@ these values are overridden, but for all others, this sets their resolution. It is also possible to scale the 2D content and make the :ref:`SubViewport ` resolution different from the one specified in size, by calling: -:: +.. tabs:: + .. code-tab:: gdscript GDScript sub_viewport.set_size_2d_override(Vector2i(width, height)) # Custom size for 2D. sub_viewport.set_size_2d_override_stretch(true) # Enable stretch for custom size. + .. code-tab:: csharp + + subViewport.Size2DOverride = new Vector2I(width, height); // Custom size for 2D. + subViewport.Size2DOverrideStretch = true; // Enable stretch for custom size. + For information on scaling and stretching with the Root Viewport visit the :ref:`Multiple Resolutions Tutorial ` Worlds @@ -137,7 +148,8 @@ It is possible to query a capture of the :ref:`Viewport ` conten Viewport, this is effectively a screen capture. This is done with the following code: -:: +.. tabs:: + .. code-tab:: gdscript GDScript # Retrieve the captured Image using get_image(). var img = get_viewport().get_texture().get_image() @@ -146,16 +158,32 @@ following code: # Set sprite texture. sprite.texture = tex + .. code-tab:: csharp + + // Retrieve the captured Image using get_image(). + var img = GetViewport().GetTexture().GetImage(); + // Convert Image to ImageTexture. + var tex = ImageTexture.CreateFromImage(img); + // Set sprite texture. + sprite.Texture = tex; + But if you use this in ``_ready()`` or from the first frame of the :ref:`Viewport's ` initialization, you will get an empty texture because there is nothing to get as texture. You can deal with it using (for example): -:: +.. tabs:: + .. code-tab:: gdscript GDScript # Wait until the frame has finished before getting the texture. await RenderingServer.frame_post_draw # You can get the image after this. + .. code-tab:: csharp + + // Wait until the frame has finished before getting the texture. + await RenderingServer.Singleton.ToSignal(RenderingServer.SignalName.FramePostDraw); + // You can get the image after this. + Viewport Container ------------------ @@ -218,12 +246,19 @@ When rendering to a :ref:`SubViewport `, whatever is inside w visible in the scene editor. To display the contents, you have to draw the SubViewport's :ref:`ViewportTexture ` somewhere. This can be requested via code using (for example): -:: +.. tabs:: + .. code-tab:: gdscript GDScript # This gives us the ViewportTexture. var tex = viewport.get_texture() sprite.texture = tex + .. code-tab:: csharp + + // This gives us the ViewportTexture. + var tex = viewport.GetTexture(); + sprite.Texture = tex; + Or it can be assigned in the editor by selecting "New ViewportTexture" .. image:: img/texturemenu.webp @@ -245,6 +280,6 @@ This flexibility allows users to render an image once and then use the texture w .. note:: - Make sure to check the Viewport demos. They are available in the + Make sure to check the Viewport demos. They are available in the viewport folder of the demos archive, or at https://github.com/godotengine/godot-demo-projects/tree/master/viewport. diff --git a/tutorials/scripting/c_sharp/c_sharp_basics.rst b/tutorials/scripting/c_sharp/c_sharp_basics.rst index e406f69d925..224ec48a393 100644 --- a/tutorials/scripting/c_sharp/c_sharp_basics.rst +++ b/tutorials/scripting/c_sharp/c_sharp_basics.rst @@ -106,11 +106,6 @@ In Visual Studio Code: - Install the `C# `__ extension. -.. note:: - - If you are using Linux you need to install the `Mono SDK `__ - for the C# tools plugin to work. - To configure a project for debugging, you need a ``tasks.json`` and ``launch.json`` file in the ``.vscode`` folder with the necessary configuration. diff --git a/tutorials/scripting/c_sharp/c_sharp_collections.rst b/tutorials/scripting/c_sharp/c_sharp_collections.rst index 8c67eb4b169..141c4908af6 100644 --- a/tutorials/scripting/c_sharp/c_sharp_collections.rst +++ b/tutorials/scripting/c_sharp/c_sharp_collections.rst @@ -85,6 +85,7 @@ GDScript C# ``PackedStringArray`` ``string[]`` ``PackedVector2Array`` ``Vector2[]`` ``PackedVector3Array`` ``Vector3[]`` +``PackedVector4Array`` ``Vector4[]`` ``PackedColorArray`` ``Color[]`` ====================== ============================================================== diff --git a/tutorials/scripting/c_sharp/c_sharp_features.rst b/tutorials/scripting/c_sharp/c_sharp_features.rst index b3d8d1e8b43..94e9d539d77 100644 --- a/tutorials/scripting/c_sharp/c_sharp_features.rst +++ b/tutorials/scripting/c_sharp/c_sharp_features.rst @@ -102,10 +102,6 @@ Preprocessor defines Godot has a set of defines that allow you to change your C# code depending on the environment you are compiling to. -.. note:: If you created your project before Godot 3.2, you have to modify - or regenerate your `csproj` file to use this feature - (compare ```` with a new 3.2+ project). - Examples ~~~~~~~~ @@ -115,10 +111,7 @@ For example, you can change code based on the platform: public override void _Ready() { - #if GODOT_SERVER - // Don't try to load meshes or anything, this is a server! - LaunchServer(); - #elif GODOT_32 || GODOT_MOBILE || GODOT_WEB + #if (GODOT_32 || GODOT_MOBILE || GODOT_WEB) // Use simple objects when running on less powerful systems. SpawnSimpleObjects(); #else @@ -167,7 +160,7 @@ Full list of defines * One of ``GODOT_64`` or ``GODOT_32`` is defined depending on if the architecture is 64-bit or 32-bit. * One of ``GODOT_LINUXBSD``, ``GODOT_WINDOWS``, ``GODOT_OSX``, - ``GODOT_ANDROID``, ``GODOT_IOS``, ``GODOT_HTML5``, or ``GODOT_SERVER`` + ``GODOT_ANDROID``, ``GODOT_IOS``, ``GODOT_WEB`` depending on the OS. These names may change in the future. These are created from the ``get_name()`` method of the :ref:`OS ` singleton, but not every possible OS diff --git a/tutorials/scripting/c_sharp/c_sharp_global_classes.rst b/tutorials/scripting/c_sharp/c_sharp_global_classes.rst index 8336c4347c0..8bf12527e86 100644 --- a/tutorials/scripting/c_sharp/c_sharp_global_classes.rst +++ b/tutorials/scripting/c_sharp/c_sharp_global_classes.rst @@ -83,7 +83,7 @@ will let you create and load instances of this type easily. .. warning:: - The Godot editor will hide these custom classes with names that beging with the prefix + The Godot editor will hide these custom classes with names that begin with the prefix "Editor" in the 'Create New Node' or 'Create New Scene' dialog windows. The classes are available for instantiation at runtime via their class names, but are automatically hidden by the editor windows along with the built-in editor nodes used diff --git a/tutorials/scripting/c_sharp/c_sharp_variant.rst b/tutorials/scripting/c_sharp/c_sharp_variant.rst index 365056f6745..223e4122bd6 100644 --- a/tutorials/scripting/c_sharp/c_sharp_variant.rst +++ b/tutorials/scripting/c_sharp/c_sharp_variant.rst @@ -129,6 +129,7 @@ Variant.Type C# Type ``PackedStringArray`` ``string[]`` ``PackedVector2Array`` ``Godot.Vector2[]`` ``PackedVector3Array`` ``Godot.Vector3[]`` +``PackedVector4Array`` ``Godot.Vector4[]`` ``PackedColorArray`` ``Godot.Color[]`` ======================= =========================================================== diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.rst index 6d5314f8c3c..d3b1a456239 100644 --- a/tutorials/scripting/creating_script_templates.rst +++ b/tutorials/scripting/creating_script_templates.rst @@ -61,22 +61,20 @@ Both editor and project defined templates are organized in the following way: where: -* ``template_path`` is one of the 2 locations discussed in the previous two sections +* ``template_path`` is one of the 2 locations discussed in the previous two sections. * ``node_type`` is the node it will apply to (for example, :ref:`Node `, or :ref:`CharacterBody3D `), - casing doesn't matter for the folder name, however adding a ``_`` to a name will not work, for example ``Mesh_Instance3D`` does not work. - if a script isn't in the proper ``node_type`` folder it will not be detected. + This is **case-sensitive**. If a script isn't in the proper ``node_type`` folder, it won't be detected. -* ``file`` is the custom name you can chose for the template (for example: ``platformer_movement`` or ``smooth_camera``) +* ``file`` is the custom name you can chose for the template (for example, ``platformer_movement`` or ``smooth_camera``). -* ``extension``: will indicate which language the template will apply to (it should be ``gd`` for GDScript or ``cs`` for C#) +* ``extension`` indicates which language the template will apply to (it should be ``gd`` for GDScript or ``cs`` for C#). For example: - ``template_scripts/Node/smooth_camera.gd`` - ``template_scripts/CharacterBody3D/platformer_movement.gd`` - Default behaviour and overriding it ----------------------------------- diff --git a/tutorials/scripting/debug/the_profiler.rst b/tutorials/scripting/debug/the_profiler.rst index 3a6fe3ba523..b55c27f8a76 100644 --- a/tutorials/scripting/debug/the_profiler.rst +++ b/tutorials/scripting/debug/the_profiler.rst @@ -26,9 +26,8 @@ Godot's profiler does not automatically run because profiling is performance-intensive. It has to continually measure everything happening in the game and report back to the debugger, so it's off by default. -To begin profiling, click on the **Start** button in the top-left. Run your game -and data will start appearing. You can also start profiling at any time before -or during gameplay, depending on if you want. +To begin profiling, run your game then focus back on the editor. Click on the +**Start** button in the top-left corner of the **Profiler** tab. .. note:: diff --git a/tutorials/scripting/gdextension/files/cpp_example/SConstruct b/tutorials/scripting/gdextension/files/cpp_example/SConstruct index 691f8131944..a1ce2492dff 100644 --- a/tutorials/scripting/gdextension/files/cpp_example/SConstruct +++ b/tutorials/scripting/gdextension/files/cpp_example/SConstruct @@ -23,6 +23,17 @@ if env["platform"] == "macos": ), source=sources, ) +elif env["platform"] == "ios": + if env["ios_simulator"]: + library = env.StaticLibrary( + "demo/bin/libgdexample.{}.{}.simulator.a".format(env["platform"], env["target"]), + source=sources, + ) + else: + library = env.StaticLibrary( + "demo/bin/libgdexample.{}.{}.a".format(env["platform"], env["target"]), + source=sources, + ) else: library = env.SharedLibrary( "demo/bin/libgdexample{}{}".format(env["suffix"], env["SHLIBSUFFIX"]), diff --git a/tutorials/scripting/gdextension/gdextension_cpp_example.rst b/tutorials/scripting/gdextension/gdextension_cpp_example.rst index f89754b77bc..a16285185a7 100644 --- a/tutorials/scripting/gdextension/gdextension_cpp_example.rst +++ b/tutorials/scripting/gdextension/gdextension_cpp_example.rst @@ -295,7 +295,7 @@ The ``initialize_example_module`` and ``uninitialize_example_module`` functions called respectively when Godot loads our plugin and when it unloads it. All we're doing here is parse through the functions in our bindings module to initialize them, but you might have to set up more things depending on your -needs. We call the function ``register_class`` for each of our classes in our library. +needs. We call the ``GDREGISTER_CLASS`` macro for each of our classes in our library. The important function is the third function called ``example_library_init``. We first call a function in our bindings library that creates an initialization object. @@ -344,6 +344,19 @@ structure alongside ``godot-cpp``, ``src`` and ``demo``, then run: You should now be able to find the module in ``demo/bin/``. +When building for iOS, package the module as a static `.xcframework`, you can use +following commands to do so: + +:: + + # compile simulator and device modules + scons arch=universal ios_simulator=yes platform=ios target= + scons arch=arm64 ios_simulator=no platform=ios target= + + # assemble xcframeworks + xcodebuild -create-xcframework -library demo/bin/libgdexample.ios..a -library demo/bin/libgdexample.ios..simulator.a -output demo/bin/libgdexample.ios..xcframework + xcodebuild -create-xcframework -library godot-cpp/bin/libgodot-cpp.ios..arm64.a -library godot-cpp/bin/libgodot-cpp.ios..universal.simulator.a -output demo/bin/libgodot-cpp.ios..xcframework + .. note:: Here, we've compiled both godot-cpp and our gdexample library as debug @@ -371,6 +384,8 @@ loaded for each platform and the entry function for the module. It is called ``g macos.debug = "res://bin/libgdexample.macos.template_debug.framework" macos.release = "res://bin/libgdexample.macos.template_release.framework" + ios.debug = "res://bin/libgdexample.ios.template_debug.xcframework" + ios.release = "res://bin/libgdexample.ios.template_release.xcframework" windows.debug.x86_32 = "res://bin/libgdexample.windows.template_debug.x86_32.dll" windows.release.x86_32 = "res://bin/libgdexample.windows.template_release.x86_32.dll" windows.debug.x86_64 = "res://bin/libgdexample.windows.template_debug.x86_64.dll" @@ -386,6 +401,14 @@ loaded for each platform and the entry function for the module. It is called ``g android.debug.arm64 = "res://bin/libgdexample.android.template_debug.arm64.so" android.release.arm64 = "res://bin/libgdexample.android.template_release.arm64.so" + [dependencies] + ios.debug = { + "res://bin/libgodot-cpp.ios.template_debug.xcframework": "" + } + ios.release = { + "res://bin/libgodot-cpp.ios.template_release.xcframework": "" + } + This file contains a ``configuration`` section that controls the entry function of the module. You should also set the minimum compatible Godot version with ``compatability_minimum``, which prevents older version of Godot from trying to load your extension. @@ -474,6 +497,7 @@ show the methods we end up changing, don't remove the lines we're omitting: void GDExample::_bind_methods() { ClassDB::bind_method(D_METHOD("get_amplitude"), &GDExample::get_amplitude); ClassDB::bind_method(D_METHOD("set_amplitude", "p_amplitude"), &GDExample::set_amplitude); + ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "amplitude"), "set_amplitude", "get_amplitude"); } @@ -531,7 +555,8 @@ showing the methods that have changed so don't remove anything we're omitting: ... ClassDB::bind_method(D_METHOD("get_speed"), &GDExample::get_speed); ClassDB::bind_method(D_METHOD("set_speed", "p_speed"), &GDExample::set_speed); - ADD_PROPERTY("GDExample", PropertyInfo(Variant::FLOAT, "speed", PROPERTY_HINT_RANGE, "0,20,0.01"), "set_speed", "get_speed"); + + ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "speed", PROPERTY_HINT_RANGE, "0,20,0.01"), "set_speed", "get_speed"); } GDExample::GDExample() { @@ -625,7 +650,7 @@ as follows: void GDExample::_bind_methods() { ... - ADD_PROPERTY("GDExample", PropertyInfo(Variant::FLOAT, "speed", PROPERTY_HINT_RANGE, "0,20,0.01"), "set_speed", "get_speed"); + ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "speed", PROPERTY_HINT_RANGE, "0,20,0.01"), "set_speed", "get_speed"); ADD_SIGNAL(MethodInfo("position_changed", PropertyInfo(Variant::OBJECT, "node"), PropertyInfo(Variant::VECTOR2, "new_pos"))); } diff --git a/tutorials/scripting/gdextension/gdextension_docs_system.rst b/tutorials/scripting/gdextension/gdextension_docs_system.rst index 0a5f09338ca..f635a8fdc94 100644 --- a/tutorials/scripting/gdextension/gdextension_docs_system.rst +++ b/tutorials/scripting/gdextension/gdextension_docs_system.rst @@ -18,6 +18,8 @@ XML files (one per class) to document the exposed constructors, properties, meth We are assuming you are using the project files explained in the :ref:`GDExtension C++ Example ` with the following structure: +.. code-block:: none + gdextension_cpp_example/ # GDExtension directory | +--demo/ # game example/demo to test the extension @@ -114,9 +116,9 @@ Currently they supported tags for the GDExtension documentation system are: - ``[s]{text}[/s]`` * - | **kbd** - | Makes ``{text}`` use the mono font and styles the text color and background like a shortcut. + | Makes ``{text}`` use a grey beveled background, indicating a keyboard shortcut. - - ``[code]{text}[/code]`` + - ``[kbd]{text}[/kbd]`` * - | **code** | Makes inline ``{text}`` use the mono font and styles the text color and background like code. @@ -140,9 +142,7 @@ Currently they supported tags for the GDExtension documentation system are: - ``[center]{text}[/center]`` * - | **url** - | Creates a hyperlink (underlined and clickable text). Can contain optional - ``{text}`` or display ``{link}`` as is. - | **Must be handled with the "meta_clicked" signal to have an effect,** see :ref:`doc_bbcode_in_richtextlabel_handling_url_tag_clicks`. + | Creates a hyperlink (underlined and clickable text). Can contain optional ``{text}`` or display ``{link}`` as is. - | ``[url]{link}[/url]`` | ``[url={link}]{text}[/url]`` diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 0f1451799d4..76e8560af95 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/tutorials/scripting/gdscript/gdscript_basics.rst @@ -165,6 +165,8 @@ in case you want to take a look under the hood. +------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | match | See match_. | +------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ +| when | Used by `pattern guards `_ in ``match`` statements. | ++------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | break | Exits the execution of the current ``for`` or ``while`` loop. | +------------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | continue | Immediately skips to the next iteration of the ``for`` or ``while`` loop. | @@ -570,8 +572,6 @@ considered a comment. The list of highlighted keywords and their colors can be changed in the **Text Editor > Theme > Comment Markers** section of the Editor Settings. -.. _doc_gdscript_builtin_types: - Code regions ~~~~~~~~~~~~ @@ -661,6 +661,8 @@ A line can be continued multiple times like this: 10 + \ 4 +.. _doc_gdscript_builtin_types: + Built-in types -------------- @@ -893,6 +895,7 @@ arrays. They are therefore only recommended to use for large data sets: - :ref:`PackedStringArray `: An array of strings. - :ref:`PackedVector2Array `: An array of :ref:`Vector2 ` values. - :ref:`PackedVector3Array `: An array of :ref:`Vector3 ` values. +- :ref:`PackedVector4Array `: An array of :ref:`Vector4 ` values. - :ref:`PackedColorArray `: An array of :ref:`Color ` values. :ref:`Dictionary ` @@ -1654,10 +1657,10 @@ Basic syntax :: - match : + match : : - when : + when : <...> @@ -1790,9 +1793,13 @@ The following pattern types are available: Pattern guards """""""""""""" +A *pattern guard* is an optional condition that follows the pattern list +and allows you to make additional checks before choosing a ``match`` branch. +Unlike a pattern, a pattern guard can be an arbitrary expression. + Only one branch can be executed per ``match``. Once a branch is chosen, the rest are not checked. If you want to use the same pattern for multiple branches or to prevent choosing a branch with too general pattern, -you can specify a guard expression after the list of patterns with the ``when`` keyword:: +you can specify a pattern guard after the list of patterns with the ``when`` keyword:: match point: [0, 0]: @@ -1808,9 +1815,9 @@ you can specify a guard expression after the list of patterns with the ``when`` [var x, var y]: print("Point (%s, %s)" % [x, y]) -- If there is no matching pattern for the current branch, the guard expression +- If there is no matching pattern for the current branch, the pattern guard is **not** evaluated and the patterns of the next branch are checked. -- If a matching pattern is found, the guard expression is evaluated. +- If a matching pattern is found, the pattern guard is evaluated. - If it's true, then the body of the branch is executed and ``match`` ends. - If it's false, then the patterns of the next branch are checked. diff --git a/tutorials/scripting/gdscript/gdscript_styleguide.rst b/tutorials/scripting/gdscript/gdscript_styleguide.rst index b069c790987..ce2c6787fe9 100644 --- a/tutorials/scripting/gdscript/gdscript_styleguide.rst +++ b/tutorials/scripting/gdscript/gdscript_styleguide.rst @@ -734,7 +734,7 @@ more easily, and also makes for cleaner diffs in version control when items are Code order ---------- -This first section focuses on code order. For formatting, see +This section focuses on code order. For formatting, see :ref:`formatting`. For naming conventions, see :ref:`naming_conventions`. We suggest to organize GDScript code this way: diff --git a/tutorials/scripting/img/autoload_example.webp b/tutorials/scripting/img/autoload_example.webp index 0ab122861e0..47ab9829b58 100644 Binary files a/tutorials/scripting/img/autoload_example.webp and b/tutorials/scripting/img/autoload_example.webp differ diff --git a/tutorials/scripting/img/autoload_tab.webp b/tutorials/scripting/img/autoload_tab.webp index 2419ea54f03..69bae3f19b9 100644 Binary files a/tutorials/scripting/img/autoload_tab.webp and b/tutorials/scripting/img/autoload_tab.webp differ diff --git a/tutorials/scripting/img/autoload_tutorial1.webp b/tutorials/scripting/img/autoload_tutorial1.webp index dcccaacc3b8..4b51c680673 100644 Binary files a/tutorials/scripting/img/autoload_tutorial1.webp and b/tutorials/scripting/img/autoload_tutorial1.webp differ diff --git a/tutorials/scripting/index.rst b/tutorials/scripting/index.rst index 0f4e979a5be..cca739a0c13 100644 --- a/tutorials/scripting/index.rst +++ b/tutorials/scripting/index.rst @@ -10,8 +10,7 @@ Here, you will find information that is not already covered in more specific sections. For instance, to learn about inputs, we recommend you to read :ref:`Inputs `. -Programming languages ---------------------- +.. rubric:: Programming languages The sections below each focus on a given programming language. diff --git a/tutorials/scripting/singletons_autoload.rst b/tutorials/scripting/singletons_autoload.rst index 851c1a2a7c6..fdc4be9670a 100644 --- a/tutorials/scripting/singletons_autoload.rst +++ b/tutorials/scripting/singletons_autoload.rst @@ -205,7 +205,7 @@ current scene and replace it with the requested one. # The solution is to defer the load to a later time, when # we can be sure that no code from the current scene is running: - call_deferred("_deferred_goto_scene", path) + _deferred_goto_scene.call_deferred(path) func _deferred_goto_scene(path): diff --git a/tutorials/shaders/advanced_postprocessing.rst b/tutorials/shaders/advanced_postprocessing.rst index d562e8fd790..1f508141524 100644 --- a/tutorials/shaders/advanced_postprocessing.rst +++ b/tutorials/shaders/advanced_postprocessing.rst @@ -93,11 +93,10 @@ Once defined, the depth texture can be read with the ``texture()`` function. possible when reading from the current viewport. The depth texture cannot be accessed from another viewport to which you have rendered. -The values returned by ``depth_texture`` are between ``0.0`` and ``1.0`` and are nonlinear. +The values returned by ``depth_texture`` are between ``1.0`` and ``0.0`` (corresponding to +the near and far plane, respectively, because of using a "reverse-z" depth buffer) and are nonlinear. When displaying depth directly from the ``depth_texture``, everything will look almost -white unless it is very close. This is because the depth buffer stores objects closer -to the camera using more bits than those further, so most of the detail in depth -buffer is found close to the camera. In order to make the depth value align with world or +black unless it is very close due to that nonlinearity. In order to make the depth value align with world or model coordinates, we need to linearize the value. When we apply the projection matrix to the vertex position, the z value is made nonlinear, so to linearize it, we multiply it by the inverse of the projection matrix, which in Godot, is accessible with the variable @@ -137,22 +136,51 @@ the distance to the point. Because the camera is facing the negative ``z`` direction, the position will have a negative ``z`` value. In order to get a usable depth value, we have to negate ``view.z``. -The world position can be constructed from the depth buffer using the following code. Note -that the ``INV_VIEW_MATRIX`` is needed to transform the position from view space into world space, so -it needs to be passed to the fragment shader with a varying. +The world position can be constructed from the depth buffer using the following code, using the +``INV_VIEW_MATRIX`` to transform the position from view space into world space. .. code-block:: glsl - varying mat4 CAMERA; + void fragment() { + ... + vec4 world = INV_VIEW_MATRIX * INV_PROJECTION_MATRIX * vec4(ndc, 1.0); + vec3 world_position = world.xyz / world.w; + } + +Example shader +-------------- + +Once we add a line to output to ``ALBEDO``, we have a complete shader that looks something like this. +This shader lets you visualize the linear depth or world space coordinates, depending on which +line is commented out. + +.. code-block:: glsl + + shader_type spatial; + // Prevent the quad from being affected by lighting and fog. This also improves performance. + render_mode unshaded, fog_disabled; + + uniform sampler2D depth_texture : source_color, hint_depth_texture; void vertex() { - CAMERA = INV_VIEW_MATRIX; + POSITION = vec4(VERTEX.xy, 1.0, 1.0); } void fragment() { - ... - vec4 world = CAMERA * INV_PROJECTION_MATRIX * vec4(ndc, 1.0); + float depth = texture(depth_texture, SCREEN_UV).x; + vec3 ndc = vec3(SCREEN_UV * 2.0 - 1.0, depth); + vec4 view = INV_PROJECTION_MATRIX * vec4(ndc, 1.0); + view.xyz /= view.w; + float linear_depth = -view.z; + + vec4 world = INV_VIEW_MATRIX * INV_PROJECTION_MATRIX * vec4(ndc, 1.0); vec3 world_position = world.xyz / world.w; + + // Visualize linear depth + ALBEDO.rgb = vec3(fract(linear_depth)); + + // Visualize world coordinates + //ALBEDO.rgb = fract(world_position).xyz; } An optimization diff --git a/tutorials/shaders/shader_reference/shading_language.rst b/tutorials/shaders/shader_reference/shading_language.rst index db74e561809..ba2ca01d7c0 100644 --- a/tutorials/shaders/shader_reference/shading_language.rst +++ b/tutorials/shaders/shader_reference/shading_language.rst @@ -32,7 +32,7 @@ Most GLSL ES 3.0 datatypes are supported: +----------------------+---------------------------------------------------------------------------------+ | **bvec4** | Four-component vector of booleans. | +----------------------+---------------------------------------------------------------------------------+ -| **int** | Signed scalar integer. | +| **int** | 32 bit signed scalar integer. | +----------------------+---------------------------------------------------------------------------------+ | **ivec2** | Two-component vector of signed integers. | +----------------------+---------------------------------------------------------------------------------+ @@ -48,7 +48,7 @@ Most GLSL ES 3.0 datatypes are supported: +----------------------+---------------------------------------------------------------------------------+ | **uvec4** | Four-component vector of unsigned integers. | +----------------------+---------------------------------------------------------------------------------+ -| **float** | Floating-point scalar. | +| **float** | 32 bit floating-point scalar. | +----------------------+---------------------------------------------------------------------------------+ | **vec2** | Two-component vector of floating-point values. | +----------------------+---------------------------------------------------------------------------------+ @@ -227,7 +227,7 @@ variables, arguments and varyings: lowp vec4 a = vec4(0.0, 1.0, 2.0, 3.0); // low precision, usually 8 bits per component mapped to 0-1 mediump vec4 a = vec4(0.0, 1.0, 2.0, 3.0); // medium precision, usually 16 bits or half float - highp vec4 a = vec4(0.0, 1.0, 2.0, 3.0); // high precision, uses full float or integer range (default) + highp vec4 a = vec4(0.0, 1.0, 2.0, 3.0); // high precision, uses full float or integer range (32 bit default) Using lower precision for some operations can speed up the math involved (at the @@ -938,6 +938,9 @@ table of the corresponding types: be thrown if the type does not match. Your shader will just exhibit undefined behavior. +.. warning:: + As with the last note, no error will be thrown if the typing does not match while setting a shader uniform, this unintuitively includes setting a (GDscript) 64 bit int/float into a Godot shader language int/float (32 bit). This may lead to unintentional consequences in cases where high precision is required. + Uniforms can also be assigned default values: .. code-block:: glsl diff --git a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst index c0817a5c136..d9e468cd83c 100644 --- a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst +++ b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst @@ -277,6 +277,7 @@ Interacting with light First, turn wireframe off. To do so, click in the upper-left of the Viewport again, where it says "Perspective", and select "Display Normal". +Additionally in the 3D scene toolbar, turn off preview sunlight. .. image:: img/normal.png diff --git a/tutorials/troubleshooting.rst b/tutorials/troubleshooting.rst index 0cc7a44a8ef..8fe6efe5c46 100644 --- a/tutorials/troubleshooting.rst +++ b/tutorials/troubleshooting.rst @@ -83,7 +83,7 @@ in the Editor Settings (**Network > Debug > Remote Port**). The default is On Windows, when loading the project for the first time after the PC is turned on, Windows Defender will cause the filesystem cache validation on project startup -to take significantly longer. This is especially noticable in projects with a +to take significantly longer. This is especially noticeable in projects with a large number of files. Consinder adding the project folder to the list of exclusions by going to Virus & threat protection > Virus & threat protection settings > Add or remove exclusions. diff --git a/tutorials/ui/bbcode_in_richtextlabel.rst b/tutorials/ui/bbcode_in_richtextlabel.rst index 55fa0ba3cee..6b40540d46c 100644 --- a/tutorials/ui/bbcode_in_richtextlabel.rst +++ b/tutorials/ui/bbcode_in_richtextlabel.rst @@ -633,7 +633,7 @@ Image options If set to ``true``, and the image is smaller than the size specified by ``width`` and ``height``, the image padding is added to match the size instead of upscaling. -- **tootip** +- **tooltip** +-----------+--------------------------------------------+ | `Values` | String | @@ -648,7 +648,7 @@ Image options Image and table vertical alignment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When a vertical alignment value is provided with the ``[img]`` or ``[table]``` tag +When a vertical alignment value is provided with the ``[img]`` or ``[table]`` tag the image/table will try to align itself against the surrounding text. Alignment is performed using a vertical point of the image and a vertical point of the text. There are 3 possible points on the image (``top``, ``center``, and ``bottom``) and 4 @@ -715,7 +715,7 @@ Font options Extra spacing for each glyph. -- **glyph_spacing**, **sp** +- **space_spacing**, **sp** +-----------+--------------------------------------------+ | `Values` | Number in pixels. | diff --git a/tutorials/xr/openxr_hand_tracking.rst b/tutorials/xr/openxr_hand_tracking.rst index 9f0da10f5db..5d91708ca97 100644 --- a/tutorials/xr/openxr_hand_tracking.rst +++ b/tutorials/xr/openxr_hand_tracking.rst @@ -127,7 +127,7 @@ For this Godot uses the hand bone structure as defined for the :ref:`Godot Human but optionally supporting an extra tip bone for each finger. The `OpenXR hand tracking demo `_ -contains example GLTF files of properly rigged hands. +contains example glTF files of properly rigged hands. We will be using those here and add them as a child to our ``XRNode3D`` node. We also need to enable editable children to gain access to our :ref:`Skeleton3D ` node.