diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index 6e950e8da94..d825bba4e5d 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 376d4f24cfc..44943e60b52 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1,5 +1,5 @@ - + Global scope constants and variables. diff --git a/doc/classes/@NativeScript.xml b/doc/classes/@NativeScript.xml index 51857cfba86..79fe8379eb6 100644 --- a/doc/classes/@NativeScript.xml +++ b/doc/classes/@NativeScript.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/@VisualScript.xml b/doc/classes/@VisualScript.xml index 857cd2718b7..6a671b2321b 100644 --- a/doc/classes/@VisualScript.xml +++ b/doc/classes/@VisualScript.xml @@ -1,5 +1,5 @@ - + Built-in visual script functions. diff --git a/doc/classes/AABB.xml b/doc/classes/AABB.xml index 39afd500077..8a733560982 100644 --- a/doc/classes/AABB.xml +++ b/doc/classes/AABB.xml @@ -1,5 +1,5 @@ - + Axis-Aligned Bounding Box. diff --git a/doc/classes/ARVRAnchor.xml b/doc/classes/ARVRAnchor.xml index 02280d8feaf..3ba1ead319c 100644 --- a/doc/classes/ARVRAnchor.xml +++ b/doc/classes/ARVRAnchor.xml @@ -1,5 +1,5 @@ - + Anchor point in AR Space. diff --git a/doc/classes/ARVRCamera.xml b/doc/classes/ARVRCamera.xml index efba7f98f67..3e440ca7e85 100644 --- a/doc/classes/ARVRCamera.xml +++ b/doc/classes/ARVRCamera.xml @@ -1,5 +1,5 @@ - + A camera node with a few overrules for AR/VR applied such as location tracking. diff --git a/doc/classes/ARVRController.xml b/doc/classes/ARVRController.xml index 3c43ea278fb..fc56ba11152 100644 --- a/doc/classes/ARVRController.xml +++ b/doc/classes/ARVRController.xml @@ -1,5 +1,5 @@ - + A spatial node representing a spatially tracked controller. diff --git a/doc/classes/ARVRInterface.xml b/doc/classes/ARVRInterface.xml index 52b32d2b46b..ea5bd508402 100644 --- a/doc/classes/ARVRInterface.xml +++ b/doc/classes/ARVRInterface.xml @@ -1,5 +1,5 @@ - + Base class for ARVR interface implementation. diff --git a/doc/classes/ARVROrigin.xml b/doc/classes/ARVROrigin.xml index 3b0764cf7cb..a9e0c33e91e 100644 --- a/doc/classes/ARVROrigin.xml +++ b/doc/classes/ARVROrigin.xml @@ -1,5 +1,5 @@ - + Our origin point in AR/VR. diff --git a/doc/classes/ARVRPositionalTracker.xml b/doc/classes/ARVRPositionalTracker.xml index 0da2e8fd856..bed8d070143 100644 --- a/doc/classes/ARVRPositionalTracker.xml +++ b/doc/classes/ARVRPositionalTracker.xml @@ -1,5 +1,5 @@ - + A tracked object diff --git a/doc/classes/ARVRServer.xml b/doc/classes/ARVRServer.xml index a7f2ea78ba8..03b0efa487d 100644 --- a/doc/classes/ARVRServer.xml +++ b/doc/classes/ARVRServer.xml @@ -1,5 +1,5 @@ - + This is our AR/VR Server. @@ -36,6 +36,12 @@ Find an interface by its name. Say that you're making a game that uses specific capabilities of an AR/VR platform you can find the interface for that platform by name and initialize it. + + + + + + @@ -59,6 +65,30 @@ Returns a list of available interfaces with both id and name of the interface. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/AStar.xml b/doc/classes/AStar.xml index af653341b23..ebd997cfbdc 100644 --- a/doc/classes/AStar.xml +++ b/doc/classes/AStar.xml @@ -1,5 +1,5 @@ - + AStar class representation that uses vectors as edges. diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml index ac3ad80dee1..0a6591aa76f 100644 --- a/doc/classes/AcceptDialog.xml +++ b/doc/classes/AcceptDialog.xml @@ -1,5 +1,5 @@ - + Base dialog for user notification. diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml index d09e91c35b8..7ab9b45c711 100644 --- a/doc/classes/AnimatedSprite.xml +++ b/doc/classes/AnimatedSprite.xml @@ -1,5 +1,5 @@ - + Sprite node that can use multiple textures for animation. diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml index ef13a7a7644..42c48a8ee68 100644 --- a/doc/classes/AnimatedSprite3D.xml +++ b/doc/classes/AnimatedSprite3D.xml @@ -1,5 +1,5 @@ - + 2D sprite node in 3D world, that can use multiple 2D textures for animation. diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 0b3e233c61e..2cbe5b48efa 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -1,5 +1,5 @@ - + Contains data used to animate everything in the engine. diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 0aca01dca00..438ee3aaa38 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -1,5 +1,5 @@ - + Container and player of [Animation] resources. diff --git a/doc/classes/AnimationTreePlayer.xml b/doc/classes/AnimationTreePlayer.xml index 4512fc288f3..3ac2abc3ffa 100644 --- a/doc/classes/AnimationTreePlayer.xml +++ b/doc/classes/AnimationTreePlayer.xml @@ -1,5 +1,5 @@ - + Animation Player that uses a node graph for blending Animations. diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml index 4d29eeae7f4..478413ad59a 100644 --- a/doc/classes/Area.xml +++ b/doc/classes/Area.xml @@ -1,5 +1,5 @@ - + General purpose area node for detection and 3D physics influence. diff --git a/doc/classes/Area2D.xml b/doc/classes/Area2D.xml index 623dfc65aa1..f79736641c1 100644 --- a/doc/classes/Area2D.xml +++ b/doc/classes/Area2D.xml @@ -1,5 +1,5 @@ - + 2D area for detection and 2D physics influence. diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index a82f4efff31..5c5619bd561 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -1,5 +1,5 @@ - + Generic array datatype. diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index 663e4558ce6..e279c3561e8 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AtlasTexture.xml b/doc/classes/AtlasTexture.xml index 7895894ce52..8331be9cb89 100644 --- a/doc/classes/AtlasTexture.xml +++ b/doc/classes/AtlasTexture.xml @@ -1,5 +1,5 @@ - + Packs multiple small textures in a single, bigger one. Helps to optimize video memory costs and render calls. diff --git a/doc/classes/AudioBusLayout.xml b/doc/classes/AudioBusLayout.xml index c5088f0a77a..9e5c9c1f5fb 100644 --- a/doc/classes/AudioBusLayout.xml +++ b/doc/classes/AudioBusLayout.xml @@ -1,5 +1,5 @@ - + Stores information about the audiobusses. diff --git a/doc/classes/AudioEffect.xml b/doc/classes/AudioEffect.xml index 2122363ec36..25ab2af42b1 100644 --- a/doc/classes/AudioEffect.xml +++ b/doc/classes/AudioEffect.xml @@ -1,5 +1,5 @@ - + Audio Effect For Audio. diff --git a/doc/classes/AudioEffectAmplify.xml b/doc/classes/AudioEffectAmplify.xml index 16f6ff42216..3408b0f38c9 100644 --- a/doc/classes/AudioEffectAmplify.xml +++ b/doc/classes/AudioEffectAmplify.xml @@ -1,5 +1,5 @@ - + Adds a Amplify audio effect to an Audio bus. Increases or decreases the volume of the selected audio bus. diff --git a/doc/classes/AudioEffectBandLimitFilter.xml b/doc/classes/AudioEffectBandLimitFilter.xml index 426c4ca7968..bb4af2e3118 100644 --- a/doc/classes/AudioEffectBandLimitFilter.xml +++ b/doc/classes/AudioEffectBandLimitFilter.xml @@ -1,5 +1,5 @@ - + Adds a band limit filter to the Audio Bus. diff --git a/doc/classes/AudioEffectBandPassFilter.xml b/doc/classes/AudioEffectBandPassFilter.xml index e05fa9a364d..92ee5e7ba24 100644 --- a/doc/classes/AudioEffectBandPassFilter.xml +++ b/doc/classes/AudioEffectBandPassFilter.xml @@ -1,5 +1,5 @@ - + Adds a band pass filter to the Audio Bus. diff --git a/doc/classes/AudioEffectChorus.xml b/doc/classes/AudioEffectChorus.xml index bb382fd2270..add957361ab 100644 --- a/doc/classes/AudioEffectChorus.xml +++ b/doc/classes/AudioEffectChorus.xml @@ -1,5 +1,5 @@ - + Adds a chorus audio effect. diff --git a/doc/classes/AudioEffectCompressor.xml b/doc/classes/AudioEffectCompressor.xml index 8225b75bad4..25878a6e336 100644 --- a/doc/classes/AudioEffectCompressor.xml +++ b/doc/classes/AudioEffectCompressor.xml @@ -1,5 +1,5 @@ - + Adds a Compressor audio effect to an Audio bus. Reduces sounds that exceed a certain threshold level, smooths out the dynamics and increases the overall volume. diff --git a/doc/classes/AudioEffectDelay.xml b/doc/classes/AudioEffectDelay.xml index 4389c638dcb..d80697f53f1 100644 --- a/doc/classes/AudioEffectDelay.xml +++ b/doc/classes/AudioEffectDelay.xml @@ -1,5 +1,5 @@ - + Adds a Delay audio effect to an Audio bus. Plays input signal back after a period of time. Two tap delay and feedback options. diff --git a/doc/classes/AudioEffectDistortion.xml b/doc/classes/AudioEffectDistortion.xml index 0be08ad9ade..bd156019581 100644 --- a/doc/classes/AudioEffectDistortion.xml +++ b/doc/classes/AudioEffectDistortion.xml @@ -1,5 +1,5 @@ - + Adds a Distortion audio effect to an Audio bus. Modify the sound to make it dirty. diff --git a/doc/classes/AudioEffectEQ.xml b/doc/classes/AudioEffectEQ.xml index 6f372ef7059..3bcc438f723 100644 --- a/doc/classes/AudioEffectEQ.xml +++ b/doc/classes/AudioEffectEQ.xml @@ -1,5 +1,5 @@ - + Base class for audio equalizers. Gives you control over frequencies. Use it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] or [AudioEffectEQ21] don't fit your needs. diff --git a/doc/classes/AudioEffectEQ10.xml b/doc/classes/AudioEffectEQ10.xml index d329a0c7b96..ce7dcafaa06 100644 --- a/doc/classes/AudioEffectEQ10.xml +++ b/doc/classes/AudioEffectEQ10.xml @@ -1,5 +1,5 @@ - + Adds a 10-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 31 Hz to 16000 Hz. Each frequency can be modulated between -60/+24 dB. diff --git a/doc/classes/AudioEffectEQ21.xml b/doc/classes/AudioEffectEQ21.xml index 33d6cedcc56..9cd2236fd1c 100644 --- a/doc/classes/AudioEffectEQ21.xml +++ b/doc/classes/AudioEffectEQ21.xml @@ -1,5 +1,5 @@ - + Adds a 21-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 22 Hz to 22000 Hz. Each frequency can be modulated between -60/+24 dB. diff --git a/doc/classes/AudioEffectEQ6.xml b/doc/classes/AudioEffectEQ6.xml index d7108acc2af..8713359b591 100644 --- a/doc/classes/AudioEffectEQ6.xml +++ b/doc/classes/AudioEffectEQ6.xml @@ -1,5 +1,5 @@ - + Adds a 6-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 32 Hz to 10000 Hz. Each frequency can be modulated between -60/+24 dB. diff --git a/doc/classes/AudioEffectFilter.xml b/doc/classes/AudioEffectFilter.xml index 6fb80bd684f..bf169841960 100644 --- a/doc/classes/AudioEffectFilter.xml +++ b/doc/classes/AudioEffectFilter.xml @@ -1,5 +1,5 @@ - + Adds a filter to the Audio Bus. diff --git a/doc/classes/AudioEffectHighPassFilter.xml b/doc/classes/AudioEffectHighPassFilter.xml index 52bd7418860..cd7ae1d5489 100644 --- a/doc/classes/AudioEffectHighPassFilter.xml +++ b/doc/classes/AudioEffectHighPassFilter.xml @@ -1,5 +1,5 @@ - + Adds a high pass filter to the Audio Bus. diff --git a/doc/classes/AudioEffectHighShelfFilter.xml b/doc/classes/AudioEffectHighShelfFilter.xml index f9c2d815da7..6c18f49eefa 100644 --- a/doc/classes/AudioEffectHighShelfFilter.xml +++ b/doc/classes/AudioEffectHighShelfFilter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioEffectLimiter.xml b/doc/classes/AudioEffectLimiter.xml index 2f1d9dfc284..c799bde9c97 100644 --- a/doc/classes/AudioEffectLimiter.xml +++ b/doc/classes/AudioEffectLimiter.xml @@ -1,5 +1,5 @@ - + Adds a soft clip Limiter audio effect to an Audio bus. diff --git a/doc/classes/AudioEffectLowPassFilter.xml b/doc/classes/AudioEffectLowPassFilter.xml index 0c5cfefcb63..fcb2179032b 100644 --- a/doc/classes/AudioEffectLowPassFilter.xml +++ b/doc/classes/AudioEffectLowPassFilter.xml @@ -1,5 +1,5 @@ - + Adds a low pass filter to the Audio Bus. diff --git a/doc/classes/AudioEffectLowShelfFilter.xml b/doc/classes/AudioEffectLowShelfFilter.xml index 2c52a3ce9b8..374af07ca8c 100644 --- a/doc/classes/AudioEffectLowShelfFilter.xml +++ b/doc/classes/AudioEffectLowShelfFilter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioEffectNotchFilter.xml b/doc/classes/AudioEffectNotchFilter.xml index 4475accfc78..8a3bef108e4 100644 --- a/doc/classes/AudioEffectNotchFilter.xml +++ b/doc/classes/AudioEffectNotchFilter.xml @@ -1,5 +1,5 @@ - + Adds a notch filter to the Audio Bus. diff --git a/doc/classes/AudioEffectPanner.xml b/doc/classes/AudioEffectPanner.xml index 0b8454351f0..a32e6072bbd 100644 --- a/doc/classes/AudioEffectPanner.xml +++ b/doc/classes/AudioEffectPanner.xml @@ -1,5 +1,5 @@ - + Adds a Panner audio effect to an Audio bus. Pans sound left or right. diff --git a/doc/classes/AudioEffectPhaser.xml b/doc/classes/AudioEffectPhaser.xml index 5760c18db0b..f444b0a300b 100644 --- a/doc/classes/AudioEffectPhaser.xml +++ b/doc/classes/AudioEffectPhaser.xml @@ -1,5 +1,5 @@ - + Adds a Phaser audio effect to an Audio bus. Combines the original signal with a copy that is slightly out of phase with the original. diff --git a/doc/classes/AudioEffectPitchShift.xml b/doc/classes/AudioEffectPitchShift.xml index 686d012393f..0c51d471d09 100644 --- a/doc/classes/AudioEffectPitchShift.xml +++ b/doc/classes/AudioEffectPitchShift.xml @@ -1,5 +1,5 @@ - + Adds a Pitch shift audio effect to an Audio bus. Raises or lowers the pitch of original sound. diff --git a/doc/classes/AudioEffectReverb.xml b/doc/classes/AudioEffectReverb.xml index a5b31bef475..1afd833d519 100644 --- a/doc/classes/AudioEffectReverb.xml +++ b/doc/classes/AudioEffectReverb.xml @@ -1,5 +1,5 @@ - + Adds a Reverb audio effect to an Audio bus. Simulates the sound of acoustic environments such as rooms, concert halls, caverns, or an open spaces. diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml index 30f67b6f1d2..4c0fffba8bd 100644 --- a/doc/classes/AudioEffectStereoEnhance.xml +++ b/doc/classes/AudioEffectStereoEnhance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioServer.xml b/doc/classes/AudioServer.xml index 59e35871384..5cb56f43679 100644 --- a/doc/classes/AudioServer.xml +++ b/doc/classes/AudioServer.xml @@ -1,5 +1,5 @@ - + Server interface for low level audio access. @@ -126,6 +126,18 @@ Returns the volume of the bus at index [code]bus_idx[/code] in dB. + + + + + + + + + + + + @@ -313,6 +325,14 @@ Sets the volume of the bus at index [code]bus_idx[/code] to [code]volume_db[/code]. + + + + + + + + diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index 5cacc7ae2a1..770724025f0 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -1,5 +1,5 @@ - + Base class for audio streams. diff --git a/doc/classes/AudioStreamPlayback.xml b/doc/classes/AudioStreamPlayback.xml index d3cb168ee8c..21afe897e1b 100644 --- a/doc/classes/AudioStreamPlayback.xml +++ b/doc/classes/AudioStreamPlayback.xml @@ -1,5 +1,5 @@ - + Meta class for playing back audio. diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index afb536a6629..bf0dffbc0c5 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -1,5 +1,5 @@ - + Plays back audio. @@ -56,6 +56,8 @@ If the audio configuration has more than two speakers, this sets the target channels. See [code]MIX_TARGET_*[/code] constants. + + If [code]true[/code] audio is playing. diff --git a/doc/classes/AudioStreamPlayer2D.xml b/doc/classes/AudioStreamPlayer2D.xml index d65f15c636a..efebf8ae078 100644 --- a/doc/classes/AudioStreamPlayer2D.xml +++ b/doc/classes/AudioStreamPlayer2D.xml @@ -1,5 +1,5 @@ - + Plays audio in 2D. @@ -62,6 +62,8 @@ Maximum distance from which audio is still hearable. + + If [code]true[/code] audio is playing. diff --git a/doc/classes/AudioStreamPlayer3D.xml b/doc/classes/AudioStreamPlayer3D.xml index 7743c932556..cd5b446dab8 100644 --- a/doc/classes/AudioStreamPlayer3D.xml +++ b/doc/classes/AudioStreamPlayer3D.xml @@ -1,5 +1,5 @@ - + Plays 3D sound in 3D space. @@ -86,6 +86,8 @@ Decides if audio should pause when source is outside of 'max_distance' range. + + If [code]true[/code], audio is playing. diff --git a/doc/classes/AudioStreamRandomPitch.xml b/doc/classes/AudioStreamRandomPitch.xml index 30ce43915f1..1088b61514b 100644 --- a/doc/classes/AudioStreamRandomPitch.xml +++ b/doc/classes/AudioStreamRandomPitch.xml @@ -1,5 +1,5 @@ - + Plays audio with random pitch tweaking. diff --git a/doc/classes/AudioStreamSample.xml b/doc/classes/AudioStreamSample.xml index bee5d1d9f47..36987f44a78 100644 --- a/doc/classes/AudioStreamSample.xml +++ b/doc/classes/AudioStreamSample.xml @@ -1,5 +1,5 @@ - + Plays audio. diff --git a/doc/classes/BackBufferCopy.xml b/doc/classes/BackBufferCopy.xml index 7caf15f5a55..49323bd46e6 100644 --- a/doc/classes/BackBufferCopy.xml +++ b/doc/classes/BackBufferCopy.xml @@ -1,5 +1,5 @@ - + Copies a region of the screen (or the whole screen) to a buffer so it can be accessed with the texscreen() shader instruction. diff --git a/doc/classes/BakedLightmap.xml b/doc/classes/BakedLightmap.xml index 8a59f289a6c..3ceb041a601 100644 --- a/doc/classes/BakedLightmap.xml +++ b/doc/classes/BakedLightmap.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/BakedLightmapData.xml b/doc/classes/BakedLightmapData.xml index 42fcb910c33..d10cece7166 100644 --- a/doc/classes/BakedLightmapData.xml +++ b/doc/classes/BakedLightmapData.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index b37e7c6c3a6..5b1ebfc4681 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -1,5 +1,5 @@ - + Base class for different kinds of buttons. diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml index a5e785b1ee6..450391f692a 100644 --- a/doc/classes/Basis.xml +++ b/doc/classes/Basis.xml @@ -1,5 +1,5 @@ - + 3x3 matrix datatype. diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml index 8654d26ce19..9ba5f797eb6 100644 --- a/doc/classes/BitMap.xml +++ b/doc/classes/BitMap.xml @@ -1,5 +1,5 @@ - + Boolean matrix. diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml index 32e0bcc2080..7aba440befa 100644 --- a/doc/classes/BitmapFont.xml +++ b/doc/classes/BitmapFont.xml @@ -1,5 +1,5 @@ - + Renders text using [code]*.fnt[/code] fonts. diff --git a/doc/classes/BoneAttachment.xml b/doc/classes/BoneAttachment.xml index 229caef6f9d..90404aff14b 100644 --- a/doc/classes/BoneAttachment.xml +++ b/doc/classes/BoneAttachment.xml @@ -1,5 +1,5 @@ - + A node that will attach to a bone. diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml index 5be948022e5..43ac1450eff 100644 --- a/doc/classes/BoxContainer.xml +++ b/doc/classes/BoxContainer.xml @@ -1,5 +1,5 @@ - + Base class for box containers. diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml index 040d02ddf94..c1986036135 100644 --- a/doc/classes/BoxShape.xml +++ b/doc/classes/BoxShape.xml @@ -1,5 +1,5 @@ - + Box shape resource. diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index 8936736912f..a89199c6e64 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -1,5 +1,5 @@ - + Standard themed Button. diff --git a/doc/classes/ButtonGroup.xml b/doc/classes/ButtonGroup.xml index 3833fa2432b..268321daea9 100644 --- a/doc/classes/ButtonGroup.xml +++ b/doc/classes/ButtonGroup.xml @@ -1,5 +1,5 @@ - + Group of Buttons. diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml index a0176fcd7c8..04aab60000b 100644 --- a/doc/classes/Camera.xml +++ b/doc/classes/Camera.xml @@ -1,5 +1,5 @@ - + Camera node, displays from a point of view. diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml index 699ec65cae1..58b5f1b09ab 100644 --- a/doc/classes/Camera2D.xml +++ b/doc/classes/Camera2D.xml @@ -1,5 +1,5 @@ - + Camera node for 2D scenes. diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index a2aa66d1095..ab5aa709888 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -1,5 +1,5 @@ - + Base class of anything 2D. diff --git a/doc/classes/CanvasItemMaterial.xml b/doc/classes/CanvasItemMaterial.xml index 1531d8466df..d7768e30eb7 100644 --- a/doc/classes/CanvasItemMaterial.xml +++ b/doc/classes/CanvasItemMaterial.xml @@ -1,5 +1,5 @@ - + A material for [CanvasItem]s. diff --git a/doc/classes/CanvasLayer.xml b/doc/classes/CanvasLayer.xml index ed53e70d814..5fcb2690783 100644 --- a/doc/classes/CanvasLayer.xml +++ b/doc/classes/CanvasLayer.xml @@ -1,5 +1,5 @@ - + Canvas drawing layer. diff --git a/doc/classes/CanvasModulate.xml b/doc/classes/CanvasModulate.xml index c0b58e317e1..c6b36405b4f 100644 --- a/doc/classes/CanvasModulate.xml +++ b/doc/classes/CanvasModulate.xml @@ -1,5 +1,5 @@ - + Tint the entire canvas. diff --git a/doc/classes/CapsuleMesh.xml b/doc/classes/CapsuleMesh.xml index 2f66c1d0cf7..2500bd04f62 100644 --- a/doc/classes/CapsuleMesh.xml +++ b/doc/classes/CapsuleMesh.xml @@ -1,5 +1,5 @@ - + Class representing a capsule-shaped [PrimitiveMesh]. diff --git a/doc/classes/CapsuleShape.xml b/doc/classes/CapsuleShape.xml index 6a61b781b4d..4f9fd3fc3fa 100644 --- a/doc/classes/CapsuleShape.xml +++ b/doc/classes/CapsuleShape.xml @@ -1,5 +1,5 @@ - + Capsule shape for collisions. diff --git a/doc/classes/CapsuleShape2D.xml b/doc/classes/CapsuleShape2D.xml index 669b024b2b6..5db140f393a 100644 --- a/doc/classes/CapsuleShape2D.xml +++ b/doc/classes/CapsuleShape2D.xml @@ -1,5 +1,5 @@ - + Capsule shape for 2D collisions. diff --git a/doc/classes/CenterContainer.xml b/doc/classes/CenterContainer.xml index 8e13ea2b4a1..5b45ff7a991 100644 --- a/doc/classes/CenterContainer.xml +++ b/doc/classes/CenterContainer.xml @@ -1,5 +1,5 @@ - + Keeps children controls centered. diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index 9dde7f02ce3..0317f2df22b 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -1,5 +1,5 @@ - + Binary choice user interface widget. diff --git a/doc/classes/CheckButton.xml b/doc/classes/CheckButton.xml index be3f049e02c..ee329ea0a7a 100644 --- a/doc/classes/CheckButton.xml +++ b/doc/classes/CheckButton.xml @@ -1,5 +1,5 @@ - + Checkable button. diff --git a/doc/classes/CircleShape2D.xml b/doc/classes/CircleShape2D.xml index e4d746c6209..b6fb42b79bd 100644 --- a/doc/classes/CircleShape2D.xml +++ b/doc/classes/CircleShape2D.xml @@ -1,5 +1,5 @@ - + Circular shape for 2D collisions. diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml index 6230f938b25..de12090f4ce 100644 --- a/doc/classes/ClassDB.xml +++ b/doc/classes/ClassDB.xml @@ -1,5 +1,5 @@ - + Class information repository. diff --git a/doc/classes/CollisionObject.xml b/doc/classes/CollisionObject.xml index 3708f2d9f3d..6543e4e7ef9 100644 --- a/doc/classes/CollisionObject.xml +++ b/doc/classes/CollisionObject.xml @@ -1,5 +1,5 @@ - + Base node for collision objects. diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml index 09bf7bf8d3d..f8b2d89abdf 100644 --- a/doc/classes/CollisionObject2D.xml +++ b/doc/classes/CollisionObject2D.xml @@ -1,5 +1,5 @@ - + Base node for 2D collision objects. diff --git a/doc/classes/CollisionPolygon.xml b/doc/classes/CollisionPolygon.xml index f2bfb34d031..89b8f7cdf2e 100644 --- a/doc/classes/CollisionPolygon.xml +++ b/doc/classes/CollisionPolygon.xml @@ -1,5 +1,5 @@ - + Editor-only class for defining a collision polygon in 3D space. diff --git a/doc/classes/CollisionPolygon2D.xml b/doc/classes/CollisionPolygon2D.xml index 349b2d5db72..ffef377f002 100644 --- a/doc/classes/CollisionPolygon2D.xml +++ b/doc/classes/CollisionPolygon2D.xml @@ -1,5 +1,5 @@ - + Defines a 2D collision polygon. diff --git a/doc/classes/CollisionShape.xml b/doc/classes/CollisionShape.xml index 5bcc0902129..3111860b385 100644 --- a/doc/classes/CollisionShape.xml +++ b/doc/classes/CollisionShape.xml @@ -1,5 +1,5 @@ - + Node that represents collision shape data in 3D space. diff --git a/doc/classes/CollisionShape2D.xml b/doc/classes/CollisionShape2D.xml index d63c5e72e9e..a74236049e1 100644 --- a/doc/classes/CollisionShape2D.xml +++ b/doc/classes/CollisionShape2D.xml @@ -1,5 +1,5 @@ - + Node that represents collision shape data in 2D space. diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index a27cad267e1..6c742d7dff6 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -1,5 +1,5 @@ - + Color in RGBA format with some support for ARGB format. diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 4e49af44fe7..b538300fc9f 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -1,5 +1,5 @@ - + Color picker control. diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml index 6aec358c446..a34137b6c46 100644 --- a/doc/classes/ColorPickerButton.xml +++ b/doc/classes/ColorPickerButton.xml @@ -1,5 +1,5 @@ - + Button that pops out a [ColorPicker]. diff --git a/doc/classes/ColorRect.xml b/doc/classes/ColorRect.xml index 60df9c6f202..45c35f9341f 100644 --- a/doc/classes/ColorRect.xml +++ b/doc/classes/ColorRect.xml @@ -1,5 +1,5 @@ - + Colored rect for canvas. diff --git a/doc/classes/ConcavePolygonShape.xml b/doc/classes/ConcavePolygonShape.xml index 61cbc8d9113..c404fe30552 100644 --- a/doc/classes/ConcavePolygonShape.xml +++ b/doc/classes/ConcavePolygonShape.xml @@ -1,5 +1,5 @@ - + Concave polygon shape. diff --git a/doc/classes/ConcavePolygonShape2D.xml b/doc/classes/ConcavePolygonShape2D.xml index c9d437a734e..fb7c39520ac 100644 --- a/doc/classes/ConcavePolygonShape2D.xml +++ b/doc/classes/ConcavePolygonShape2D.xml @@ -1,5 +1,5 @@ - + Concave polygon 2D shape resource for physics. diff --git a/doc/classes/ConeTwistJoint.xml b/doc/classes/ConeTwistJoint.xml index 1b30d39b8cb..b3a211c37ed 100644 --- a/doc/classes/ConeTwistJoint.xml +++ b/doc/classes/ConeTwistJoint.xml @@ -1,5 +1,5 @@ - + A twist joint between two 3D bodies. diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index 2be1286e3f4..21f9d9d863b 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -1,5 +1,5 @@ - + Helper class to handle INI-style files. diff --git a/doc/classes/ConfirmationDialog.xml b/doc/classes/ConfirmationDialog.xml index 12766cebe7a..f401d5f190f 100644 --- a/doc/classes/ConfirmationDialog.xml +++ b/doc/classes/ConfirmationDialog.xml @@ -1,5 +1,5 @@ - + Dialog for confirmation of actions. diff --git a/doc/classes/Container.xml b/doc/classes/Container.xml index 130dc45262c..1556b60b1f6 100644 --- a/doc/classes/Container.xml +++ b/doc/classes/Container.xml @@ -1,5 +1,5 @@ - + Base node for containers. diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 2af443bedfa..f8d39b41988 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -1,5 +1,5 @@ - + All User Interface nodes inherit from Control. Features anchors and margins to adapt its position and size to its parent. @@ -773,6 +773,10 @@ Sent when an open modal dialog closes. See [member show_modal]. + + + + Show the system's arrow mouse cursor when the user hovers the node. Use with [method set_default_cursor_shape]. diff --git a/doc/classes/ConvexPolygonShape.xml b/doc/classes/ConvexPolygonShape.xml index 026a48b00cc..4ca78cb36c1 100644 --- a/doc/classes/ConvexPolygonShape.xml +++ b/doc/classes/ConvexPolygonShape.xml @@ -1,5 +1,5 @@ - + Convex polygon shape for 3D physics. diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml index 5bcfa96bd83..7ed41ab2710 100644 --- a/doc/classes/ConvexPolygonShape2D.xml +++ b/doc/classes/ConvexPolygonShape2D.xml @@ -1,5 +1,5 @@ - + Convex Polygon Shape for 2D physics. diff --git a/doc/classes/CubeMap.xml b/doc/classes/CubeMap.xml index 0f5f5e04f71..5c458aa5538 100644 --- a/doc/classes/CubeMap.xml +++ b/doc/classes/CubeMap.xml @@ -1,5 +1,5 @@ - + A CubeMap is a 6 sided 3D texture. diff --git a/doc/classes/CubeMesh.xml b/doc/classes/CubeMesh.xml index a3c4b2b1e3c..3f78dfddea7 100644 --- a/doc/classes/CubeMesh.xml +++ b/doc/classes/CubeMesh.xml @@ -1,5 +1,5 @@ - + Generate an axis-aligned cuboid [PrimitiveMesh]. diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml index 1d28754598a..64820f3dc43 100644 --- a/doc/classes/Curve.xml +++ b/doc/classes/Curve.xml @@ -1,5 +1,5 @@ - + A mathematic curve. diff --git a/doc/classes/Curve2D.xml b/doc/classes/Curve2D.xml index 56072f5b219..6bf1adc6599 100644 --- a/doc/classes/Curve2D.xml +++ b/doc/classes/Curve2D.xml @@ -1,5 +1,5 @@ - + Describes a Bezier curve in 2D space. diff --git a/doc/classes/Curve3D.xml b/doc/classes/Curve3D.xml index 7297c9cb6f5..5ec9d6ae2df 100644 --- a/doc/classes/Curve3D.xml +++ b/doc/classes/Curve3D.xml @@ -1,5 +1,5 @@ - + Describes a Bezier curve in 3D space. diff --git a/doc/classes/CurveTexture.xml b/doc/classes/CurveTexture.xml index d7bf23315b0..305f5c329a1 100644 --- a/doc/classes/CurveTexture.xml +++ b/doc/classes/CurveTexture.xml @@ -1,5 +1,5 @@ - + A texture that shows a curve. diff --git a/doc/classes/CylinderMesh.xml b/doc/classes/CylinderMesh.xml index 74bbadd7385..de12fb1c0da 100644 --- a/doc/classes/CylinderMesh.xml +++ b/doc/classes/CylinderMesh.xml @@ -1,5 +1,5 @@ - + Class representing a cylindrical [PrimitiveMesh]. diff --git a/doc/classes/DampedSpringJoint2D.xml b/doc/classes/DampedSpringJoint2D.xml index 9897c2f4da9..56241fc38c0 100644 --- a/doc/classes/DampedSpringJoint2D.xml +++ b/doc/classes/DampedSpringJoint2D.xml @@ -1,5 +1,5 @@ - + Damped spring constraint for 2D physics. diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index acfa543d6b3..9a80819634b 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -1,5 +1,5 @@ - + Dictionary type. diff --git a/doc/classes/DirectionalLight.xml b/doc/classes/DirectionalLight.xml index d2e907d9657..c7035aa08b5 100644 --- a/doc/classes/DirectionalLight.xml +++ b/doc/classes/DirectionalLight.xml @@ -1,5 +1,5 @@ - + Directional Light, such as the Sun or the Moon. diff --git a/doc/classes/Directory.xml b/doc/classes/Directory.xml index 4822554621a..28a0db6b3b7 100644 --- a/doc/classes/Directory.xml +++ b/doc/classes/Directory.xml @@ -1,5 +1,5 @@ - + Type used to handle the filesystem. diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml index e822faebf95..e4aa7b687b2 100644 --- a/doc/classes/DynamicFont.xml +++ b/doc/classes/DynamicFont.xml @@ -1,5 +1,5 @@ - + DynamicFont renders vector font files at runtime. diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml index b11636ce335..bf53d4b443c 100644 --- a/doc/classes/DynamicFontData.xml +++ b/doc/classes/DynamicFontData.xml @@ -1,5 +1,5 @@ - + Used with [DynamicFont] to describe the location of a font file. diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index f1775c512df..0399c204d4f 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index e00a27b6894..7c4d74112ab 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index 868d9b97117..51459963bd4 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -1,5 +1,5 @@ - + Resource filesystem, as the editor sees it. diff --git a/doc/classes/EditorFileSystemDirectory.xml b/doc/classes/EditorFileSystemDirectory.xml index 2f7a0658298..803a451a55f 100644 --- a/doc/classes/EditorFileSystemDirectory.xml +++ b/doc/classes/EditorFileSystemDirectory.xml @@ -1,5 +1,5 @@ - + A diretory for the resource filesystem. diff --git a/doc/classes/EditorImportPlugin.xml b/doc/classes/EditorImportPlugin.xml index c0ec21abc69..8eeaec90a93 100644 --- a/doc/classes/EditorImportPlugin.xml +++ b/doc/classes/EditorImportPlugin.xml @@ -1,5 +1,5 @@ - + Registers a custom resource importer in the editor. Use the class to parse any file and import it as a new resource type. diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index ea9a327340a..a58b26e899a 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -1,5 +1,5 @@ - + Editor interface and main components. diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 743cb2c3706..e3361ebe7b4 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -1,5 +1,5 @@ - + Used by the editor to extend its functionality. diff --git a/doc/classes/EditorResourceConversionPlugin.xml b/doc/classes/EditorResourceConversionPlugin.xml index d5a8e52f3cd..db6ba3c41ce 100644 --- a/doc/classes/EditorResourceConversionPlugin.xml +++ b/doc/classes/EditorResourceConversionPlugin.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorResourcePreview.xml b/doc/classes/EditorResourcePreview.xml index 5725361511c..761cf8722ff 100644 --- a/doc/classes/EditorResourcePreview.xml +++ b/doc/classes/EditorResourcePreview.xml @@ -1,5 +1,5 @@ - + Helper to generate previews of resources or files. diff --git a/doc/classes/EditorResourcePreviewGenerator.xml b/doc/classes/EditorResourcePreviewGenerator.xml index 351e67d666d..9a64ed9381c 100644 --- a/doc/classes/EditorResourcePreviewGenerator.xml +++ b/doc/classes/EditorResourcePreviewGenerator.xml @@ -1,5 +1,5 @@ - + Custom generator of previews. diff --git a/doc/classes/EditorSceneImporter.xml b/doc/classes/EditorSceneImporter.xml index 0a6af44b0a6..0a60118a1f4 100644 --- a/doc/classes/EditorSceneImporter.xml +++ b/doc/classes/EditorSceneImporter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorScenePostImport.xml b/doc/classes/EditorScenePostImport.xml index 46fd7f8a52c..bb9c093b6da 100644 --- a/doc/classes/EditorScenePostImport.xml +++ b/doc/classes/EditorScenePostImport.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index 0501bdd880b..5c61acc72d0 100644 --- a/doc/classes/EditorScript.xml +++ b/doc/classes/EditorScript.xml @@ -1,5 +1,5 @@ - + Base script that can be used to add extension functions to the editor. diff --git a/doc/classes/EditorSelection.xml b/doc/classes/EditorSelection.xml index eeb432894a9..3d7f0c873d9 100644 --- a/doc/classes/EditorSelection.xml +++ b/doc/classes/EditorSelection.xml @@ -1,5 +1,5 @@ - + Manages the SceneTree selection in the editor. diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index ef8769a655e..e383b3523b1 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -1,5 +1,5 @@ - + Object that holds the project-independent editor settings. diff --git a/doc/classes/EditorSpatialGizmo.xml b/doc/classes/EditorSpatialGizmo.xml index 7ea8b2b095a..cedfc26da44 100644 --- a/doc/classes/EditorSpatialGizmo.xml +++ b/doc/classes/EditorSpatialGizmo.xml @@ -1,5 +1,5 @@ - + Custom gizmo for editing Spatial objects. diff --git a/doc/classes/EncodedObjectAsID.xml b/doc/classes/EncodedObjectAsID.xml index d2bc9941878..8168d75d5e6 100644 --- a/doc/classes/EncodedObjectAsID.xml +++ b/doc/classes/EncodedObjectAsID.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 7c961af7c60..6393459d053 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -1,5 +1,5 @@ - + Access to basic engine properties. diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index 0fb11208bc8..e15821d5412 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -1,5 +1,5 @@ - + Resource for environment nodes (like [WorldEnvironment]) that define multiple rendering options. diff --git a/doc/classes/File.xml b/doc/classes/File.xml index 151d173118a..ce9bcf7ca8d 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -1,5 +1,5 @@ - + Type to handle file reading and writing operations. @@ -163,14 +163,14 @@ Returns a [String] saved in Pascal format from the file. - + Returns the path as a [String] for the current open file. - + diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index fde3178f492..8aebe960092 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -1,5 +1,5 @@ - + Dialog for selecting files or directories in the filesystem. diff --git a/doc/classes/Font.xml b/doc/classes/Font.xml index 4cb80ff0734..d0843c31796 100644 --- a/doc/classes/Font.xml +++ b/doc/classes/Font.xml @@ -1,5 +1,5 @@ - + Internationalized font and text drawing support. diff --git a/doc/classes/FuncRef.xml b/doc/classes/FuncRef.xml index 365b40a33e2..1b486f0f90f 100644 --- a/doc/classes/FuncRef.xml +++ b/doc/classes/FuncRef.xml @@ -1,5 +1,5 @@ - + Reference to a function in an object. diff --git a/doc/classes/GIProbe.xml b/doc/classes/GIProbe.xml index d3134b26cf7..ceb92da3f72 100644 --- a/doc/classes/GIProbe.xml +++ b/doc/classes/GIProbe.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/GIProbeData.xml b/doc/classes/GIProbeData.xml index ff855a78d08..57322f45981 100644 --- a/doc/classes/GIProbeData.xml +++ b/doc/classes/GIProbeData.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Generic6DOFJoint.xml b/doc/classes/Generic6DOFJoint.xml index d01d6320f36..8a5194e770d 100644 --- a/doc/classes/Generic6DOFJoint.xml +++ b/doc/classes/Generic6DOFJoint.xml @@ -1,5 +1,5 @@ - + The generic 6 degrees of freedom joint can implement a variety of joint-types by locking certain axes' rotation or translation. diff --git a/doc/classes/Geometry.xml b/doc/classes/Geometry.xml index 4bcd16c561f..782aca9ce52 100644 --- a/doc/classes/Geometry.xml +++ b/doc/classes/Geometry.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/GeometryInstance.xml b/doc/classes/GeometryInstance.xml index af3f42176ad..d6d24bac062 100644 --- a/doc/classes/GeometryInstance.xml +++ b/doc/classes/GeometryInstance.xml @@ -1,5 +1,5 @@ - + Base node for geometry based visual instances. diff --git a/doc/classes/Gradient.xml b/doc/classes/Gradient.xml index cbbb72f6b59..bade79b7cbe 100644 --- a/doc/classes/Gradient.xml +++ b/doc/classes/Gradient.xml @@ -1,5 +1,5 @@ - + Color interpolator node. diff --git a/doc/classes/GradientTexture.xml b/doc/classes/GradientTexture.xml index 96d24b0338a..ef3a17b2a79 100644 --- a/doc/classes/GradientTexture.xml +++ b/doc/classes/GradientTexture.xml @@ -1,5 +1,5 @@ - + Gradient filled texture. diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index ca450b9d559..6ef0bc47608 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -1,5 +1,5 @@ - + GraphEdit is an area capable of showing various GraphNodes. It manages connection events between them. diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index ac11b48d567..6b599a8f6cf 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -1,5 +1,5 @@ - + A GraphNode is a container with several input and output slots allowing connections between GraphNodes. Slots can have different, incompatible types. diff --git a/doc/classes/GridContainer.xml b/doc/classes/GridContainer.xml index 7f4ccfe6cd9..9c77f563e61 100644 --- a/doc/classes/GridContainer.xml +++ b/doc/classes/GridContainer.xml @@ -1,5 +1,5 @@ - + Grid container used to arrange elements in a grid like layout. diff --git a/doc/classes/GrooveJoint2D.xml b/doc/classes/GrooveJoint2D.xml index 18dc3ce0b1a..dc0c174f754 100644 --- a/doc/classes/GrooveJoint2D.xml +++ b/doc/classes/GrooveJoint2D.xml @@ -1,5 +1,5 @@ - + Groove constraint for 2D physics. diff --git a/doc/classes/HBoxContainer.xml b/doc/classes/HBoxContainer.xml index 245eac8d230..f9c33d96296 100644 --- a/doc/classes/HBoxContainer.xml +++ b/doc/classes/HBoxContainer.xml @@ -1,5 +1,5 @@ - + Horizontal box container. diff --git a/doc/classes/HScrollBar.xml b/doc/classes/HScrollBar.xml index cec2232a548..5b432038c49 100644 --- a/doc/classes/HScrollBar.xml +++ b/doc/classes/HScrollBar.xml @@ -1,5 +1,5 @@ - + Horizontal scroll bar. diff --git a/doc/classes/HSeparator.xml b/doc/classes/HSeparator.xml index 09b6512ed1a..9e073d978f6 100644 --- a/doc/classes/HSeparator.xml +++ b/doc/classes/HSeparator.xml @@ -1,5 +1,5 @@ - + Horizontal separator. diff --git a/doc/classes/HSlider.xml b/doc/classes/HSlider.xml index 9f4e111a69a..e6d00ac1e7e 100644 --- a/doc/classes/HSlider.xml +++ b/doc/classes/HSlider.xml @@ -1,5 +1,5 @@ - + Horizontal slider. diff --git a/doc/classes/HSplitContainer.xml b/doc/classes/HSplitContainer.xml index 6272b320344..2ab393775ab 100644 --- a/doc/classes/HSplitContainer.xml +++ b/doc/classes/HSplitContainer.xml @@ -1,5 +1,5 @@ - + Horizontal split container. diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml index 3f0668ba0f8..5d717a178b6 100644 --- a/doc/classes/HTTPClient.xml +++ b/doc/classes/HTTPClient.xml @@ -1,5 +1,5 @@ - + Hyper-text transfer protocol client. diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index ef29eb4b686..40f3d95fb7d 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -1,5 +1,5 @@ - + A node with the ability to send HTTP requests. diff --git a/doc/classes/HingeJoint.xml b/doc/classes/HingeJoint.xml index ddf03f3d2c0..8f69c119264 100644 --- a/doc/classes/HingeJoint.xml +++ b/doc/classes/HingeJoint.xml @@ -1,5 +1,5 @@ - + A hinge between two 3D bodies. diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index a24f547bf8b..3d9e26b161b 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -1,5 +1,5 @@ - + Internet protocol (IP) support functions like DNS resolution. diff --git a/doc/classes/IP_Unix.xml b/doc/classes/IP_Unix.xml index 164b843c5f3..447e081edae 100644 --- a/doc/classes/IP_Unix.xml +++ b/doc/classes/IP_Unix.xml @@ -1,5 +1,5 @@ - + Unix IP support. See [IP]. diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 0397e29a5a6..803e53dbdd3 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -1,5 +1,5 @@ - + Image datatype. @@ -436,109 +436,109 @@ - OpenGL texture format RED with a single component and a bitdepth of 8. + OpenGL texture format RED with a single component and a bitdepth of 8. - OpenGL texture format RG with two components and a bitdepth of 8 for each. + OpenGL texture format RG with two components and a bitdepth of 8 for each. - OpenGL texture format RGB with three components, each with a bitdepth of 8. + OpenGL texture format RGB with three components, each with a bitdepth of 8. - OpenGL texture format RGBA with four components, each with a bitdepth of 8. + OpenGL texture format RGBA with four components, each with a bitdepth of 8. - OpenGL texture format RGBA with four components, each with a bitdepth of 4. + OpenGL texture format RGBA with four components, each with a bitdepth of 4. - OpenGL texture format GL_RGB5_A1 where 5 bits of depth for each component of RGB and one bit for alpha. + OpenGL texture format GL_RGB5_A1 where 5 bits of depth for each component of RGB and one bit for alpha. - OpenGL texture format GL_R32F where there's one component, a 32-bit floating-point value. + OpenGL texture format GL_R32F where there's one component, a 32-bit floating-point value. - OpenGL texture format GL_RG32F where there are two components, each a 32-bit floating-point values. + OpenGL texture format GL_RG32F where there are two components, each a 32-bit floating-point values. - OpenGL texture format GL_RGB32F where there are three components, each a 32-bit floating-point values. + OpenGL texture format GL_RGB32F where there are three components, each a 32-bit floating-point values. - OpenGL texture format GL_RGBA32F where there are four components, each a 32-bit floating-point values. + OpenGL texture format GL_RGBA32F where there are four components, each a 32-bit floating-point values. - OpenGL texture format GL_R32F where there's one component, a 16-bit "half-precision" floating-point value. + OpenGL texture format GL_R32F where there's one component, a 16-bit "half-precision" floating-point value. - OpenGL texture format GL_RG32F where there's two components, each a 16-bit "half-precision" floating-point value. + OpenGL texture format GL_RG32F where there's two components, each a 16-bit "half-precision" floating-point value. - OpenGL texture format GL_RGB32F where there's three components, each a 16-bit "half-precision" floating-point value. + OpenGL texture format GL_RGB32F where there's three components, each a 16-bit "half-precision" floating-point value. - OpenGL texture format GL_RGBA32F where there's four components, each a 16-bit "half-precision" floating-point value. + OpenGL texture format GL_RGBA32F where there's four components, each a 16-bit "half-precision" floating-point value. - A special OpenGL texture format where the three color components have 9 bits of precision and all three share a single exponent. + A special OpenGL texture format where the three color components have 9 bits of precision and all three share a single exponent. - The S3TC texture format that uses Block Compression 1, and is the smallest variation of S3TC, only providing 1 bit of alpha and color data being premultiplied with alpha. More information can be found at https://www.khronos.org/opengl/wiki/S3_Texture_Compression. + The S3TC texture format that uses Block Compression 1, and is the smallest variation of S3TC, only providing 1 bit of alpha and color data being premultiplied with alpha. More information can be found at https://www.khronos.org/opengl/wiki/S3_Texture_Compression. - The S3TC texture format that uses Block Compression 2, and color data is interpreted as not having been premultiplied by alpha. Well suited for images with sharp alpha transitions between translucent and opaque areas. + The S3TC texture format that uses Block Compression 2, and color data is interpreted as not having been premultiplied by alpha. Well suited for images with sharp alpha transitions between translucent and opaque areas. - The S3TC texture format also known as Block Compression 3 or BC3 that contains 64 bits of alpha channel data followed by 64 bits of DXT1-encoded color data. Color data is not premultiplied by alpha, same as DXT3. DXT5 generally produces superior results for transparency gradients than DXT3. + The S3TC texture format also known as Block Compression 3 or BC3 that contains 64 bits of alpha channel data followed by 64 bits of DXT1-encoded color data. Color data is not premultiplied by alpha, same as DXT3. DXT5 generally produces superior results for transparency gradients than DXT3. - Texture format that uses Red Green Texture Compression, normalizing the red channel data using the same compression algorithm that DXT5 uses for the alpha channel. More information can be found here https://www.khronos.org/opengl/wiki/Red_Green_Texture_Compression. + Texture format that uses Red Green Texture Compression, normalizing the red channel data using the same compression algorithm that DXT5 uses for the alpha channel. More information can be found here https://www.khronos.org/opengl/wiki/Red_Green_Texture_Compression. - Texture format that uses Red Green Texture Compression, normalizing the red and green channel data using the same compression algorithm that DXT5 uses for the alpha channel. + Texture format that uses Red Green Texture Compression, normalizing the red and green channel data using the same compression algorithm that DXT5 uses for the alpha channel. - Texture format that uses BPTC compression with unsigned normalized RGBA components. More information can be found at https://www.khronos.org/opengl/wiki/BPTC_Texture_Compression. + Texture format that uses BPTC compression with unsigned normalized RGBA components. More information can be found at https://www.khronos.org/opengl/wiki/BPTC_Texture_Compression. - Texture format that uses BPTC compression with signed floating-point RGB components. + Texture format that uses BPTC compression with signed floating-point RGB components. - Texture format that uses BPTC compression with unsigned floating-point RGB components. + Texture format that uses BPTC compression with unsigned floating-point RGB components. - Texture format used on PowerVR-supported mobile platforms, uses 2 bit color depth with no alpha. More information on PVRTC can be found here https://en.wikipedia.org/wiki/PVRTC. + Texture format used on PowerVR-supported mobile platforms, uses 2 bit color depth with no alpha. More information on PVRTC can be found here https://en.wikipedia.org/wiki/PVRTC. - Same as PVRTC2, but with an alpha component. + Same as PVRTC2, but with an alpha component. - Similar to PVRTC2, but with 4 bit color depth and no alpha. + Similar to PVRTC2, but with 4 bit color depth and no alpha. - Same as PVRTC4, but with an alpha component. + Same as PVRTC4, but with an alpha component. - Ericsson Texture Compression format, also referred to as 'ETC1', and is part of the OpenGL ES graphics standard. An overview of the format is given at https://en.wikipedia.org/wiki/Ericsson_Texture_Compression#ETC1. + Ericsson Texture Compression format, also referred to as 'ETC1', and is part of the OpenGL ES graphics standard. An overview of the format is given at https://en.wikipedia.org/wiki/Ericsson_Texture_Compression#ETC1. - Ericsson Texture Compression format 2 variant R11_EAC, which provides one channel of unsigned data. + Ericsson Texture Compression format 2 variant R11_EAC, which provides one channel of unsigned data. - Ericsson Texture Compression format 2 variant SIGNED_R11_EAC, which provides one channel of signed data. + Ericsson Texture Compression format 2 variant SIGNED_R11_EAC, which provides one channel of signed data. - Ericsson Texture Compression format 2 variant RG11_EAC, which provides two channels of unsigned data. + Ericsson Texture Compression format 2 variant RG11_EAC, which provides two channels of unsigned data. - Ericsson Texture Compression format 2 variant SIGNED_RG11_EAC, which provides two channels of signed data. + Ericsson Texture Compression format 2 variant SIGNED_RG11_EAC, which provides two channels of signed data. - Ericsson Texture Compression format 2 variant RGB8, which is a followup of ETC1 and compresses RGB888 data. + Ericsson Texture Compression format 2 variant RGB8, which is a followup of ETC1 and compresses RGB888 data. - Ericsson Texture Compression format 2 variant RGBA8, which compresses RGBA8888 data with full alpha support. + Ericsson Texture Compression format 2 variant RGBA8, which compresses RGBA8888 data with full alpha support. - Ericsson Texture Compression format 2 variant RGB8_PUNCHTHROUGH_ALPHA1, which compresses RGBA data to make alpha either fully transparent or fully opaque. + Ericsson Texture Compression format 2 variant RGB8_PUNCHTHROUGH_ALPHA1, which compresses RGBA data to make alpha either fully transparent or fully opaque. diff --git a/doc/classes/ImageTexture.xml b/doc/classes/ImageTexture.xml index 4aafadc33ed..05c140d5747 100644 --- a/doc/classes/ImageTexture.xml +++ b/doc/classes/ImageTexture.xml @@ -1,5 +1,5 @@ - + A [Texture] based on an [Image]. diff --git a/doc/classes/ImmediateGeometry.xml b/doc/classes/ImmediateGeometry.xml index 8a3e4d08f6d..58f1c35a80d 100644 --- a/doc/classes/ImmediateGeometry.xml +++ b/doc/classes/ImmediateGeometry.xml @@ -1,5 +1,5 @@ - + Draws simple geometry from code. diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index e0bc444bb87..bb893e33c5c 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -1,5 +1,5 @@ - + A Singleton that deals with inputs. diff --git a/doc/classes/InputDefault.xml b/doc/classes/InputDefault.xml index 4dfcee8412c..b2c045de128 100644 --- a/doc/classes/InputDefault.xml +++ b/doc/classes/InputDefault.xml @@ -1,5 +1,5 @@ - + Default implementation of the [Input] class. diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml index 186024e05f9..6a64dac0557 100644 --- a/doc/classes/InputEvent.xml +++ b/doc/classes/InputEvent.xml @@ -1,5 +1,5 @@ - + Generic input event diff --git a/doc/classes/InputEventAction.xml b/doc/classes/InputEventAction.xml index 3657d293815..727b08c59b2 100644 --- a/doc/classes/InputEventAction.xml +++ b/doc/classes/InputEventAction.xml @@ -1,5 +1,5 @@ - + Input event type for actions. diff --git a/doc/classes/InputEventGesture.xml b/doc/classes/InputEventGesture.xml index 05361c568bd..a63feb6462e 100644 --- a/doc/classes/InputEventGesture.xml +++ b/doc/classes/InputEventGesture.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index d3ae9dc1213..defa9d04bcc 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -1,5 +1,5 @@ - + Input event for gamepad buttons. diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml index 1266cb37e5a..9b99b1f2886 100644 --- a/doc/classes/InputEventJoypadMotion.xml +++ b/doc/classes/InputEventJoypadMotion.xml @@ -1,5 +1,5 @@ - + Input event type for gamepad joysticks and other motions. For buttons see [code]InputEventJoypadButton[/code]. diff --git a/doc/classes/InputEventKey.xml b/doc/classes/InputEventKey.xml index 6b5e6e76f5f..c394c0de0b0 100644 --- a/doc/classes/InputEventKey.xml +++ b/doc/classes/InputEventKey.xml @@ -1,5 +1,5 @@ - + Input event type for keyboard events. diff --git a/doc/classes/InputEventMagnifyGesture.xml b/doc/classes/InputEventMagnifyGesture.xml index 011d9f81037..b9333dfab10 100644 --- a/doc/classes/InputEventMagnifyGesture.xml +++ b/doc/classes/InputEventMagnifyGesture.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/InputEventMouse.xml b/doc/classes/InputEventMouse.xml index 70455c7feea..58e6b580af8 100644 --- a/doc/classes/InputEventMouse.xml +++ b/doc/classes/InputEventMouse.xml @@ -1,5 +1,5 @@ - + Base input event type for mouse events. diff --git a/doc/classes/InputEventMouseButton.xml b/doc/classes/InputEventMouseButton.xml index 41e10019d45..4601fb29510 100644 --- a/doc/classes/InputEventMouseButton.xml +++ b/doc/classes/InputEventMouseButton.xml @@ -1,5 +1,5 @@ - + Input event type for mouse button events. diff --git a/doc/classes/InputEventMouseMotion.xml b/doc/classes/InputEventMouseMotion.xml index 1f2ed592997..b7e65b06d11 100644 --- a/doc/classes/InputEventMouseMotion.xml +++ b/doc/classes/InputEventMouseMotion.xml @@ -1,5 +1,5 @@ - + Input event type for mouse motion events. diff --git a/doc/classes/InputEventPanGesture.xml b/doc/classes/InputEventPanGesture.xml index 5c64533c555..61bfe44c80b 100644 --- a/doc/classes/InputEventPanGesture.xml +++ b/doc/classes/InputEventPanGesture.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/InputEventScreenDrag.xml b/doc/classes/InputEventScreenDrag.xml index f578291e8a3..36ccd564651 100644 --- a/doc/classes/InputEventScreenDrag.xml +++ b/doc/classes/InputEventScreenDrag.xml @@ -1,5 +1,5 @@ - + Input event type for screen drag events. (only available on mobile devices) diff --git a/doc/classes/InputEventScreenTouch.xml b/doc/classes/InputEventScreenTouch.xml index 7827c907200..4bf99c0b8e1 100644 --- a/doc/classes/InputEventScreenTouch.xml +++ b/doc/classes/InputEventScreenTouch.xml @@ -1,5 +1,5 @@ - + Input event type for screen touch events. (only available on mobile devices) diff --git a/doc/classes/InputEventWithModifiers.xml b/doc/classes/InputEventWithModifiers.xml index ddef02090a4..3ff7b8ad7d0 100644 --- a/doc/classes/InputEventWithModifiers.xml +++ b/doc/classes/InputEventWithModifiers.xml @@ -1,5 +1,5 @@ - + Base class for keys events with modifiers. diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index 563371e5990..ae448f49038 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -1,5 +1,5 @@ - + Singleton that manages [InputEventAction]. diff --git a/doc/classes/InstancePlaceholder.xml b/doc/classes/InstancePlaceholder.xml index 3aa09e04bec..2ae3e7a1a94 100644 --- a/doc/classes/InstancePlaceholder.xml +++ b/doc/classes/InstancePlaceholder.xml @@ -1,5 +1,5 @@ - + Placeholder for the root [Node] of a [PackedScene]. diff --git a/doc/classes/InterpolatedCamera.xml b/doc/classes/InterpolatedCamera.xml index 0fa705103cf..cf70350389d 100644 --- a/doc/classes/InterpolatedCamera.xml +++ b/doc/classes/InterpolatedCamera.xml @@ -1,5 +1,5 @@ - + Camera which moves toward another node. diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 9487b3db595..1ff32b9d4ce 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -1,5 +1,5 @@ - + Control that provides a list of selectable items (and/or icons) in a single column, or optionally in multiple columns. diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml index b1ac4fba95a..abf03de2227 100644 --- a/doc/classes/JSON.xml +++ b/doc/classes/JSON.xml @@ -1,5 +1,5 @@ - + Helper class for parsing JSON data. diff --git a/doc/classes/JSONParseResult.xml b/doc/classes/JSONParseResult.xml index 6b43b534bbb..3990931a6ea 100644 --- a/doc/classes/JSONParseResult.xml +++ b/doc/classes/JSONParseResult.xml @@ -1,5 +1,5 @@ - + Data class wrapper for decoded JSON. diff --git a/doc/classes/JavaScript.xml b/doc/classes/JavaScript.xml index d56cd5f0a85..4777b8b915c 100644 --- a/doc/classes/JavaScript.xml +++ b/doc/classes/JavaScript.xml @@ -1,5 +1,5 @@ - + Singleton that connects the engine with the browser's JavaScript context in HTML5 export. diff --git a/doc/classes/Joint.xml b/doc/classes/Joint.xml index 153f18e4b83..126b22e91f9 100644 --- a/doc/classes/Joint.xml +++ b/doc/classes/Joint.xml @@ -1,5 +1,5 @@ - + Base class for all 3D joints diff --git a/doc/classes/Joint2D.xml b/doc/classes/Joint2D.xml index 208b297bbd5..655a68118e3 100644 --- a/doc/classes/Joint2D.xml +++ b/doc/classes/Joint2D.xml @@ -1,5 +1,5 @@ - + Base node for all joint constraints in 2D physics. diff --git a/doc/classes/KinematicBody.xml b/doc/classes/KinematicBody.xml index 4ef86a05fd4..78efd968710 100644 --- a/doc/classes/KinematicBody.xml +++ b/doc/classes/KinematicBody.xml @@ -1,5 +1,5 @@ - + Kinematic body 3D node. diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index ef105d84371..fae4f1e3176 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -1,5 +1,5 @@ - + Kinematic body 2D node. diff --git a/doc/classes/KinematicCollision.xml b/doc/classes/KinematicCollision.xml index d833b8ebeb5..9308ab3d7f6 100644 --- a/doc/classes/KinematicCollision.xml +++ b/doc/classes/KinematicCollision.xml @@ -1,5 +1,5 @@ - + Collision data for KinematicBody collisions. diff --git a/doc/classes/KinematicCollision2D.xml b/doc/classes/KinematicCollision2D.xml index c0735ea99cd..87352d08b48 100644 --- a/doc/classes/KinematicCollision2D.xml +++ b/doc/classes/KinematicCollision2D.xml @@ -1,5 +1,5 @@ - + Collision data for KinematicBody2D collisions. diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index 5c71d4f7651..e8f8628126c 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -1,5 +1,5 @@ - + Displays plain text in a line or wrapped inside a rectangle. For formatted text, use [RichTextLabel]. diff --git a/doc/classes/LargeTexture.xml b/doc/classes/LargeTexture.xml index 318350e9469..302ce6910e7 100644 --- a/doc/classes/LargeTexture.xml +++ b/doc/classes/LargeTexture.xml @@ -1,5 +1,5 @@ - + A Texture capable of storing many smaller Textures with offsets. diff --git a/doc/classes/Light.xml b/doc/classes/Light.xml index 66cf9531a05..f58e87ada54 100644 --- a/doc/classes/Light.xml +++ b/doc/classes/Light.xml @@ -1,5 +1,5 @@ - + Provides a base class for different kinds of light nodes. diff --git a/doc/classes/Light2D.xml b/doc/classes/Light2D.xml index 6baa9558630..7322813547d 100644 --- a/doc/classes/Light2D.xml +++ b/doc/classes/Light2D.xml @@ -1,5 +1,5 @@ - + Casts light in a 2D environment. diff --git a/doc/classes/LightOccluder2D.xml b/doc/classes/LightOccluder2D.xml index 8b0a4cbe539..786685ecfc3 100644 --- a/doc/classes/LightOccluder2D.xml +++ b/doc/classes/LightOccluder2D.xml @@ -1,5 +1,5 @@ - + Occludes light cast by a Light2D, casting shadows. diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 3f56f897a4b..9c39f43a90c 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -1,5 +1,5 @@ - + A 2D line. diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 5d136ca8cf0..d222e253305 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -1,5 +1,5 @@ - + Control that provides single line string editing. diff --git a/doc/classes/LineShape2D.xml b/doc/classes/LineShape2D.xml index dfca0f3309f..72d53c33c97 100644 --- a/doc/classes/LineShape2D.xml +++ b/doc/classes/LineShape2D.xml @@ -1,5 +1,5 @@ - + Line shape for 2D collisions. diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml index 3f516ef8bfa..22f770842d3 100644 --- a/doc/classes/LinkButton.xml +++ b/doc/classes/LinkButton.xml @@ -1,5 +1,5 @@ - + Simple button used to represent a link to some resource. diff --git a/doc/classes/Listener.xml b/doc/classes/Listener.xml index 65e66b7b8b4..a832eb830f9 100644 --- a/doc/classes/Listener.xml +++ b/doc/classes/Listener.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index f1aba149a23..4380fbf754b 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -1,5 +1,5 @@ - + Main loop is the abstract main loop base class. diff --git a/doc/classes/MarginContainer.xml b/doc/classes/MarginContainer.xml index 1d10611a4dd..7b1636ccde3 100644 --- a/doc/classes/MarginContainer.xml +++ b/doc/classes/MarginContainer.xml @@ -1,5 +1,5 @@ - + Simple margin container. diff --git a/doc/classes/Marshalls.xml b/doc/classes/Marshalls.xml index 1f6cc5cf3ce..bf912099a35 100644 --- a/doc/classes/Marshalls.xml +++ b/doc/classes/Marshalls.xml @@ -1,5 +1,5 @@ - + Data transformation (marshalling) and encoding helpers. diff --git a/doc/classes/Material.xml b/doc/classes/Material.xml index 36084002038..73a47ef6649 100644 --- a/doc/classes/Material.xml +++ b/doc/classes/Material.xml @@ -1,5 +1,5 @@ - + Abstract base [Resource] for coloring and shading geometry. diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index 541c8508db4..28a3997d569 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -1,5 +1,5 @@ - + Special button that brings up a [PopupMenu] when clicked. diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml index 1773e626d84..74dfae353ed 100644 --- a/doc/classes/Mesh.xml +++ b/doc/classes/Mesh.xml @@ -1,5 +1,5 @@ - + A [Resource] that contains vertex-array based geometry. diff --git a/doc/classes/MeshDataTool.xml b/doc/classes/MeshDataTool.xml index 2a9482e7245..4f6434d9587 100644 --- a/doc/classes/MeshDataTool.xml +++ b/doc/classes/MeshDataTool.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/MeshInstance.xml b/doc/classes/MeshInstance.xml index fea2e869e38..ef7e9b232b4 100644 --- a/doc/classes/MeshInstance.xml +++ b/doc/classes/MeshInstance.xml @@ -1,5 +1,5 @@ - + Node that instances meshes into a scenario. diff --git a/doc/classes/MeshLibrary.xml b/doc/classes/MeshLibrary.xml index 8648495d778..6bb07055d00 100644 --- a/doc/classes/MeshLibrary.xml +++ b/doc/classes/MeshLibrary.xml @@ -1,5 +1,5 @@ - + Library of meshes. diff --git a/doc/classes/MultiMesh.xml b/doc/classes/MultiMesh.xml index 1785eff1482..5cfbefb4407 100644 --- a/doc/classes/MultiMesh.xml +++ b/doc/classes/MultiMesh.xml @@ -1,5 +1,5 @@ - + Provides high performance mesh instancing. diff --git a/doc/classes/MultiMeshInstance.xml b/doc/classes/MultiMeshInstance.xml index bd9942f675a..ef5ff2f91fa 100644 --- a/doc/classes/MultiMeshInstance.xml +++ b/doc/classes/MultiMeshInstance.xml @@ -1,5 +1,5 @@ - + Node that instances a [MultiMesh]. diff --git a/doc/classes/Mutex.xml b/doc/classes/Mutex.xml index 581da7938df..1df50e76ee8 100644 --- a/doc/classes/Mutex.xml +++ b/doc/classes/Mutex.xml @@ -1,5 +1,5 @@ - + A synchronization Mutex. diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml index 0aecf26ae6d..cfd958af08e 100644 --- a/doc/classes/Navigation.xml +++ b/doc/classes/Navigation.xml @@ -1,5 +1,5 @@ - + Mesh-based navigation and pathfinding node. @@ -100,7 +100,7 @@ - Defines which direction is up. By default this is [code](0, 1, 0)[/code], which is the world up direction. + Defines which direction is up. By default this is [code](0, 1, 0)[/code], which is the world up direction. diff --git a/doc/classes/Navigation2D.xml b/doc/classes/Navigation2D.xml index ab649ab42c7..c70764aa253 100644 --- a/doc/classes/Navigation2D.xml +++ b/doc/classes/Navigation2D.xml @@ -1,5 +1,5 @@ - + 2D navigation and pathfinding node. diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index 0f45630eae9..504227860ca 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/NavigationMeshInstance.xml b/doc/classes/NavigationMeshInstance.xml index 49419632f2b..98bc925d4ce 100644 --- a/doc/classes/NavigationMeshInstance.xml +++ b/doc/classes/NavigationMeshInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/NavigationPolygon.xml b/doc/classes/NavigationPolygon.xml index 453049074b2..4a159e6783b 100644 --- a/doc/classes/NavigationPolygon.xml +++ b/doc/classes/NavigationPolygon.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/NavigationPolygonInstance.xml b/doc/classes/NavigationPolygonInstance.xml index 87ff7d68c29..92b72a0d98b 100644 --- a/doc/classes/NavigationPolygonInstance.xml +++ b/doc/classes/NavigationPolygonInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/NetworkedMultiplayerPeer.xml b/doc/classes/NetworkedMultiplayerPeer.xml index 3337fd7f2d0..e7af8103bb5 100644 --- a/doc/classes/NetworkedMultiplayerPeer.xml +++ b/doc/classes/NetworkedMultiplayerPeer.xml @@ -1,5 +1,5 @@ - + A high-level network interface to simplify multiplayer interactions. diff --git a/doc/classes/Nil.xml b/doc/classes/Nil.xml index aa798b74e0a..ea31a6400c1 100644 --- a/doc/classes/Nil.xml +++ b/doc/classes/Nil.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index 1c2931d6c46..c76f1786db4 100644 --- a/doc/classes/NinePatchRect.xml +++ b/doc/classes/NinePatchRect.xml @@ -1,5 +1,5 @@ - + Scalable texture-based frame that tiles the texture's centers and sides, but keeps the corners' original size. Perfect for panels and dialog boxes. diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 2ab8c7dfea5..57bb29deab9 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1,5 +1,5 @@ - + Base class for all [i]scene[/i] objects. diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml index 32078c66f9d..e7862485028 100644 --- a/doc/classes/Node2D.xml +++ b/doc/classes/Node2D.xml @@ -1,5 +1,5 @@ - + A 2D game object, parent of all 2D related nodes. Has a position, rotation, scale and Z-index. diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index 9762ebe9e5e..6478b53884b 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -1,5 +1,5 @@ - + Pre-parsed scene tree path. diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index b855f725d74..90608b1cf8a 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -1,5 +1,5 @@ - + Operating System functions. @@ -117,22 +117,6 @@ Returns the scancode of the given string (e.g. "Escape") - - - - - Returns the total number of available audio drivers. - - - - - - - - - Returns the audio driver name for the given index. - - @@ -415,6 +399,12 @@ Returns the on-screen keyboard's height in pixels. Returns 0 if there is no keyboard or it is currently hidden. + + + + + + @@ -683,7 +673,7 @@ If [code]true[/code] the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile. - + The current screen orientation. diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 897a8e3c600..118ec783adf 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -1,5 +1,5 @@ - + Base class for all non built-in types. diff --git a/doc/classes/OccluderPolygon2D.xml b/doc/classes/OccluderPolygon2D.xml index 0bd821d58b6..a606671a688 100644 --- a/doc/classes/OccluderPolygon2D.xml +++ b/doc/classes/OccluderPolygon2D.xml @@ -1,5 +1,5 @@ - + Defines a 2D polygon for LightOccluder2D. diff --git a/doc/classes/OmniLight.xml b/doc/classes/OmniLight.xml index 5af9fa953ec..c7078c04003 100644 --- a/doc/classes/OmniLight.xml +++ b/doc/classes/OmniLight.xml @@ -1,5 +1,5 @@ - + OmniDirectional Light, such as a light bulb or a candle. diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index a9098c913a4..9326bdb4567 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -1,5 +1,5 @@ - + Button control that provides selectable options when pressed. diff --git a/doc/classes/PCKPacker.xml b/doc/classes/PCKPacker.xml index 418f52e6e13..1e14551048a 100644 --- a/doc/classes/PCKPacker.xml +++ b/doc/classes/PCKPacker.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PHashTranslation.xml b/doc/classes/PHashTranslation.xml index 79c21a56b27..2563c37bea8 100644 --- a/doc/classes/PHashTranslation.xml +++ b/doc/classes/PHashTranslation.xml @@ -1,5 +1,5 @@ - + Optimized translation. diff --git a/doc/classes/PackedDataContainer.xml b/doc/classes/PackedDataContainer.xml index 4df972edfdb..71971d8b23f 100644 --- a/doc/classes/PackedDataContainer.xml +++ b/doc/classes/PackedDataContainer.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PackedDataContainerRef.xml b/doc/classes/PackedDataContainerRef.xml index bfa159540f8..9247c43c284 100644 --- a/doc/classes/PackedDataContainerRef.xml +++ b/doc/classes/PackedDataContainerRef.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 1a3f6f31ad7..c55eb0d1fb2 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -1,5 +1,5 @@ - + An abstraction of a serialized scene. diff --git a/doc/classes/PacketPeer.xml b/doc/classes/PacketPeer.xml index 63b727e13d5..ab58a648ea6 100644 --- a/doc/classes/PacketPeer.xml +++ b/doc/classes/PacketPeer.xml @@ -1,5 +1,5 @@ - + Abstraction and base class for packet-based protocols. diff --git a/doc/classes/PacketPeerStream.xml b/doc/classes/PacketPeerStream.xml index 4e01964ea51..baa03dd4a51 100644 --- a/doc/classes/PacketPeerStream.xml +++ b/doc/classes/PacketPeerStream.xml @@ -1,5 +1,5 @@ - + Wrapper to use a PacketPeer over a StreamPeer. diff --git a/doc/classes/PacketPeerUDP.xml b/doc/classes/PacketPeerUDP.xml index fd087102f95..a8db60873c5 100644 --- a/doc/classes/PacketPeerUDP.xml +++ b/doc/classes/PacketPeerUDP.xml @@ -1,5 +1,5 @@ - + UDP packet peer. diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml index 37839399362..f9ea04e7a2e 100644 --- a/doc/classes/Panel.xml +++ b/doc/classes/Panel.xml @@ -1,5 +1,5 @@ - + Provides an opaque background for [Control] children. diff --git a/doc/classes/PanelContainer.xml b/doc/classes/PanelContainer.xml index 66b5a7646cb..1c741f92f87 100644 --- a/doc/classes/PanelContainer.xml +++ b/doc/classes/PanelContainer.xml @@ -1,5 +1,5 @@ - + Panel container type. diff --git a/doc/classes/PanoramaSky.xml b/doc/classes/PanoramaSky.xml index 717d3009974..e6332bd1704 100644 --- a/doc/classes/PanoramaSky.xml +++ b/doc/classes/PanoramaSky.xml @@ -1,5 +1,5 @@ - + A type of [Sky] used to draw a background texture. diff --git a/doc/classes/ParallaxBackground.xml b/doc/classes/ParallaxBackground.xml index 46922efbbcc..647b5c90959 100644 --- a/doc/classes/ParallaxBackground.xml +++ b/doc/classes/ParallaxBackground.xml @@ -1,5 +1,5 @@ - + A node used to create a parallax scrolling background. diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml index a3077e7f9fa..b328566ebc9 100644 --- a/doc/classes/ParallaxLayer.xml +++ b/doc/classes/ParallaxLayer.xml @@ -1,5 +1,5 @@ - + A parallax scrolling layer to be used with [ParallaxBackground]. diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index 3a3e4d2a6e7..61de7b93143 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -1,5 +1,5 @@ - + 3D particle emitter. diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml index 3332442954a..d8bb9ad9e72 100644 --- a/doc/classes/Particles2D.xml +++ b/doc/classes/Particles2D.xml @@ -1,5 +1,5 @@ - + 2D particle emitter. diff --git a/doc/classes/ParticlesMaterial.xml b/doc/classes/ParticlesMaterial.xml index ad7060249cd..504cefa9691 100644 --- a/doc/classes/ParticlesMaterial.xml +++ b/doc/classes/ParticlesMaterial.xml @@ -1,5 +1,5 @@ - + Particle properties for [Particles] and [Particles2D] nodes. diff --git a/doc/classes/Path.xml b/doc/classes/Path.xml index a8bd874bef4..ee18bfb314f 100644 --- a/doc/classes/Path.xml +++ b/doc/classes/Path.xml @@ -1,5 +1,5 @@ - + Container for a [Curve3D]. diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index 5eb6c51debb..fd2e25f6e75 100644 --- a/doc/classes/Path2D.xml +++ b/doc/classes/Path2D.xml @@ -1,5 +1,5 @@ - + Contains a [Curve2D] path for [PathFollow2D] nodes to follow. diff --git a/doc/classes/PathFollow.xml b/doc/classes/PathFollow.xml index aafff54db2f..19ca28e0605 100644 --- a/doc/classes/PathFollow.xml +++ b/doc/classes/PathFollow.xml @@ -1,5 +1,5 @@ - + Point sampler for a [Path]. diff --git a/doc/classes/PathFollow2D.xml b/doc/classes/PathFollow2D.xml index cbb5c47ce3b..ecbe39da52d 100644 --- a/doc/classes/PathFollow2D.xml +++ b/doc/classes/PathFollow2D.xml @@ -1,5 +1,5 @@ - + Point sampler for a [Path2D]. diff --git a/doc/classes/Performance.xml b/doc/classes/Performance.xml index 2815e1b8654..d276c68621a 100644 --- a/doc/classes/Performance.xml +++ b/doc/classes/Performance.xml @@ -1,5 +1,5 @@ - + Exposes performance related data. diff --git a/doc/classes/Physics2DDirectBodyState.xml b/doc/classes/Physics2DDirectBodyState.xml index 09c8dbbdaf2..acb3a31d7dd 100644 --- a/doc/classes/Physics2DDirectBodyState.xml +++ b/doc/classes/Physics2DDirectBodyState.xml @@ -1,5 +1,5 @@ - + Direct access object to a physics body in the [Physics2DServer]. diff --git a/doc/classes/Physics2DDirectBodyStateSW.xml b/doc/classes/Physics2DDirectBodyStateSW.xml index 9eb3dcd9fc1..dd8322e99dd 100644 --- a/doc/classes/Physics2DDirectBodyStateSW.xml +++ b/doc/classes/Physics2DDirectBodyStateSW.xml @@ -1,5 +1,5 @@ - + Software implementation of [Physics2DDirectBodyState]. diff --git a/doc/classes/Physics2DDirectSpaceState.xml b/doc/classes/Physics2DDirectSpaceState.xml index b72e242027a..89c825599ed 100644 --- a/doc/classes/Physics2DDirectSpaceState.xml +++ b/doc/classes/Physics2DDirectSpaceState.xml @@ -1,5 +1,5 @@ - + Direct access object to a space in the [Physics2DServer]. diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index 918cc58fb6c..cbc8a39cf99 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -1,5 +1,5 @@ - + Physics 2D Server. diff --git a/doc/classes/Physics2DServerSW.xml b/doc/classes/Physics2DServerSW.xml index 4f0b078681d..002733c97ff 100644 --- a/doc/classes/Physics2DServerSW.xml +++ b/doc/classes/Physics2DServerSW.xml @@ -1,5 +1,5 @@ - + Software implementation of [Physics2DServer]. diff --git a/doc/classes/Physics2DShapeQueryParameters.xml b/doc/classes/Physics2DShapeQueryParameters.xml index c43ea487cd9..0e1ff6989a7 100644 --- a/doc/classes/Physics2DShapeQueryParameters.xml +++ b/doc/classes/Physics2DShapeQueryParameters.xml @@ -1,5 +1,5 @@ - + Parameters to be sent to a 2D shape physics query. diff --git a/doc/classes/Physics2DShapeQueryResult.xml b/doc/classes/Physics2DShapeQueryResult.xml index 14bdac2096b..0fa2b8e4ee3 100644 --- a/doc/classes/Physics2DShapeQueryResult.xml +++ b/doc/classes/Physics2DShapeQueryResult.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Physics2DTestMotionResult.xml b/doc/classes/Physics2DTestMotionResult.xml index a1427033f5d..341626ca969 100644 --- a/doc/classes/Physics2DTestMotionResult.xml +++ b/doc/classes/Physics2DTestMotionResult.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PhysicsBody.xml b/doc/classes/PhysicsBody.xml index 8aad6a30304..f9c96cf621d 100644 --- a/doc/classes/PhysicsBody.xml +++ b/doc/classes/PhysicsBody.xml @@ -1,5 +1,5 @@ - + Base class for all objects affected by physics in 3D space. diff --git a/doc/classes/PhysicsBody2D.xml b/doc/classes/PhysicsBody2D.xml index c9796ca65df..df69451924f 100644 --- a/doc/classes/PhysicsBody2D.xml +++ b/doc/classes/PhysicsBody2D.xml @@ -1,5 +1,5 @@ - + Base class for all objects affected by physics in 2D space. diff --git a/doc/classes/PhysicsDirectBodyState.xml b/doc/classes/PhysicsDirectBodyState.xml index b5ca63269e6..89a2ef5f196 100644 --- a/doc/classes/PhysicsDirectBodyState.xml +++ b/doc/classes/PhysicsDirectBodyState.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PhysicsDirectSpaceState.xml b/doc/classes/PhysicsDirectSpaceState.xml index 2d7d801210f..642d35c3a41 100644 --- a/doc/classes/PhysicsDirectSpaceState.xml +++ b/doc/classes/PhysicsDirectSpaceState.xml @@ -1,5 +1,5 @@ - + Direct access object to a space in the [PhysicsServer]. diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 1e874e32e28..3e105a827c1 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1,5 +1,5 @@ - + Server interface for low level physics access. diff --git a/doc/classes/PhysicsShapeQueryParameters.xml b/doc/classes/PhysicsShapeQueryParameters.xml index 5573d5bc7bf..f0dc9596c26 100644 --- a/doc/classes/PhysicsShapeQueryParameters.xml +++ b/doc/classes/PhysicsShapeQueryParameters.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PhysicsShapeQueryResult.xml b/doc/classes/PhysicsShapeQueryResult.xml index 60c54561051..426b99b1d00 100644 --- a/doc/classes/PhysicsShapeQueryResult.xml +++ b/doc/classes/PhysicsShapeQueryResult.xml @@ -1,5 +1,5 @@ - + Result of a shape query in Physics2DServer. diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml index ef87f32cd72..782d6682983 100644 --- a/doc/classes/PinJoint.xml +++ b/doc/classes/PinJoint.xml @@ -1,5 +1,5 @@ - + Pin Joint for 3D Shapes. diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml index 85689bc9d29..4a66937a545 100644 --- a/doc/classes/PinJoint2D.xml +++ b/doc/classes/PinJoint2D.xml @@ -1,5 +1,5 @@ - + Pin Joint for 2D Shapes. diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index 3bbd7514c50..7b483253fab 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -1,5 +1,5 @@ - + Plane in hessian form. diff --git a/doc/classes/PlaneMesh.xml b/doc/classes/PlaneMesh.xml index 07cc854bc23..8523ecf394b 100644 --- a/doc/classes/PlaneMesh.xml +++ b/doc/classes/PlaneMesh.xml @@ -1,5 +1,5 @@ - + Class representing a planar [PrimitiveMesh]. diff --git a/doc/classes/PlaneShape.xml b/doc/classes/PlaneShape.xml index 766182f5e6a..4a5f2005c24 100644 --- a/doc/classes/PlaneShape.xml +++ b/doc/classes/PlaneShape.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index 2eef97e46e7..ce9b300559e 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -1,5 +1,5 @@ - + A 2D polygon. diff --git a/doc/classes/PolygonPathFinder.xml b/doc/classes/PolygonPathFinder.xml index 27db579963c..5c525d56f0b 100644 --- a/doc/classes/PolygonPathFinder.xml +++ b/doc/classes/PolygonPathFinder.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml index c3c2d7a794f..7de198f8716 100644 --- a/doc/classes/PoolByteArray.xml +++ b/doc/classes/PoolByteArray.xml @@ -1,5 +1,5 @@ - + Raw byte array. diff --git a/doc/classes/PoolColorArray.xml b/doc/classes/PoolColorArray.xml index 08ceb31904b..ea854a383ee 100644 --- a/doc/classes/PoolColorArray.xml +++ b/doc/classes/PoolColorArray.xml @@ -1,5 +1,5 @@ - + Array of Colors diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml index 0f806611aa8..9bc447fe684 100644 --- a/doc/classes/PoolIntArray.xml +++ b/doc/classes/PoolIntArray.xml @@ -1,5 +1,5 @@ - + Integer Array. diff --git a/doc/classes/PoolRealArray.xml b/doc/classes/PoolRealArray.xml index 32ad5fde65b..92804d1efbe 100644 --- a/doc/classes/PoolRealArray.xml +++ b/doc/classes/PoolRealArray.xml @@ -1,5 +1,5 @@ - + Real Array. diff --git a/doc/classes/PoolStringArray.xml b/doc/classes/PoolStringArray.xml index ba8a87435fc..1ddf81a0b33 100644 --- a/doc/classes/PoolStringArray.xml +++ b/doc/classes/PoolStringArray.xml @@ -1,5 +1,5 @@ - + String Array. diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index e446defb284..b77759bb4f0 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -1,5 +1,5 @@ - + An Array of Vector2. diff --git a/doc/classes/PoolVector3Array.xml b/doc/classes/PoolVector3Array.xml index dc2b3d527cb..4fe5f99d114 100644 --- a/doc/classes/PoolVector3Array.xml +++ b/doc/classes/PoolVector3Array.xml @@ -1,5 +1,5 @@ - + An Array of Vector3. diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index bcf941ede61..53191f01c1e 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -1,5 +1,5 @@ - + Base container control for popups and dialogs. @@ -50,7 +50,7 @@ - If [code]true[/code] the popup will not be hidden when a click event occurs outside of it, or when it receives the [code]ui_cancel[/code] action event. + If [code]true[/code] the popup will not be hidden when a click event occurs outside of it, or when it receives the [code]ui_cancel[/code] action event. diff --git a/doc/classes/PopupDialog.xml b/doc/classes/PopupDialog.xml index 29ceacadaed..a354d3d7545 100644 --- a/doc/classes/PopupDialog.xml +++ b/doc/classes/PopupDialog.xml @@ -1,5 +1,5 @@ - + Base class for Popup Dialogs. diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index f6b1423c7d1..2d90be6709c 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -1,5 +1,5 @@ - + PopupMenu displays a list of options. @@ -24,19 +24,6 @@ Add a new checkable item with text "label". An id can optionally be provided, as well as an accelerator. If no id is provided, one will be created from the index. Note that checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. - - - - - - - - - - - The same as [method add_check_item] but the inserted item will look as a radio button. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups. - - @@ -49,18 +36,6 @@ - - - - - - - - - - - - @@ -77,21 +52,6 @@ created from the index. Note that checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. - - - - - - - - - - - - - The same as [method add_icon_check_item] but the inserted item will look as a radio button. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups. - - @@ -148,6 +108,31 @@ Add a new item with text "label". An id can optionally be provided, as well as an accelerator keybinding. If no id is provided, one will be created from the index. + + + + + + + + + + + The same as [method add_check_item] but the inserted item will look as a radio button. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups. + + + + + + + + + + + + + + @@ -282,15 +267,6 @@ Return whether the item at index "idx" is checkable in some way, i.e., whether has a checkbox or radio button. Note that checkable items just display a checkmark or radio button, but don't have any built-in checking behavior and must be checked/unchecked manually. - - - - - - - Return whether the item at index "idx" has radio-button-style checkability. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups. - - @@ -309,6 +285,15 @@ Return whether the item at index "idx" is disabled. When it is disabled it can't be selected, or its action invoked. + + + + + + + Return whether the item at index "idx" has radio-button-style checkability. Remember this is just cosmetic and you have to add the logic for checking/unchecking items in radio groups. + + @@ -544,6 +529,10 @@ + + + + diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml index 6b2ccc57557..ed89888ba1a 100644 --- a/doc/classes/PopupPanel.xml +++ b/doc/classes/PopupPanel.xml @@ -1,5 +1,5 @@ - + Class for displaying popups with a panel background. diff --git a/doc/classes/Position2D.xml b/doc/classes/Position2D.xml index 3497fbd9fd7..1fad1e82058 100644 --- a/doc/classes/Position2D.xml +++ b/doc/classes/Position2D.xml @@ -1,5 +1,5 @@ - + Generic 2D Position hint for editing. diff --git a/doc/classes/Position3D.xml b/doc/classes/Position3D.xml index b70338b5f08..891b1884f67 100644 --- a/doc/classes/Position3D.xml +++ b/doc/classes/Position3D.xml @@ -1,5 +1,5 @@ - + Generic 3D Position hint for editing. diff --git a/doc/classes/PrimitiveMesh.xml b/doc/classes/PrimitiveMesh.xml index d7c3392455b..e2e4d7836e4 100644 --- a/doc/classes/PrimitiveMesh.xml +++ b/doc/classes/PrimitiveMesh.xml @@ -1,5 +1,5 @@ - + Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh. @@ -19,6 +19,8 @@ + + The current [Material] of the primitive mesh. diff --git a/doc/classes/PrismMesh.xml b/doc/classes/PrismMesh.xml index 1e75dfe5bf8..acfd507d1e5 100644 --- a/doc/classes/PrismMesh.xml +++ b/doc/classes/PrismMesh.xml @@ -1,5 +1,5 @@ - + Class representing a prism-shaped [PrimitiveMesh]. diff --git a/doc/classes/ProceduralSky.xml b/doc/classes/ProceduralSky.xml index 3ded57b1f3f..95cb4b0a3c6 100644 --- a/doc/classes/ProceduralSky.xml +++ b/doc/classes/ProceduralSky.xml @@ -1,5 +1,5 @@ - + Type of [Sky] that is generated procedurally based on user input parameters. @@ -54,7 +54,7 @@ Amount of energy contribution from the sun. - The suns height using polar coordinates. + The suns height using polar coordinates. The direction of the sun using polar coordinates. diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index 6f5a40f3b90..0928dd1555e 100644 --- a/doc/classes/ProgressBar.xml +++ b/doc/classes/ProgressBar.xml @@ -1,5 +1,5 @@ - + General purpose progress bar. diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 583a68591f4..b6ec5577748 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1,5 +1,5 @@ - + Contains global variables accessible from everywhere. diff --git a/doc/classes/ProximityGroup.xml b/doc/classes/ProximityGroup.xml index d79fc52f237..e233e915ea2 100644 --- a/doc/classes/ProximityGroup.xml +++ b/doc/classes/ProximityGroup.xml @@ -1,5 +1,5 @@ - + General purpose proximity-detection node. diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml index a80717a2916..1bc235ac757 100644 --- a/doc/classes/ProxyTexture.xml +++ b/doc/classes/ProxyTexture.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/QuadMesh.xml b/doc/classes/QuadMesh.xml index 98c31aa0424..a637d20641e 100644 --- a/doc/classes/QuadMesh.xml +++ b/doc/classes/QuadMesh.xml @@ -1,5 +1,5 @@ - + Class representing a square mesh. diff --git a/doc/classes/Quat.xml b/doc/classes/Quat.xml index e891dd8c412..d5645ddcb4d 100644 --- a/doc/classes/Quat.xml +++ b/doc/classes/Quat.xml @@ -1,5 +1,5 @@ - + Quaternion. diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml index dd2d4ec8a5c..7f69f4dc864 100644 --- a/doc/classes/RID.xml +++ b/doc/classes/RID.xml @@ -1,5 +1,5 @@ - + Handle for a [Resource]'s unique ID. diff --git a/doc/classes/Range.xml b/doc/classes/Range.xml index 00bd94c0457..212add9704d 100644 --- a/doc/classes/Range.xml +++ b/doc/classes/Range.xml @@ -1,5 +1,5 @@ - + Abstract base class for range-based controls. diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml index 704a6ce3a39..955f33cc761 100644 --- a/doc/classes/RayCast.xml +++ b/doc/classes/RayCast.xml @@ -1,5 +1,5 @@ - + Query the closest object intersecting a ray. diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml index 35cfb5b2620..284bd9b7886 100644 --- a/doc/classes/RayCast2D.xml +++ b/doc/classes/RayCast2D.xml @@ -1,5 +1,5 @@ - + Query the closest object intersecting a ray. diff --git a/doc/classes/RayShape.xml b/doc/classes/RayShape.xml index 3736d38e61e..87bb0d4e505 100644 --- a/doc/classes/RayShape.xml +++ b/doc/classes/RayShape.xml @@ -1,5 +1,5 @@ - + Ray shape for 3D collisions. diff --git a/doc/classes/RayShape2D.xml b/doc/classes/RayShape2D.xml index 4183107c46e..db9ea98ef5b 100644 --- a/doc/classes/RayShape2D.xml +++ b/doc/classes/RayShape2D.xml @@ -1,5 +1,5 @@ - + Ray shape for 2D collisions. diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index 486459c1e48..d47e5d94fdc 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -1,5 +1,5 @@ - + 2D Axis-aligned bounding box. diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml index c38b934479e..d0a89ad1a14 100644 --- a/doc/classes/RectangleShape2D.xml +++ b/doc/classes/RectangleShape2D.xml @@ -1,5 +1,5 @@ - + Rectangle shape for 2D collisions. diff --git a/doc/classes/Reference.xml b/doc/classes/Reference.xml index d580b29eca1..7e399eac27a 100644 --- a/doc/classes/Reference.xml +++ b/doc/classes/Reference.xml @@ -1,5 +1,5 @@ - + Base class for anything that keeps a reference count. diff --git a/doc/classes/ReferenceRect.xml b/doc/classes/ReferenceRect.xml index daf1ac2462f..2cec8b0858b 100644 --- a/doc/classes/ReferenceRect.xml +++ b/doc/classes/ReferenceRect.xml @@ -1,5 +1,5 @@ - + Reference frame for GUI. diff --git a/doc/classes/ReflectionProbe.xml b/doc/classes/ReflectionProbe.xml index 7422bd7dafa..54e70e867e6 100644 --- a/doc/classes/ReflectionProbe.xml +++ b/doc/classes/ReflectionProbe.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml index 5b3feed7920..a5e6e30c625 100644 --- a/doc/classes/RemoteTransform.xml +++ b/doc/classes/RemoteTransform.xml @@ -1,5 +1,5 @@ - + RemoteTransform leads the [Transform] of another [Spatial] derived Node in the scene. diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 08e2075f69b..30b181867a9 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -1,5 +1,5 @@ - + RemoteTransform2D leads the [Transform2D] of another [CanvasItem] derived Node in the scene. diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml index 61c2653cba0..f8c32a3cf1e 100644 --- a/doc/classes/Resource.xml +++ b/doc/classes/Resource.xml @@ -1,5 +1,5 @@ - + Base class for all resources. diff --git a/doc/classes/ResourceImporter.xml b/doc/classes/ResourceImporter.xml index a99241439de..198a36b3dcb 100644 --- a/doc/classes/ResourceImporter.xml +++ b/doc/classes/ResourceImporter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ResourceInteractiveLoader.xml b/doc/classes/ResourceInteractiveLoader.xml index 4fd76887772..4e99b0a48b0 100644 --- a/doc/classes/ResourceInteractiveLoader.xml +++ b/doc/classes/ResourceInteractiveLoader.xml @@ -1,5 +1,5 @@ - + Interactive Resource Loader. diff --git a/doc/classes/ResourceLoader.xml b/doc/classes/ResourceLoader.xml index e6538cc3a5a..80022aeb59d 100644 --- a/doc/classes/ResourceLoader.xml +++ b/doc/classes/ResourceLoader.xml @@ -1,5 +1,5 @@ - + Resource Loader. diff --git a/doc/classes/ResourcePreloader.xml b/doc/classes/ResourcePreloader.xml index 985d02c6c76..06a7d5bbe7a 100644 --- a/doc/classes/ResourcePreloader.xml +++ b/doc/classes/ResourcePreloader.xml @@ -1,5 +1,5 @@ - + Resource Preloader Node. diff --git a/doc/classes/ResourceSaver.xml b/doc/classes/ResourceSaver.xml index 0ea3470a516..a4aa0ce1d79 100644 --- a/doc/classes/ResourceSaver.xml +++ b/doc/classes/ResourceSaver.xml @@ -1,5 +1,5 @@ - + Resource Saving Interface. diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 6e7350e1cc4..c666a953ae4 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -1,5 +1,5 @@ - + Label that displays rich text. diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml index 2a7364b5fb2..7bd095407f9 100644 --- a/doc/classes/RigidBody.xml +++ b/doc/classes/RigidBody.xml @@ -1,5 +1,5 @@ - + Physics Body whose position is determined through physics simulation in 3D space. diff --git a/doc/classes/RigidBody2D.xml b/doc/classes/RigidBody2D.xml index 7d85797741c..a2d429561e6 100644 --- a/doc/classes/RigidBody2D.xml +++ b/doc/classes/RigidBody2D.xml @@ -1,5 +1,5 @@ - + A body that is controlled by the 2D physics engine. diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml index 9d1345a4038..f8d51548837 100644 --- a/doc/classes/SceneState.xml +++ b/doc/classes/SceneState.xml @@ -1,5 +1,5 @@ - + A script interface to a scene file's data. diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 47d2ddea7b4..1f7f938b050 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -1,5 +1,5 @@ - + SceneTree manages a hierarchy of nodes. @@ -359,7 +359,7 @@ - Emitted whenever the SceneTree hierarchy changed (children being moved or renamed, etc.). + Emitted whenever the SceneTree hierarchy changed (children being moved or renamed, etc.). diff --git a/doc/classes/SceneTreeTimer.xml b/doc/classes/SceneTreeTimer.xml index c495358d928..ca898e77c7c 100644 --- a/doc/classes/SceneTreeTimer.xml +++ b/doc/classes/SceneTreeTimer.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 78a2e928bed..adcc7874ffe 100644 --- a/doc/classes/Script.xml +++ b/doc/classes/Script.xml @@ -1,5 +1,5 @@ - + A class stored as a resource. diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 680f40ebec9..be66bd7c960 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ScrollBar.xml b/doc/classes/ScrollBar.xml index e6c9219ece0..0aa119eee6b 100644 --- a/doc/classes/ScrollBar.xml +++ b/doc/classes/ScrollBar.xml @@ -1,5 +1,5 @@ - + Base class for scroll bars. diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml index 4e260b2b1e0..09639502dd9 100644 --- a/doc/classes/ScrollContainer.xml +++ b/doc/classes/ScrollContainer.xml @@ -1,5 +1,5 @@ - + A helper node for displaying scrollable elements (e.g. lists). @@ -13,6 +13,8 @@ + + The current horizontal scroll value. diff --git a/doc/classes/SegmentShape2D.xml b/doc/classes/SegmentShape2D.xml index ec824e6ccb5..be5729cc1b4 100644 --- a/doc/classes/SegmentShape2D.xml +++ b/doc/classes/SegmentShape2D.xml @@ -1,5 +1,5 @@ - + Segment shape for 2D collisions. diff --git a/doc/classes/Semaphore.xml b/doc/classes/Semaphore.xml index 93617f67dad..dbab136cf56 100644 --- a/doc/classes/Semaphore.xml +++ b/doc/classes/Semaphore.xml @@ -1,5 +1,5 @@ - + A synchronization Semaphore. diff --git a/doc/classes/Separator.xml b/doc/classes/Separator.xml index 4d057075e2e..20b159c9088 100644 --- a/doc/classes/Separator.xml +++ b/doc/classes/Separator.xml @@ -1,5 +1,5 @@ - + Base class for separators. diff --git a/doc/classes/Shader.xml b/doc/classes/Shader.xml index 3b7bd1e93f8..f51b33d171c 100644 --- a/doc/classes/Shader.xml +++ b/doc/classes/Shader.xml @@ -1,5 +1,5 @@ - + A custom shader program. diff --git a/doc/classes/ShaderMaterial.xml b/doc/classes/ShaderMaterial.xml index 31f194e64bc..6625f5763b3 100644 --- a/doc/classes/ShaderMaterial.xml +++ b/doc/classes/ShaderMaterial.xml @@ -1,5 +1,5 @@ - + A material that uses a custom [Shader] program @@ -17,7 +17,7 @@ - Returns the current value set for this material of a uniform in the shader + Returns the current value set for this material of a uniform in the shader diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index 3552e0a95ff..a1ebd7b052a 100644 --- a/doc/classes/Shape.xml +++ b/doc/classes/Shape.xml @@ -1,5 +1,5 @@ - + Base class for all 3D shape resources. diff --git a/doc/classes/Shape2D.xml b/doc/classes/Shape2D.xml index 7cf7f9e625c..1c89ee24055 100644 --- a/doc/classes/Shape2D.xml +++ b/doc/classes/Shape2D.xml @@ -1,5 +1,5 @@ - + Base class for all 2D Shapes. diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml index d7be4ce0f69..755294c90ab 100644 --- a/doc/classes/ShortCut.xml +++ b/doc/classes/ShortCut.xml @@ -1,5 +1,5 @@ - + A shortcut for binding input. diff --git a/doc/classes/Skeleton.xml b/doc/classes/Skeleton.xml index 6a1995f0295..5f5c5314ddc 100644 --- a/doc/classes/Skeleton.xml +++ b/doc/classes/Skeleton.xml @@ -1,5 +1,5 @@ - + Skeleton for characters and animated objects. diff --git a/doc/classes/Sky.xml b/doc/classes/Sky.xml index 8b531712e59..de01fb05b87 100644 --- a/doc/classes/Sky.xml +++ b/doc/classes/Sky.xml @@ -1,5 +1,5 @@ - + The base class for [PanoramaSky] and [ProceduralSky]. diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index bc632f1396a..ad21c73cd4b 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -1,5 +1,5 @@ - + Base class for GUI Sliders. diff --git a/doc/classes/SliderJoint.xml b/doc/classes/SliderJoint.xml index 63334a6d9f2..7d0c0ca6715 100644 --- a/doc/classes/SliderJoint.xml +++ b/doc/classes/SliderJoint.xml @@ -1,5 +1,5 @@ - + Piston kind of slider between two bodies in 3D. diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 225639d6e8b..c993bdff736 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -1,5 +1,5 @@ - + Most basic 3D game object, parent of all 3D related nodes. diff --git a/doc/classes/SpatialGizmo.xml b/doc/classes/SpatialGizmo.xml index 73daae58010..77fa9992203 100644 --- a/doc/classes/SpatialGizmo.xml +++ b/doc/classes/SpatialGizmo.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml index c76640e7719..c863fe95f0d 100644 --- a/doc/classes/SpatialMaterial.xml +++ b/doc/classes/SpatialMaterial.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/SpatialVelocityTracker.xml b/doc/classes/SpatialVelocityTracker.xml index 2c3a9e55efc..0c87155308e 100644 --- a/doc/classes/SpatialVelocityTracker.xml +++ b/doc/classes/SpatialVelocityTracker.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/SphereMesh.xml b/doc/classes/SphereMesh.xml index 0707db96226..6aadf92de69 100644 --- a/doc/classes/SphereMesh.xml +++ b/doc/classes/SphereMesh.xml @@ -1,5 +1,5 @@ - + Class representing a spherical [PrimitiveMesh]. diff --git a/doc/classes/SphereShape.xml b/doc/classes/SphereShape.xml index f5e2da941eb..b6d50a9f782 100644 --- a/doc/classes/SphereShape.xml +++ b/doc/classes/SphereShape.xml @@ -1,5 +1,5 @@ - + Sphere shape for 3D collisions. diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index a097c0c6d79..e3aad9c3955 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -1,5 +1,5 @@ - + Numerical input text field. diff --git a/doc/classes/SplitContainer.xml b/doc/classes/SplitContainer.xml index 9f0e232626b..92d631add07 100644 --- a/doc/classes/SplitContainer.xml +++ b/doc/classes/SplitContainer.xml @@ -1,5 +1,5 @@ - + Container for splitting and adjusting. diff --git a/doc/classes/SpotLight.xml b/doc/classes/SpotLight.xml index b60eccb6032..136e59c8894 100644 --- a/doc/classes/SpotLight.xml +++ b/doc/classes/SpotLight.xml @@ -1,5 +1,5 @@ - + Spotlight [Light], such as a reflector spotlight or a lantern. diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index c98bad51083..cfee9724e67 100644 --- a/doc/classes/Sprite.xml +++ b/doc/classes/Sprite.xml @@ -1,5 +1,5 @@ - + General purpose Sprite node. diff --git a/doc/classes/Sprite3D.xml b/doc/classes/Sprite3D.xml index 5ffd13e218f..7a5f4dcb0f2 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -1,5 +1,5 @@ - + 2D Sprite node in 3D world. diff --git a/doc/classes/SpriteBase3D.xml b/doc/classes/SpriteBase3D.xml index 010601955b1..6f8447893d5 100644 --- a/doc/classes/SpriteBase3D.xml +++ b/doc/classes/SpriteBase3D.xml @@ -1,5 +1,5 @@ - + 2D Sprite node in 3D environment. diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml index 813cfad1c1b..7ab22ea03e6 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -1,5 +1,5 @@ - + Sprite frame library for AnimatedSprite. diff --git a/doc/classes/StaticBody.xml b/doc/classes/StaticBody.xml index 0958acaaa4d..456aeca21af 100644 --- a/doc/classes/StaticBody.xml +++ b/doc/classes/StaticBody.xml @@ -1,5 +1,5 @@ - + Static body for 3D Physics. diff --git a/doc/classes/StaticBody2D.xml b/doc/classes/StaticBody2D.xml index 2bc2d53d1e9..09f577b74b3 100644 --- a/doc/classes/StaticBody2D.xml +++ b/doc/classes/StaticBody2D.xml @@ -1,5 +1,5 @@ - + Static body for 2D Physics. diff --git a/doc/classes/StreamPeer.xml b/doc/classes/StreamPeer.xml index 77f7e65a5e3..f085a842dee 100644 --- a/doc/classes/StreamPeer.xml +++ b/doc/classes/StreamPeer.xml @@ -1,5 +1,5 @@ - + Abstraction and base class for stream-based protocols. diff --git a/doc/classes/StreamPeerBuffer.xml b/doc/classes/StreamPeerBuffer.xml index 7fd06bc1a6f..4c41011926f 100644 --- a/doc/classes/StreamPeerBuffer.xml +++ b/doc/classes/StreamPeerBuffer.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 9df32fe587e..db795cda03d 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -1,5 +1,5 @@ - + SSL Stream peer. diff --git a/doc/classes/StreamPeerTCP.xml b/doc/classes/StreamPeerTCP.xml index 85c334e031e..32933a4e235 100644 --- a/doc/classes/StreamPeerTCP.xml +++ b/doc/classes/StreamPeerTCP.xml @@ -1,5 +1,5 @@ - + TCP Stream peer. diff --git a/doc/classes/StreamTexture.xml b/doc/classes/StreamTexture.xml index c407f8f4c6e..4c9ff615ca1 100644 --- a/doc/classes/StreamTexture.xml +++ b/doc/classes/StreamTexture.xml @@ -1,5 +1,5 @@ - + A .stex texture. diff --git a/doc/classes/String.xml b/doc/classes/String.xml index c2f3de5ed09..c4f58787520 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -1,5 +1,5 @@ - + Built-in string class. diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml index 8d345e53154..b4d2a36a9a4 100644 --- a/doc/classes/StyleBox.xml +++ b/doc/classes/StyleBox.xml @@ -1,5 +1,5 @@ - + Base class for drawing stylized boxes for the UI. diff --git a/doc/classes/StyleBoxEmpty.xml b/doc/classes/StyleBoxEmpty.xml index 4f0da081fea..3079fdf36c0 100644 --- a/doc/classes/StyleBoxEmpty.xml +++ b/doc/classes/StyleBoxEmpty.xml @@ -1,5 +1,5 @@ - + Empty stylebox (does not display anything). diff --git a/doc/classes/StyleBoxFlat.xml b/doc/classes/StyleBoxFlat.xml index 5f1519b7019..fc6c638b351 100644 --- a/doc/classes/StyleBoxFlat.xml +++ b/doc/classes/StyleBoxFlat.xml @@ -1,5 +1,5 @@ - + Customizable Stylebox with a given set of parameters. (no texture required) diff --git a/doc/classes/StyleBoxLine.xml b/doc/classes/StyleBoxLine.xml index 84eeeb17178..dc5c9278cec 100644 --- a/doc/classes/StyleBoxLine.xml +++ b/doc/classes/StyleBoxLine.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index 09859524afa..e686a871caf 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -1,5 +1,5 @@ - + Texture Based 3x3 scale style. diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index ce698a5d95b..3ee440084df 100644 --- a/doc/classes/SurfaceTool.xml +++ b/doc/classes/SurfaceTool.xml @@ -1,5 +1,5 @@ - + Helper tool to create geometry. diff --git a/doc/classes/TCP_Server.xml b/doc/classes/TCP_Server.xml index 3c61e0f1bd8..83e6865ff47 100644 --- a/doc/classes/TCP_Server.xml +++ b/doc/classes/TCP_Server.xml @@ -1,5 +1,5 @@ - + TCP Server. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 2805ab84121..8a48d2e0ebf 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -1,5 +1,5 @@ - + Tabbed Container. diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 309a7f543a2..5c25ec9f0c9 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -1,5 +1,5 @@ - + Tabs Control. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 9aa7dc6a218..1304bd8ea04 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1,5 +1,5 @@ - + Multiline text editing control. diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index a462fa3d79b..f84d0822bee 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -1,5 +1,5 @@ - + Texture for 2D and 3D. diff --git a/doc/classes/TextureButton.xml b/doc/classes/TextureButton.xml index 7d17af18c1c..8c26e2c760e 100644 --- a/doc/classes/TextureButton.xml +++ b/doc/classes/TextureButton.xml @@ -1,5 +1,5 @@ - + Texture-based button. Supports Pressed, Hover, Disabled and Focused states. diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index f14441d888f..e693287bce2 100644 --- a/doc/classes/TextureProgress.xml +++ b/doc/classes/TextureProgress.xml @@ -1,5 +1,5 @@ - + Texture-based progress bar. Useful for loading screens and life or stamina bars. diff --git a/doc/classes/TextureRect.xml b/doc/classes/TextureRect.xml index 803cf5b8146..109fb99ca82 100644 --- a/doc/classes/TextureRect.xml +++ b/doc/classes/TextureRect.xml @@ -1,5 +1,5 @@ - + Control for drawing textures. diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index 85ec25f8e01..6220ef5a96e 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -1,5 +1,5 @@ - + Theme for controls. diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 63894effa1f..db86bcb76d1 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -1,5 +1,5 @@ - + A unit of execution in a process. diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml index abe4890e47c..2bd90d97078 100644 --- a/doc/classes/TileMap.xml +++ b/doc/classes/TileMap.xml @@ -1,5 +1,5 @@ - + Node for 2D tile-based maps. @@ -45,7 +45,7 @@ - Returns [code]true[/code] if the given collision layer bit is set. + Returns [code]true[/code] if the given collision layer bit is set. @@ -54,7 +54,7 @@ - Returns [code]true[/code] if the given collision mask bit is set. + Returns [code]true[/code] if the given collision mask bit is set. @@ -70,14 +70,14 @@ - Returns an array of all cells with the given tile id. + Returns an array of all cells with the given tile id. - Returns a rectangle enclosing the used (non-empty) tiles of the map. + Returns a rectangle enclosing the used (non-empty) tiles of the map. @@ -121,7 +121,7 @@ - Returns the global position corresponding to the given tilemap (grid-based) coordinates. + Returns the global position corresponding to the given tilemap (grid-based) coordinates. Optionally, the tilemap's half offset can be ignored. @@ -186,7 +186,7 @@ - Sets the given collision mask bit. + Sets the given collision mask bit. @@ -216,7 +216,7 @@ - Returns the tilemap (grid-based) coordinatescorresponding to the given global position. + Returns the tilemap (grid-based) coordinatescorresponding to the given global position. diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 3fb913af72e..840294fb4db 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -1,5 +1,5 @@ - + Tile library for tilemaps. diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 9ae484054da..589bf8337ba 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -1,5 +1,5 @@ - + A countdown timer. diff --git a/doc/classes/ToolButton.xml b/doc/classes/ToolButton.xml index 6b3f79e496e..d91ec2b8282 100644 --- a/doc/classes/ToolButton.xml +++ b/doc/classes/ToolButton.xml @@ -1,5 +1,5 @@ - + Flat button helper class. diff --git a/doc/classes/TouchScreenButton.xml b/doc/classes/TouchScreenButton.xml index 1e988830969..9e1d3c99e27 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -1,5 +1,5 @@ - + Button for touch screen devices. diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index ea8c7acb833..b9800ffb053 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -1,5 +1,5 @@ - + 3D Transformation. 3x4 matrix. diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index df6b4b5653d..85afa92ccdd 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -1,5 +1,5 @@ - + 2D Transformation. 3x2 matrix. diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml index 34f326d6b81..254da93c02a 100644 --- a/doc/classes/Translation.xml +++ b/doc/classes/Translation.xml @@ -1,5 +1,5 @@ - + Language Translation. diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml index cb195f96c19..9cc4f999945 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -1,5 +1,5 @@ - + Server that manages all translations. Translations can be set to it and removed from it. diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 686e559d209..85b81bb26cc 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -1,5 +1,5 @@ - + Control to show a tree of items. diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 2ced8caa4d6..8c21f2d7824 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -1,5 +1,5 @@ - + Control for a single item inside a [Tree]. diff --git a/doc/classes/TriangleMesh.xml b/doc/classes/TriangleMesh.xml index c1244b83091..697c2bd4790 100644 --- a/doc/classes/TriangleMesh.xml +++ b/doc/classes/TriangleMesh.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index a791fb18449..d86fc0126f2 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -1,5 +1,5 @@ - + Smoothly animates a node's properties over time. @@ -340,7 +340,7 @@ - The tween's animation process thread. See [enum TweenProcessMode]. Default value: [enum TWEEN_PROCESS_IDLE]. + The tween's animation process thread. See [enum TweenProcessMode]. Default value: [enum TWEEN_PROCESS_IDLE]. The tween's speed multiplier. For example, set it to [code]1.0[/code] for normal speed, [code]2.0[/code] for two times normal speed, or [code]0.5[/code] for half of the normal speed. A value of [code]0[/code] pauses the animation, but see also [method set_active] or [method stop_all] for this. diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index 3fda90bfd4e..874ff39f2ff 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -1,5 +1,5 @@ - + Helper to manage UndoRedo in the editor or custom tools. diff --git a/doc/classes/VBoxContainer.xml b/doc/classes/VBoxContainer.xml index 51ab07f0854..b2c83c6e290 100644 --- a/doc/classes/VBoxContainer.xml +++ b/doc/classes/VBoxContainer.xml @@ -1,5 +1,5 @@ - + Vertical box container. diff --git a/doc/classes/VScrollBar.xml b/doc/classes/VScrollBar.xml index be65791fb82..8086372a810 100644 --- a/doc/classes/VScrollBar.xml +++ b/doc/classes/VScrollBar.xml @@ -1,5 +1,5 @@ - + Vertical version of [ScrollBar], which goes from left (min) to right (max). diff --git a/doc/classes/VSeparator.xml b/doc/classes/VSeparator.xml index 27e670e3d4e..996e28d88c4 100644 --- a/doc/classes/VSeparator.xml +++ b/doc/classes/VSeparator.xml @@ -1,5 +1,5 @@ - + Vertical version of [Separator]. diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index 53b4e4e3b03..9dcbc2b0882 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -1,5 +1,5 @@ - + Vertical slider. diff --git a/doc/classes/VSplitContainer.xml b/doc/classes/VSplitContainer.xml index 29218ff3208..dd053bc81c3 100644 --- a/doc/classes/VSplitContainer.xml +++ b/doc/classes/VSplitContainer.xml @@ -1,5 +1,5 @@ - + Vertical split container. diff --git a/doc/classes/Variant.xml b/doc/classes/Variant.xml index 3d854a94df0..c4937603140 100644 --- a/doc/classes/Variant.xml +++ b/doc/classes/Variant.xml @@ -1,5 +1,5 @@ - + The most important data type in Godot. diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 95c2a31dfbe..1e9126e340b 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -1,5 +1,5 @@ - + Vector used for 2D math. @@ -34,7 +34,7 @@ - Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector. + Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector. Equivalent to the result of atan2 when called with the vector's x and y as parameters: [code]atan2(x, y)[/code]. @@ -72,6 +72,12 @@ Returns the vector "bounced off" from a plane defined by the given normal. + + + + + + @@ -175,7 +181,7 @@ - Returns the vector reflected from a plane defined by the given normal. + Returns the vector reflected from a plane defined by the given normal. @@ -187,6 +193,12 @@ Returns the vector rotated by [code]phi[/code] radians. + + + + + + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index b8458036488..514fde99be5 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -1,5 +1,5 @@ - + Vector class, which performs basic 3D vector math operations. @@ -151,7 +151,7 @@ - Returns the result of the linear interpolation between this vector and [code]b[/code] by amount [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], a percentage of how far along the interpolation is. + Returns the result of the linear interpolation between this vector and [code]b[/code] by amount [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], a percentage of how far along the interpolation is. @@ -204,6 +204,12 @@ Rotates the vector around a given axis by [code]phi[/code] radians. The axis must be a normalized vector. + + + + + + diff --git a/doc/classes/VehicleBody.xml b/doc/classes/VehicleBody.xml index 02e777f8b1e..b9a02b72c25 100644 --- a/doc/classes/VehicleBody.xml +++ b/doc/classes/VehicleBody.xml @@ -1,5 +1,5 @@ - + Physics body that simulates the behaviour of a car. diff --git a/doc/classes/VehicleWheel.xml b/doc/classes/VehicleWheel.xml index ca6ee85df33..e497f10ba6d 100644 --- a/doc/classes/VehicleWheel.xml +++ b/doc/classes/VehicleWheel.xml @@ -1,5 +1,5 @@ - + Physics object that simulates the behaviour of a wheel. diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 2b91f4cf30a..4760323ced4 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -1,5 +1,5 @@ - + Control for playing video streams. @@ -78,13 +78,6 @@ Audio volume in dB. - - - - Emitted when playback is finished. - - - diff --git a/doc/classes/VideoStream.xml b/doc/classes/VideoStream.xml index 00f22239422..112a72fafda 100644 --- a/doc/classes/VideoStream.xml +++ b/doc/classes/VideoStream.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index f5d81b7fd4a..4282fa49583 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -1,5 +1,5 @@ - + Creates a sub-view into the screen. diff --git a/doc/classes/ViewportContainer.xml b/doc/classes/ViewportContainer.xml index 6581d2d918f..904faacac5b 100644 --- a/doc/classes/ViewportContainer.xml +++ b/doc/classes/ViewportContainer.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml index c70ba2fbff0..ee73a3630c2 100644 --- a/doc/classes/ViewportTexture.xml +++ b/doc/classes/ViewportTexture.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/VisibilityEnabler.xml b/doc/classes/VisibilityEnabler.xml index 7a4d5bfe531..41949c44af8 100644 --- a/doc/classes/VisibilityEnabler.xml +++ b/doc/classes/VisibilityEnabler.xml @@ -1,5 +1,5 @@ - + Enable certain nodes only when visible. diff --git a/doc/classes/VisibilityEnabler2D.xml b/doc/classes/VisibilityEnabler2D.xml index 7772cf40d87..0cb9f3b6d88 100644 --- a/doc/classes/VisibilityEnabler2D.xml +++ b/doc/classes/VisibilityEnabler2D.xml @@ -1,5 +1,5 @@ - + Enable certain nodes only when visible. diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index dd74f8139bb..4f3da81700e 100644 --- a/doc/classes/VisibilityNotifier.xml +++ b/doc/classes/VisibilityNotifier.xml @@ -1,5 +1,5 @@ - + Detects when the node is visible on screen. diff --git a/doc/classes/VisibilityNotifier2D.xml b/doc/classes/VisibilityNotifier2D.xml index a73611d0988..5caf22e15ff 100644 --- a/doc/classes/VisibilityNotifier2D.xml +++ b/doc/classes/VisibilityNotifier2D.xml @@ -1,5 +1,5 @@ - + Detects when the node is visible on screen. diff --git a/doc/classes/VisualInstance.xml b/doc/classes/VisualInstance.xml index e3448f89182..4623885d36c 100644 --- a/doc/classes/VisualInstance.xml +++ b/doc/classes/VisualInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 93d13d444fc..81c4d1cab39 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1,5 +1,5 @@ - + Server for anything visible. diff --git a/doc/classes/WeakRef.xml b/doc/classes/WeakRef.xml index 358f4ca653e..a7ac9cf646f 100644 --- a/doc/classes/WeakRef.xml +++ b/doc/classes/WeakRef.xml @@ -1,5 +1,5 @@ - + Holds an [Object], but does not contribute to the reference count if the object is a reference. diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index ea9068231f3..c626c0aa634 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -1,5 +1,5 @@ - + Base class for window dialogs. diff --git a/doc/classes/World.xml b/doc/classes/World.xml index 5052734cae7..b3727aca873 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -1,5 +1,5 @@ - + Class that has everything pertaining to a world. diff --git a/doc/classes/World2D.xml b/doc/classes/World2D.xml index 6dc7211c1ce..e6a65219078 100644 --- a/doc/classes/World2D.xml +++ b/doc/classes/World2D.xml @@ -1,5 +1,5 @@ - + Class that has everything pertaining to a 2D world. diff --git a/doc/classes/WorldEnvironment.xml b/doc/classes/WorldEnvironment.xml index d874a283952..5a67db01928 100644 --- a/doc/classes/WorldEnvironment.xml +++ b/doc/classes/WorldEnvironment.xml @@ -1,5 +1,5 @@ - + Default environment properties for the entire scene (post-processing effects, lightning and background settings). diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index 8fcceb865c6..a67a48a9949 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -1,5 +1,5 @@ - + Low-level class for creating parsers for XML files. diff --git a/doc/classes/YSort.xml b/doc/classes/YSort.xml index 94033d4e6ec..d565bf0d863 100644 --- a/doc/classes/YSort.xml +++ b/doc/classes/YSort.xml @@ -1,5 +1,5 @@ - + Sort all child nodes based on their Y positions. diff --git a/doc/classes/bool.xml b/doc/classes/bool.xml index ee07432aab0..1fd1b5363b7 100644 --- a/doc/classes/bool.xml +++ b/doc/classes/bool.xml @@ -1,5 +1,5 @@ - + Boolean built-in type diff --git a/doc/classes/float.xml b/doc/classes/float.xml index 88daa9410d5..654d96dd4c8 100644 --- a/doc/classes/float.xml +++ b/doc/classes/float.xml @@ -1,5 +1,5 @@ - + Float built-in type diff --git a/doc/classes/int.xml b/doc/classes/int.xml index 3ef64961fad..14358459df6 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -1,5 +1,5 @@ - + Integer built-in type. diff --git a/modules/bullet/doc_classes/BulletPhysicsDirectBodyState.xml b/modules/bullet/doc_classes/BulletPhysicsDirectBodyState.xml index 481d950f02e..071cf63b600 100644 --- a/modules/bullet/doc_classes/BulletPhysicsDirectBodyState.xml +++ b/modules/bullet/doc_classes/BulletPhysicsDirectBodyState.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/bullet/doc_classes/BulletPhysicsServer.xml b/modules/bullet/doc_classes/BulletPhysicsServer.xml index 44063ffa2f7..5fb63725b93 100644 --- a/modules/bullet/doc_classes/BulletPhysicsServer.xml +++ b/modules/bullet/doc_classes/BulletPhysicsServer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml index 6eaf2ff55cd..a728a43a307 100644 --- a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml +++ b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml @@ -1,5 +1,5 @@ - + PacketPeer implementation using the ENet library. diff --git a/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml index 9a542d35186..d227cb394ad 100644 --- a/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml +++ b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml @@ -1,5 +1,5 @@ - + GDNative wrapper for an ARVR interface diff --git a/modules/gdnative/doc_classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index e39149060f9..7dfa82c490e 100644 --- a/modules/gdnative/doc_classes/GDNative.xml +++ b/modules/gdnative/doc_classes/GDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index f2e373911d2..af887c279e8 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index 0fa0f6c3ace..828686618ae 100644 --- a/modules/gdnative/doc_classes/NativeScript.xml +++ b/modules/gdnative/doc_classes/NativeScript.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml index 00575e54801..4474edde22e 100644 --- a/modules/gdnative/doc_classes/PluginScript.xml +++ b/modules/gdnative/doc_classes/PluginScript.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 9108d25b162..4e895161307 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the GDScript programming language. diff --git a/modules/gdscript/doc_classes/GDScriptFunctionState.xml b/modules/gdscript/doc_classes/GDScriptFunctionState.xml index 467a73ba677..b3c504af632 100644 --- a/modules/gdscript/doc_classes/GDScriptFunctionState.xml +++ b/modules/gdscript/doc_classes/GDScriptFunctionState.xml @@ -1,5 +1,5 @@ - + State of a function call after yielding. diff --git a/modules/gdscript/doc_classes/GDScriptNativeClass.xml b/modules/gdscript/doc_classes/GDScriptNativeClass.xml index a12515b5b4e..a41cb5c5b68 100644 --- a/modules/gdscript/doc_classes/GDScriptNativeClass.xml +++ b/modules/gdscript/doc_classes/GDScriptNativeClass.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index 2a6ec857f7c..22b07b2f1b5 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -1,5 +1,5 @@ - + Node for 3D tile-based maps. diff --git a/modules/mobile_vr/doc_classes/MobileVRInterface.xml b/modules/mobile_vr/doc_classes/MobileVRInterface.xml index 0228d6e0362..b5970fa251b 100644 --- a/modules/mobile_vr/doc_classes/MobileVRInterface.xml +++ b/modules/mobile_vr/doc_classes/MobileVRInterface.xml @@ -1,5 +1,5 @@ - + Generic mobile VR implementation diff --git a/modules/mono/doc_classes/@C#.xml b/modules/mono/doc_classes/@C#.xml index 4897ab2b24d..4a43486f9c0 100644 --- a/modules/mono/doc_classes/@C#.xml +++ b/modules/mono/doc_classes/@C#.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index 6ada704695a..dfc076df80a 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index c79227dcfc0..f5588642ccf 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/regex/doc_classes/RegEx.xml b/modules/regex/doc_classes/RegEx.xml index e181f7bcb5f..48118322f0f 100644 --- a/modules/regex/doc_classes/RegEx.xml +++ b/modules/regex/doc_classes/RegEx.xml @@ -1,5 +1,5 @@ - + Class for searching text for patterns using regular expressions. diff --git a/modules/regex/doc_classes/RegExMatch.xml b/modules/regex/doc_classes/RegExMatch.xml index 232f0c4f20d..fe2e98fdb88 100644 --- a/modules/regex/doc_classes/RegExMatch.xml +++ b/modules/regex/doc_classes/RegExMatch.xml @@ -1,5 +1,5 @@ - + Contains the results of a regex search. diff --git a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml index 10b24f62591..b27449fbefe 100644 --- a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml +++ b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml @@ -1,5 +1,5 @@ - + OGG Vorbis audio stream driver. diff --git a/modules/stb_vorbis/doc_classes/ResourceImporterOGGVorbis.xml b/modules/stb_vorbis/doc_classes/ResourceImporterOGGVorbis.xml index 01f8b9a3507..d93ad95f390 100644 --- a/modules/stb_vorbis/doc_classes/ResourceImporterOGGVorbis.xml +++ b/modules/stb_vorbis/doc_classes/ResourceImporterOGGVorbis.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/theora/doc_classes/ResourceImporterTheora.xml b/modules/theora/doc_classes/ResourceImporterTheora.xml index 4a6cf399f1f..10c89aef179 100644 --- a/modules/theora/doc_classes/ResourceImporterTheora.xml +++ b/modules/theora/doc_classes/ResourceImporterTheora.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/theora/doc_classes/VideoStreamTheora.xml b/modules/theora/doc_classes/VideoStreamTheora.xml index 1fb13a6ed01..ca8da3afeeb 100644 --- a/modules/theora/doc_classes/VideoStreamTheora.xml +++ b/modules/theora/doc_classes/VideoStreamTheora.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScript.xml b/modules/visual_script/doc_classes/VisualScript.xml index a91d041fc03..71f99e790b5 100644 --- a/modules/visual_script/doc_classes/VisualScript.xml +++ b/modules/visual_script/doc_classes/VisualScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the Visual Script programming environment. diff --git a/modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml b/modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml index 5fffbd80eeb..92e38928ce8 100644 --- a/modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml @@ -1,5 +1,5 @@ - + A Visual Script node representing a constant from the base types. diff --git a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml index e8bc8d24346..17698a7ff3b 100644 --- a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml +++ b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml @@ -1,5 +1,5 @@ - + A Visual Script node used to call built-in functions. diff --git a/modules/visual_script/doc_classes/VisualScriptClassConstant.xml b/modules/visual_script/doc_classes/VisualScriptClassConstant.xml index cd606b8d2f0..3084d3943e0 100644 --- a/modules/visual_script/doc_classes/VisualScriptClassConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptClassConstant.xml @@ -1,5 +1,5 @@ - + Gets a constant from a given class. diff --git a/modules/visual_script/doc_classes/VisualScriptComment.xml b/modules/visual_script/doc_classes/VisualScriptComment.xml index 1add6191630..b0e5143952b 100644 --- a/modules/visual_script/doc_classes/VisualScriptComment.xml +++ b/modules/visual_script/doc_classes/VisualScriptComment.xml @@ -1,5 +1,5 @@ - + A Visual Script node used to annotate the script. diff --git a/modules/visual_script/doc_classes/VisualScriptCondition.xml b/modules/visual_script/doc_classes/VisualScriptCondition.xml index 6d21e721ad5..978b9a80712 100644 --- a/modules/visual_script/doc_classes/VisualScriptCondition.xml +++ b/modules/visual_script/doc_classes/VisualScriptCondition.xml @@ -1,5 +1,5 @@ - + A Visual Script node which branches the flow. diff --git a/modules/visual_script/doc_classes/VisualScriptConstant.xml b/modules/visual_script/doc_classes/VisualScriptConstant.xml index a917aff70ac..bc72baa5fa6 100644 --- a/modules/visual_script/doc_classes/VisualScriptConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptConstant.xml @@ -1,5 +1,5 @@ - + Gets a contant's value. diff --git a/modules/visual_script/doc_classes/VisualScriptConstructor.xml b/modules/visual_script/doc_classes/VisualScriptConstructor.xml index f3a4f04594f..eddabd4fb83 100644 --- a/modules/visual_script/doc_classes/VisualScriptConstructor.xml +++ b/modules/visual_script/doc_classes/VisualScriptConstructor.xml @@ -1,5 +1,5 @@ - + A Visual Script node which calls a base type constructor. diff --git a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml index d5d9a829fd8..4443f02ee7c 100644 --- a/modules/visual_script/doc_classes/VisualScriptCustomNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptCustomNode.xml @@ -1,5 +1,5 @@ - + A scripted Visual Script node. diff --git a/modules/visual_script/doc_classes/VisualScriptDeconstruct.xml b/modules/visual_script/doc_classes/VisualScriptDeconstruct.xml index a577b2b6537..ee431a30f36 100644 --- a/modules/visual_script/doc_classes/VisualScriptDeconstruct.xml +++ b/modules/visual_script/doc_classes/VisualScriptDeconstruct.xml @@ -1,5 +1,5 @@ - + A Visual Script node which deconstructs a base type instance into its parts. diff --git a/modules/visual_script/doc_classes/VisualScriptEditor.xml b/modules/visual_script/doc_classes/VisualScriptEditor.xml index a2c96631cc9..78c3d860ec6 100644 --- a/modules/visual_script/doc_classes/VisualScriptEditor.xml +++ b/modules/visual_script/doc_classes/VisualScriptEditor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptEmitSignal.xml b/modules/visual_script/doc_classes/VisualScriptEmitSignal.xml index 6f92d60096c..400bb6e9c39 100644 --- a/modules/visual_script/doc_classes/VisualScriptEmitSignal.xml +++ b/modules/visual_script/doc_classes/VisualScriptEmitSignal.xml @@ -1,5 +1,5 @@ - + Emits a specified signal. diff --git a/modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml b/modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml index d8ffeda8121..a9a376aadb2 100644 --- a/modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml +++ b/modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml @@ -1,5 +1,5 @@ - + A Visual Script node returning a singleton from [@GlobalScope] diff --git a/modules/visual_script/doc_classes/VisualScriptExpression.xml b/modules/visual_script/doc_classes/VisualScriptExpression.xml index e812d8079fe..1eb2ecc822a 100644 --- a/modules/visual_script/doc_classes/VisualScriptExpression.xml +++ b/modules/visual_script/doc_classes/VisualScriptExpression.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptFunction.xml b/modules/visual_script/doc_classes/VisualScriptFunction.xml index c679c79af6e..886803d3b2d 100644 --- a/modules/visual_script/doc_classes/VisualScriptFunction.xml +++ b/modules/visual_script/doc_classes/VisualScriptFunction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptFunctionCall.xml b/modules/visual_script/doc_classes/VisualScriptFunctionCall.xml index 0068e2127a5..6ecc749d7fa 100644 --- a/modules/visual_script/doc_classes/VisualScriptFunctionCall.xml +++ b/modules/visual_script/doc_classes/VisualScriptFunctionCall.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptFunctionState.xml b/modules/visual_script/doc_classes/VisualScriptFunctionState.xml index 2a3e070d736..77b52558830 100644 --- a/modules/visual_script/doc_classes/VisualScriptFunctionState.xml +++ b/modules/visual_script/doc_classes/VisualScriptFunctionState.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml b/modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml index 538dcb5a13e..f25947012ef 100644 --- a/modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptIndexGet.xml b/modules/visual_script/doc_classes/VisualScriptIndexGet.xml index c100065747d..3a03862c271 100644 --- a/modules/visual_script/doc_classes/VisualScriptIndexGet.xml +++ b/modules/visual_script/doc_classes/VisualScriptIndexGet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptIndexSet.xml b/modules/visual_script/doc_classes/VisualScriptIndexSet.xml index e5d5e5cd431..27911762d37 100644 --- a/modules/visual_script/doc_classes/VisualScriptIndexSet.xml +++ b/modules/visual_script/doc_classes/VisualScriptIndexSet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptInputAction.xml b/modules/visual_script/doc_classes/VisualScriptInputAction.xml index 4ebaf4309c4..f8f84525385 100644 --- a/modules/visual_script/doc_classes/VisualScriptInputAction.xml +++ b/modules/visual_script/doc_classes/VisualScriptInputAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptIterator.xml b/modules/visual_script/doc_classes/VisualScriptIterator.xml index c217bf77b4d..d76e6321cc4 100644 --- a/modules/visual_script/doc_classes/VisualScriptIterator.xml +++ b/modules/visual_script/doc_classes/VisualScriptIterator.xml @@ -1,5 +1,5 @@ - + Steps through items in a given input. diff --git a/modules/visual_script/doc_classes/VisualScriptLocalVar.xml b/modules/visual_script/doc_classes/VisualScriptLocalVar.xml index 399032367de..b3462ebf6da 100644 --- a/modules/visual_script/doc_classes/VisualScriptLocalVar.xml +++ b/modules/visual_script/doc_classes/VisualScriptLocalVar.xml @@ -1,5 +1,5 @@ - + Gets a local variable's value. diff --git a/modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml b/modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml index bb975578483..fab321078a2 100644 --- a/modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml +++ b/modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml @@ -1,5 +1,5 @@ - + Changes a local variable's value. diff --git a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml index af66e82346c..4c1f082e713 100644 --- a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml @@ -1,5 +1,5 @@ - + Commonly used mathematical constants. diff --git a/modules/visual_script/doc_classes/VisualScriptNode.xml b/modules/visual_script/doc_classes/VisualScriptNode.xml index 07cffe123db..4f2af8ef06b 100644 --- a/modules/visual_script/doc_classes/VisualScriptNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptNode.xml @@ -1,5 +1,5 @@ - + A node which is part of a [VisualScript]. diff --git a/modules/visual_script/doc_classes/VisualScriptOperator.xml b/modules/visual_script/doc_classes/VisualScriptOperator.xml index 330ec21d867..bd0683ab2c4 100644 --- a/modules/visual_script/doc_classes/VisualScriptOperator.xml +++ b/modules/visual_script/doc_classes/VisualScriptOperator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptPreload.xml b/modules/visual_script/doc_classes/VisualScriptPreload.xml index 1b0eac25554..6ed65e889f9 100644 --- a/modules/visual_script/doc_classes/VisualScriptPreload.xml +++ b/modules/visual_script/doc_classes/VisualScriptPreload.xml @@ -1,5 +1,5 @@ - + Creates a new [Resource] or loads one from the filesystem. diff --git a/modules/visual_script/doc_classes/VisualScriptPropertyGet.xml b/modules/visual_script/doc_classes/VisualScriptPropertyGet.xml index 6239eefda5d..61727feb1b7 100644 --- a/modules/visual_script/doc_classes/VisualScriptPropertyGet.xml +++ b/modules/visual_script/doc_classes/VisualScriptPropertyGet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptPropertySet.xml b/modules/visual_script/doc_classes/VisualScriptPropertySet.xml index cdb17c5ea52..6826089c686 100644 --- a/modules/visual_script/doc_classes/VisualScriptPropertySet.xml +++ b/modules/visual_script/doc_classes/VisualScriptPropertySet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptResourcePath.xml b/modules/visual_script/doc_classes/VisualScriptResourcePath.xml index cb48952ff50..b56303e06c6 100644 --- a/modules/visual_script/doc_classes/VisualScriptResourcePath.xml +++ b/modules/visual_script/doc_classes/VisualScriptResourcePath.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptReturn.xml b/modules/visual_script/doc_classes/VisualScriptReturn.xml index a7af5058b11..0a547dd5a82 100644 --- a/modules/visual_script/doc_classes/VisualScriptReturn.xml +++ b/modules/visual_script/doc_classes/VisualScriptReturn.xml @@ -1,5 +1,5 @@ - + Exits a function and returns an optional value. diff --git a/modules/visual_script/doc_classes/VisualScriptSceneNode.xml b/modules/visual_script/doc_classes/VisualScriptSceneNode.xml index 2d100f6de4b..1249e2ea5e5 100644 --- a/modules/visual_script/doc_classes/VisualScriptSceneNode.xml +++ b/modules/visual_script/doc_classes/VisualScriptSceneNode.xml @@ -1,5 +1,5 @@ - + Node reference. diff --git a/modules/visual_script/doc_classes/VisualScriptSceneTree.xml b/modules/visual_script/doc_classes/VisualScriptSceneTree.xml index b5d4195110e..6fa6cb77007 100644 --- a/modules/visual_script/doc_classes/VisualScriptSceneTree.xml +++ b/modules/visual_script/doc_classes/VisualScriptSceneTree.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptSelect.xml b/modules/visual_script/doc_classes/VisualScriptSelect.xml index 5840bcfd88f..e283fe5e9c7 100644 --- a/modules/visual_script/doc_classes/VisualScriptSelect.xml +++ b/modules/visual_script/doc_classes/VisualScriptSelect.xml @@ -1,5 +1,5 @@ - + Chooses between two input values. diff --git a/modules/visual_script/doc_classes/VisualScriptSelf.xml b/modules/visual_script/doc_classes/VisualScriptSelf.xml index 69dd13cca32..5e97e2f125f 100644 --- a/modules/visual_script/doc_classes/VisualScriptSelf.xml +++ b/modules/visual_script/doc_classes/VisualScriptSelf.xml @@ -1,5 +1,5 @@ - + Outputs a reference to the current instance. diff --git a/modules/visual_script/doc_classes/VisualScriptSequence.xml b/modules/visual_script/doc_classes/VisualScriptSequence.xml index 831a4ff4db3..c413b98fc12 100644 --- a/modules/visual_script/doc_classes/VisualScriptSequence.xml +++ b/modules/visual_script/doc_classes/VisualScriptSequence.xml @@ -1,5 +1,5 @@ - + Executes a series of Sequence ports. diff --git a/modules/visual_script/doc_classes/VisualScriptSubCall.xml b/modules/visual_script/doc_classes/VisualScriptSubCall.xml index 8af56dbd7fe..2de09a97e22 100644 --- a/modules/visual_script/doc_classes/VisualScriptSubCall.xml +++ b/modules/visual_script/doc_classes/VisualScriptSubCall.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptSwitch.xml b/modules/visual_script/doc_classes/VisualScriptSwitch.xml index ea090bf7122..d30cffc0209 100644 --- a/modules/visual_script/doc_classes/VisualScriptSwitch.xml +++ b/modules/visual_script/doc_classes/VisualScriptSwitch.xml @@ -1,5 +1,5 @@ - + Branches program flow based on a given input's value. diff --git a/modules/visual_script/doc_classes/VisualScriptTypeCast.xml b/modules/visual_script/doc_classes/VisualScriptTypeCast.xml index fd2aa9facb4..f98df8b26ab 100644 --- a/modules/visual_script/doc_classes/VisualScriptTypeCast.xml +++ b/modules/visual_script/doc_classes/VisualScriptTypeCast.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptVariableGet.xml b/modules/visual_script/doc_classes/VisualScriptVariableGet.xml index 03ca9d91833..0d845909714 100644 --- a/modules/visual_script/doc_classes/VisualScriptVariableGet.xml +++ b/modules/visual_script/doc_classes/VisualScriptVariableGet.xml @@ -1,5 +1,5 @@ - + Gets a variable's value. diff --git a/modules/visual_script/doc_classes/VisualScriptVariableSet.xml b/modules/visual_script/doc_classes/VisualScriptVariableSet.xml index b638092d62b..1e68d031b13 100644 --- a/modules/visual_script/doc_classes/VisualScriptVariableSet.xml +++ b/modules/visual_script/doc_classes/VisualScriptVariableSet.xml @@ -1,5 +1,5 @@ - + Changes a variable's value. diff --git a/modules/visual_script/doc_classes/VisualScriptWhile.xml b/modules/visual_script/doc_classes/VisualScriptWhile.xml index 3f1cc6233c2..c9b1b49e908 100644 --- a/modules/visual_script/doc_classes/VisualScriptWhile.xml +++ b/modules/visual_script/doc_classes/VisualScriptWhile.xml @@ -1,5 +1,5 @@ - + Conditional loop. diff --git a/modules/visual_script/doc_classes/VisualScriptYield.xml b/modules/visual_script/doc_classes/VisualScriptYield.xml index af3da45c6a8..c5151d96230 100644 --- a/modules/visual_script/doc_classes/VisualScriptYield.xml +++ b/modules/visual_script/doc_classes/VisualScriptYield.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/visual_script/doc_classes/VisualScriptYieldSignal.xml b/modules/visual_script/doc_classes/VisualScriptYieldSignal.xml index 2bec3411537..224702dcb5b 100644 --- a/modules/visual_script/doc_classes/VisualScriptYieldSignal.xml +++ b/modules/visual_script/doc_classes/VisualScriptYieldSignal.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/webm/doc_classes/ResourceImporterWebm.xml b/modules/webm/doc_classes/ResourceImporterWebm.xml index 55e976abc41..ebcbc1b9d2e 100644 --- a/modules/webm/doc_classes/ResourceImporterWebm.xml +++ b/modules/webm/doc_classes/ResourceImporterWebm.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/webm/doc_classes/VideoStreamWebm.xml b/modules/webm/doc_classes/VideoStreamWebm.xml index 07f040eee8c..85b3c34a884 100644 --- a/modules/webm/doc_classes/VideoStreamWebm.xml +++ b/modules/webm/doc_classes/VideoStreamWebm.xml @@ -1,5 +1,5 @@ - +