diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index acb974c8e..817ddf0c6 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/AABB.xml b/doc/classes/AABB.xml index e5f8207c2..3da52259f 100644 --- a/doc/classes/AABB.xml +++ b/doc/classes/AABB.xml @@ -1,5 +1,5 @@ - + Axis-Aligned Bounding Box. diff --git a/doc/classes/AESContext.xml b/doc/classes/AESContext.xml index e9c426d06..218534cd6 100644 --- a/doc/classes/AESContext.xml +++ b/doc/classes/AESContext.xml @@ -1,5 +1,5 @@ - + Interface to low level AES encryption features. diff --git a/doc/classes/AStar.xml b/doc/classes/AStar.xml index 29e4a9942..8a1a00cab 100644 --- a/doc/classes/AStar.xml +++ b/doc/classes/AStar.xml @@ -1,5 +1,5 @@ - + An implementation of A* to find the shortest paths among connected points in space. diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml index 01e87969e..a55aa86b7 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -1,5 +1,5 @@ - + AStar class representation that uses 2D vectors as edges. diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml index 3d12cf86e..66342f8f6 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 4cf7415a8..62e608010 100644 --- a/doc/classes/AnimatedSprite.xml +++ b/doc/classes/AnimatedSprite.xml @@ -1,5 +1,5 @@ - + Sprite node that contains multiple textures as frames to play for animation. diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml index ba84dd798..e709f0dd2 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/AnimatedTexture.xml b/doc/classes/AnimatedTexture.xml index af9eea2fb..bee4820df 100644 --- a/doc/classes/AnimatedTexture.xml +++ b/doc/classes/AnimatedTexture.xml @@ -1,5 +1,5 @@ - + Proxy texture for simple frame-based animations. diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index bcc3ca3e7..2eea2f43f 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/AnimationNode.xml b/doc/classes/AnimationNode.xml index a1e90d664..eab435fe2 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -1,5 +1,5 @@ - + Base resource for [AnimationTree] nodes. diff --git a/doc/classes/AnimationNodeAdd2.xml b/doc/classes/AnimationNodeAdd2.xml index 2955dde9d..72020f74e 100644 --- a/doc/classes/AnimationNodeAdd2.xml +++ b/doc/classes/AnimationNodeAdd2.xml @@ -1,5 +1,5 @@ - + Blends two animations additively inside of an [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeAdd3.xml b/doc/classes/AnimationNodeAdd3.xml index 0dad1fae7..32c4ee7d4 100644 --- a/doc/classes/AnimationNodeAdd3.xml +++ b/doc/classes/AnimationNodeAdd3.xml @@ -1,5 +1,5 @@ - + Blends two of three animations additively inside of an [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeAnimation.xml b/doc/classes/AnimationNodeAnimation.xml index 28443a2ea..b4c547c58 100644 --- a/doc/classes/AnimationNodeAnimation.xml +++ b/doc/classes/AnimationNodeAnimation.xml @@ -1,5 +1,5 @@ - + Input animation to use in an [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeBlend2.xml b/doc/classes/AnimationNodeBlend2.xml index fafe025b8..ab717ea6a 100644 --- a/doc/classes/AnimationNodeBlend2.xml +++ b/doc/classes/AnimationNodeBlend2.xml @@ -1,5 +1,5 @@ - + Blends two animations linearly inside of an [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeBlend3.xml b/doc/classes/AnimationNodeBlend3.xml index f78440a50..fadbf45f2 100644 --- a/doc/classes/AnimationNodeBlend3.xml +++ b/doc/classes/AnimationNodeBlend3.xml @@ -1,5 +1,5 @@ - + Blends two of three animations linearly inside of an [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeBlendSpace1D.xml b/doc/classes/AnimationNodeBlendSpace1D.xml index 9d2ffb70c..e8670b2dc 100644 --- a/doc/classes/AnimationNodeBlendSpace1D.xml +++ b/doc/classes/AnimationNodeBlendSpace1D.xml @@ -1,5 +1,5 @@ - + Blends linearly between two of any number of [AnimationNode] of any type placed on a virtual axis. diff --git a/doc/classes/AnimationNodeBlendSpace2D.xml b/doc/classes/AnimationNodeBlendSpace2D.xml index ba312aec9..8f1e911e3 100644 --- a/doc/classes/AnimationNodeBlendSpace2D.xml +++ b/doc/classes/AnimationNodeBlendSpace2D.xml @@ -1,5 +1,5 @@ - + Blends linearly between three [AnimationNode] of any type placed in a 2D space. diff --git a/doc/classes/AnimationNodeBlendTree.xml b/doc/classes/AnimationNodeBlendTree.xml index 9aaafea5d..38345befe 100644 --- a/doc/classes/AnimationNodeBlendTree.xml +++ b/doc/classes/AnimationNodeBlendTree.xml @@ -1,5 +1,5 @@ - + [AnimationTree] node resource that contains many blend type nodes. diff --git a/doc/classes/AnimationNodeOneShot.xml b/doc/classes/AnimationNodeOneShot.xml index 14ff574f7..097d4766b 100644 --- a/doc/classes/AnimationNodeOneShot.xml +++ b/doc/classes/AnimationNodeOneShot.xml @@ -1,5 +1,5 @@ - + Plays an animation once in [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeOutput.xml b/doc/classes/AnimationNodeOutput.xml index 65175924f..ca6063f9a 100644 --- a/doc/classes/AnimationNodeOutput.xml +++ b/doc/classes/AnimationNodeOutput.xml @@ -1,5 +1,5 @@ - + Generic output node to be added to [AnimationNodeBlendTree]. diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index f7cc29dec..49c51e739 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -1,5 +1,5 @@ - + State machine for control of animations. diff --git a/doc/classes/AnimationNodeStateMachinePlayback.xml b/doc/classes/AnimationNodeStateMachinePlayback.xml index 84e3e29aa..0d751d24d 100644 --- a/doc/classes/AnimationNodeStateMachinePlayback.xml +++ b/doc/classes/AnimationNodeStateMachinePlayback.xml @@ -1,5 +1,5 @@ - + Playback control for [AnimationNodeStateMachine]. diff --git a/doc/classes/AnimationNodeStateMachineTransition.xml b/doc/classes/AnimationNodeStateMachineTransition.xml index c272c8c4b..189ca1e4c 100644 --- a/doc/classes/AnimationNodeStateMachineTransition.xml +++ b/doc/classes/AnimationNodeStateMachineTransition.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AnimationNodeTimeScale.xml b/doc/classes/AnimationNodeTimeScale.xml index 72dc44da6..9a0fa0dfe 100644 --- a/doc/classes/AnimationNodeTimeScale.xml +++ b/doc/classes/AnimationNodeTimeScale.xml @@ -1,5 +1,5 @@ - + A time-scaling animation node to be used with [AnimationTree]. diff --git a/doc/classes/AnimationNodeTimeSeek.xml b/doc/classes/AnimationNodeTimeSeek.xml index 3a82de13c..72600984e 100644 --- a/doc/classes/AnimationNodeTimeSeek.xml +++ b/doc/classes/AnimationNodeTimeSeek.xml @@ -1,5 +1,5 @@ - + A time-seeking animation node to be used with [AnimationTree]. diff --git a/doc/classes/AnimationNodeTransition.xml b/doc/classes/AnimationNodeTransition.xml index 0e490ff9d..8ee3e33a6 100644 --- a/doc/classes/AnimationNodeTransition.xml +++ b/doc/classes/AnimationNodeTransition.xml @@ -1,5 +1,5 @@ - + A generic animation transition node for [AnimationTree]. diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index a9c5d25e4..b14c780de 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/AnimationRootNode.xml b/doc/classes/AnimationRootNode.xml index 8572b9506..63bef6541 100644 --- a/doc/classes/AnimationRootNode.xml +++ b/doc/classes/AnimationRootNode.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AnimationTrackEditPlugin.xml b/doc/classes/AnimationTrackEditPlugin.xml index 91008a3bc..6501c83f7 100644 --- a/doc/classes/AnimationTrackEditPlugin.xml +++ b/doc/classes/AnimationTrackEditPlugin.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml index 492e609bb..539dc712e 100644 --- a/doc/classes/AnimationTree.xml +++ b/doc/classes/AnimationTree.xml @@ -1,5 +1,5 @@ - + A node to be used for advanced animation transitions in an [AnimationPlayer]. diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml index a7d7863b7..d4b3b36b8 100644 --- a/doc/classes/Area.xml +++ b/doc/classes/Area.xml @@ -1,5 +1,5 @@ - + 3D area for detection and physics and audio influence. diff --git a/doc/classes/Area2D.xml b/doc/classes/Area2D.xml index 25580e2a7..5a8bf562e 100644 --- a/doc/classes/Area2D.xml +++ b/doc/classes/Area2D.xml @@ -1,5 +1,5 @@ - + 2D area for detection and physics and audio influence. diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index d8742e42e..c91eadad7 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -1,5 +1,5 @@ - + A generic array datatype. diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index fe8a52ea5..564db5001 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -1,5 +1,5 @@ - + [Mesh] type that provides utility for constructing a surface from arrays. diff --git a/doc/classes/AspectRatioContainer.xml b/doc/classes/AspectRatioContainer.xml index 735be5683..795d95f07 100644 --- a/doc/classes/AspectRatioContainer.xml +++ b/doc/classes/AspectRatioContainer.xml @@ -1,5 +1,5 @@ - + Container that preserves its child controls' aspect ratio. diff --git a/doc/classes/AtlasTexture.xml b/doc/classes/AtlasTexture.xml index 82438f0bc..c8de1ece7 100644 --- a/doc/classes/AtlasTexture.xml +++ b/doc/classes/AtlasTexture.xml @@ -1,5 +1,5 @@ - + Crops out one part of a texture, such as a texture from a texture atlas. diff --git a/doc/classes/AudioBusLayout.xml b/doc/classes/AudioBusLayout.xml index 391d826db..7ea070400 100644 --- a/doc/classes/AudioBusLayout.xml +++ b/doc/classes/AudioBusLayout.xml @@ -1,5 +1,5 @@ - + Stores information about the audio buses. diff --git a/doc/classes/AudioEffect.xml b/doc/classes/AudioEffect.xml index efd1ad48d..df8ff1b0a 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 21bea6c75..aaffdf4ab 100644 --- a/doc/classes/AudioEffectAmplify.xml +++ b/doc/classes/AudioEffectAmplify.xml @@ -1,5 +1,5 @@ - + Adds an amplifying 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 7dfa8df13..ecc9bf315 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 9814bbd49..426db1755 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/AudioEffectCapture.xml b/doc/classes/AudioEffectCapture.xml index 3372bfaa4..6010af701 100644 --- a/doc/classes/AudioEffectCapture.xml +++ b/doc/classes/AudioEffectCapture.xml @@ -1,5 +1,5 @@ - + Captures audio from an audio bus in real-time. diff --git a/doc/classes/AudioEffectChorus.xml b/doc/classes/AudioEffectChorus.xml index 54722ca0e..ea216ad4e 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 d0efa2352..28d29c182 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 7a07f16e0..0ab4d8f57 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 291512723..39416591a 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 distorted. diff --git a/doc/classes/AudioEffectEQ.xml b/doc/classes/AudioEffectEQ.xml index e42ca72c6..654251557 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 152d29eb5..b9ac85a4b 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 5cb64d179..c3d8d30ac 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 ee421d255..47f688da6 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 ef1703899..fd7fa206a 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 65766d515..683b3cb81 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 53a6a22a6..e1eaca262 100644 --- a/doc/classes/AudioEffectHighShelfFilter.xml +++ b/doc/classes/AudioEffectHighShelfFilter.xml @@ -1,5 +1,5 @@ - + Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz]. diff --git a/doc/classes/AudioEffectInstance.xml b/doc/classes/AudioEffectInstance.xml index 11d444891..52b04d579 100644 --- a/doc/classes/AudioEffectInstance.xml +++ b/doc/classes/AudioEffectInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioEffectLimiter.xml b/doc/classes/AudioEffectLimiter.xml index 5beed2a9d..76180a20d 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 e59127915..85035c2c6 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 b7b3601c2..9e694fc2a 100644 --- a/doc/classes/AudioEffectLowShelfFilter.xml +++ b/doc/classes/AudioEffectLowShelfFilter.xml @@ -1,5 +1,5 @@ - + Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz]. diff --git a/doc/classes/AudioEffectNotchFilter.xml b/doc/classes/AudioEffectNotchFilter.xml index 7b4b82f3f..4cacc98e4 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 1b861914b..8119c595a 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 40d8c7a19..de5ddfa7a 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 cecb75361..1e5c2bfa9 100644 --- a/doc/classes/AudioEffectPitchShift.xml +++ b/doc/classes/AudioEffectPitchShift.xml @@ -1,5 +1,5 @@ - + Adds a pitch-shifting audio effect to an Audio bus. Raises or lowers the pitch of original sound. diff --git a/doc/classes/AudioEffectRecord.xml b/doc/classes/AudioEffectRecord.xml index e530eea80..2f83e222d 100644 --- a/doc/classes/AudioEffectRecord.xml +++ b/doc/classes/AudioEffectRecord.xml @@ -1,5 +1,5 @@ - + Audio effect used for recording the sound from an audio bus. diff --git a/doc/classes/AudioEffectReverb.xml b/doc/classes/AudioEffectReverb.xml index 14f30b1ab..9a12786a1 100644 --- a/doc/classes/AudioEffectReverb.xml +++ b/doc/classes/AudioEffectReverb.xml @@ -1,5 +1,5 @@ - + Adds a reverberation 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/AudioEffectSpectrumAnalyzer.xml b/doc/classes/AudioEffectSpectrumAnalyzer.xml index dc54d57db..256d6ac26 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzer.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzer.xml @@ -1,5 +1,5 @@ - + Audio effect that can be used for real-time audio visualizations. diff --git a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml index 3d26cc6b2..d0fffd30b 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml index 99c79f638..ddf275b53 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 d3d3e7851..e8652156d 100644 --- a/doc/classes/AudioServer.xml +++ b/doc/classes/AudioServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level audio access. diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index 2ce3ebf25..dce11032a 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/AudioStreamGenerator.xml b/doc/classes/AudioStreamGenerator.xml index 932f047ec..2be2e2c28 100644 --- a/doc/classes/AudioStreamGenerator.xml +++ b/doc/classes/AudioStreamGenerator.xml @@ -1,5 +1,5 @@ - + Audio stream that generates sounds procedurally. diff --git a/doc/classes/AudioStreamGeneratorPlayback.xml b/doc/classes/AudioStreamGeneratorPlayback.xml index e4c2953cf..17ea4e94f 100644 --- a/doc/classes/AudioStreamGeneratorPlayback.xml +++ b/doc/classes/AudioStreamGeneratorPlayback.xml @@ -1,5 +1,5 @@ - + Plays back audio generated using [AudioStreamGenerator]. diff --git a/doc/classes/AudioStreamMicrophone.xml b/doc/classes/AudioStreamMicrophone.xml index 1ef044474..789992482 100644 --- a/doc/classes/AudioStreamMicrophone.xml +++ b/doc/classes/AudioStreamMicrophone.xml @@ -1,5 +1,5 @@ - + Plays real-time audio input data. diff --git a/doc/classes/AudioStreamPlayback.xml b/doc/classes/AudioStreamPlayback.xml index 7b767d987..8944feab1 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/AudioStreamPlaybackResampled.xml b/doc/classes/AudioStreamPlaybackResampled.xml index 23d568052..ce27dcaf3 100644 --- a/doc/classes/AudioStreamPlaybackResampled.xml +++ b/doc/classes/AudioStreamPlaybackResampled.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index 39f6249d5..9f0ffefc2 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -1,5 +1,5 @@ - + Plays back audio non-positionally. diff --git a/doc/classes/AudioStreamPlayer2D.xml b/doc/classes/AudioStreamPlayer2D.xml index a633b0cc4..48a0358be 100644 --- a/doc/classes/AudioStreamPlayer2D.xml +++ b/doc/classes/AudioStreamPlayer2D.xml @@ -1,5 +1,5 @@ - + Plays positional sound in 2D space. diff --git a/doc/classes/AudioStreamPlayer3D.xml b/doc/classes/AudioStreamPlayer3D.xml index 5263bd762..bf869612f 100644 --- a/doc/classes/AudioStreamPlayer3D.xml +++ b/doc/classes/AudioStreamPlayer3D.xml @@ -1,5 +1,5 @@ - + Plays positional sound in 3D space. diff --git a/doc/classes/AudioStreamRandomPitch.xml b/doc/classes/AudioStreamRandomPitch.xml index 938b9e0d6..e72ccf27d 100644 --- a/doc/classes/AudioStreamRandomPitch.xml +++ b/doc/classes/AudioStreamRandomPitch.xml @@ -1,5 +1,5 @@ - + Plays audio with random pitch shifting. diff --git a/doc/classes/AudioStreamSample.xml b/doc/classes/AudioStreamSample.xml index b464511bf..88b2cbd0c 100644 --- a/doc/classes/AudioStreamSample.xml +++ b/doc/classes/AudioStreamSample.xml @@ -1,5 +1,5 @@ - + Stores audio data loaded from WAV files. diff --git a/doc/classes/BackBufferCopy.xml b/doc/classes/BackBufferCopy.xml index 08548ac81..1691e42bd 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 in your shader scripts through the [code]texture(SCREEN_TEXTURE, ...)[/code] function. diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index aa10bfe14..e7c3d9870 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 d62b6a233..3726d1780 100644 --- a/doc/classes/Basis.xml +++ b/doc/classes/Basis.xml @@ -1,5 +1,5 @@ - + 3×3 matrix datatype. diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml index 871bda41b..add225e8e 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 564138742..685d4363f 100644 --- a/doc/classes/BitmapFont.xml +++ b/doc/classes/BitmapFont.xml @@ -1,5 +1,5 @@ - + Renders text using fonts under the [url=https://www.angelcode.com/products/bmfont/]BMFont[/url] format. Handles files with the [code].fnt[/code] extension. diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml index 501fcb45c..5ce5b40f3 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 cc0dda124..d665bafd8 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 1a43b0998..051f94bb5 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 46b13d589..66d8551e7 100644 --- a/doc/classes/ButtonGroup.xml +++ b/doc/classes/ButtonGroup.xml @@ -1,5 +1,5 @@ - + Group of Buttons. diff --git a/doc/classes/CBoxContainer.xml b/doc/classes/CBoxContainer.xml index ee876517c..83e460199 100644 --- a/doc/classes/CBoxContainer.xml +++ b/doc/classes/CBoxContainer.xml @@ -1,5 +1,5 @@ - + Horizontal or vertical box container. diff --git a/doc/classes/CPUParticles.xml b/doc/classes/CPUParticles.xml index 9e19c4797..ca9559792 100644 --- a/doc/classes/CPUParticles.xml +++ b/doc/classes/CPUParticles.xml @@ -1,5 +1,5 @@ - + CPU-based 3D particle emitter. diff --git a/doc/classes/CPUParticles2D.xml b/doc/classes/CPUParticles2D.xml index 8d3aa138e..814eb4836 100644 --- a/doc/classes/CPUParticles2D.xml +++ b/doc/classes/CPUParticles2D.xml @@ -1,5 +1,5 @@ - + CPU-based 2D particle emitter. diff --git a/doc/classes/CSplitContainer.xml b/doc/classes/CSplitContainer.xml index 45d2231f5..428157cda 100644 --- a/doc/classes/CSplitContainer.xml +++ b/doc/classes/CSplitContainer.xml @@ -1,5 +1,5 @@ - + Horizontal or vertical split container. diff --git a/doc/classes/CallbackTweener.xml b/doc/classes/CallbackTweener.xml index e4329c839..a87dcdb5d 100644 --- a/doc/classes/CallbackTweener.xml +++ b/doc/classes/CallbackTweener.xml @@ -1,5 +1,5 @@ - + Calls the specified method after optional delay. diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml index 8172a14e2..2e0e36823 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 bb20a2192..90a447ff4 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 f2e0393bb..d471cba27 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 d394695a6..dced26dfa 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 8d82656bb..9a4d779da 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 eb38f2348..2da7f2934 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 7d239b325..0739f9ec0 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 4da0783b8..cdfe5f6b6 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 bba68d801..009efe724 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 12f54095f..66533b755 100644 --- a/doc/classes/CenterContainer.xml +++ b/doc/classes/CenterContainer.xml @@ -1,5 +1,5 @@ - + Keeps children controls centered. diff --git a/doc/classes/CharFXTransform.xml b/doc/classes/CharFXTransform.xml index 574dc8050..f57491f15 100644 --- a/doc/classes/CharFXTransform.xml +++ b/doc/classes/CharFXTransform.xml @@ -1,5 +1,5 @@ - + Controls how an individual character will be displayed in a [RichTextEffect]. diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index c8aff2647..c16467e9b 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -1,5 +1,5 @@ - + Binary choice user interface widget. See also [CheckButton]. diff --git a/doc/classes/CheckButton.xml b/doc/classes/CheckButton.xml index 2388df793..578a02b67 100644 --- a/doc/classes/CheckButton.xml +++ b/doc/classes/CheckButton.xml @@ -1,5 +1,5 @@ - + Checkable button. See also [CheckBox]. diff --git a/doc/classes/CircleShape2D.xml b/doc/classes/CircleShape2D.xml index 6ed66e014..28682787d 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 9c7e514f3..06e4e1660 100644 --- a/doc/classes/ClassDB.xml +++ b/doc/classes/ClassDB.xml @@ -1,5 +1,5 @@ - + Class information repository. diff --git a/doc/classes/ClippedCamera.xml b/doc/classes/ClippedCamera.xml index b36fb822b..ad8a2cf6d 100644 --- a/doc/classes/ClippedCamera.xml +++ b/doc/classes/ClippedCamera.xml @@ -1,5 +1,5 @@ - + A [Camera] that includes collision. diff --git a/doc/classes/CodeHighlighter.xml b/doc/classes/CodeHighlighter.xml index c4ee8291a..24e07e798 100644 --- a/doc/classes/CodeHighlighter.xml +++ b/doc/classes/CodeHighlighter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/CollisionObject.xml b/doc/classes/CollisionObject.xml index 2ccb98fe9..4b06ebf71 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 6f202220f..7302b0769 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 0896d0405..93e40c21d 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 58035edc6..92f245482 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 f27ed87ed..9625ee4f6 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 0eff8a250..b50e64399 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 f50ee2879..a11bff001 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -1,5 +1,5 @@ - + Color in RGBA format using floats on the range of 0 to 1. diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 1dfe948a1..8a3426696 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 f67b6dbc7..3e3e3565e 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 df75a782a..6b6430996 100644 --- a/doc/classes/ColorRect.xml +++ b/doc/classes/ColorRect.xml @@ -1,5 +1,5 @@ - + Colored rectangle. diff --git a/doc/classes/ColorSelectorButton.xml b/doc/classes/ColorSelectorButton.xml index 84ed5d2f4..b356d1650 100644 --- a/doc/classes/ColorSelectorButton.xml +++ b/doc/classes/ColorSelectorButton.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ConcavePolygonShape.xml b/doc/classes/ConcavePolygonShape.xml index 2a486168b..1d4129636 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 ccd776b84..fd1a25a4c 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 786c1257e..b7908e854 100644 --- a/doc/classes/ConeTwistJoint.xml +++ b/doc/classes/ConeTwistJoint.xml @@ -1,5 +1,5 @@ - + A twist joint between two 3D PhysicsBodies. diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index c2faf5674..65ee95d39 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 5de22f22a..519f2e5c9 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 3eff86494..e5900bc25 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 cb2dd1b31..159842199 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -1,5 +1,5 @@ - + All user interface nodes inherit from Control. A control's anchors and margins adapt its position and size relative to its parent. diff --git a/doc/classes/ConvexPolygonShape.xml b/doc/classes/ConvexPolygonShape.xml index 2fbfafc03..650cfa4fa 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 db05be303..62cb47504 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/Crypto.xml b/doc/classes/Crypto.xml index 083f3c675..21a09516c 100644 --- a/doc/classes/Crypto.xml +++ b/doc/classes/Crypto.xml @@ -1,5 +1,5 @@ - + Access to advanced cryptographic functionalities. diff --git a/doc/classes/CryptoKey.xml b/doc/classes/CryptoKey.xml index b9ef7ad6e..20da32d0e 100644 --- a/doc/classes/CryptoKey.xml +++ b/doc/classes/CryptoKey.xml @@ -1,5 +1,5 @@ - + A cryptographic key (RSA). diff --git a/doc/classes/CubeMap.xml b/doc/classes/CubeMap.xml index f793cd40d..e81cf0844 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 a36d3729c..0b1673aff 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/CullInstance.xml b/doc/classes/CullInstance.xml index c3b6bdfd9..4dd8a12a1 100644 --- a/doc/classes/CullInstance.xml +++ b/doc/classes/CullInstance.xml @@ -1,5 +1,5 @@ - + Parent of all nodes that can be culled by the Portal system. diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml index 893bbbbb0..129396774 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 c32447baf..a6180d2ad 100644 --- a/doc/classes/Curve2D.xml +++ b/doc/classes/Curve2D.xml @@ -1,5 +1,5 @@ - + Describes a Bézier curve in 2D space. diff --git a/doc/classes/Curve3D.xml b/doc/classes/Curve3D.xml index e76cda9ee..420dbaa00 100644 --- a/doc/classes/Curve3D.xml +++ b/doc/classes/Curve3D.xml @@ -1,5 +1,5 @@ - + Describes a Bézier curve in 3D space. diff --git a/doc/classes/CurveTexture.xml b/doc/classes/CurveTexture.xml index de6bb0dee..b8a952fed 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 58dacf2e2..e594a8e2f 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/CylinderShape.xml b/doc/classes/CylinderShape.xml index 74df9df2d..47e633f9e 100644 --- a/doc/classes/CylinderShape.xml +++ b/doc/classes/CylinderShape.xml @@ -1,5 +1,5 @@ - + Cylinder shape for collisions. diff --git a/doc/classes/DTLSServer.xml b/doc/classes/DTLSServer.xml index 0be828e7b..3d4f740e6 100644 --- a/doc/classes/DTLSServer.xml +++ b/doc/classes/DTLSServer.xml @@ -1,5 +1,5 @@ - + Helper class to implement a DTLS server. diff --git a/doc/classes/DampedSpringJoint2D.xml b/doc/classes/DampedSpringJoint2D.xml index 092c126b9..7f25aab79 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 bb4e8dd7b..07a2be24f 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 48408ea25..287accc8b 100644 --- a/doc/classes/DirectionalLight.xml +++ b/doc/classes/DirectionalLight.xml @@ -1,5 +1,5 @@ - + Directional light from a distance, as from the Sun. diff --git a/doc/classes/Directory.xml b/doc/classes/Directory.xml index 662ac26f7..7f66443d1 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 58b9aa194..9d88a0b7b 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 cdfc7b86c..cafcceda4 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 36b241533..4ad063cf0 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -1,5 +1,5 @@ - + A script that is executed when exporting the project. diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index c1e8a90fc..fd3957312 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -1,5 +1,5 @@ - + A modified version of [FileDialog] used by the editor. diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index f8ee6066c..7f74bd0ea 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 8ce036952..dcfa3e4ff 100644 --- a/doc/classes/EditorFileSystemDirectory.xml +++ b/doc/classes/EditorFileSystemDirectory.xml @@ -1,5 +1,5 @@ - + A directory for the resource filesystem. diff --git a/doc/classes/EditorImportPlugin.xml b/doc/classes/EditorImportPlugin.xml index d9dba1255..7446f9c68 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/EditorInspector.xml b/doc/classes/EditorInspector.xml index 843e289a7..428fc5afd 100644 --- a/doc/classes/EditorInspector.xml +++ b/doc/classes/EditorInspector.xml @@ -1,5 +1,5 @@ - + A control used to edit properties of an object. diff --git a/doc/classes/EditorInspectorPlugin.xml b/doc/classes/EditorInspectorPlugin.xml index 23f77ef51..bee6a7d2b 100644 --- a/doc/classes/EditorInspectorPlugin.xml +++ b/doc/classes/EditorInspectorPlugin.xml @@ -1,5 +1,5 @@ - + Plugin for adding custom property editors on inspector. diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 6a9adf72c..c227827dd 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -1,5 +1,5 @@ - + Godot editor's interface. diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 6fbba7183..145ec0a98 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/EditorProperty.xml b/doc/classes/EditorProperty.xml index 3bb1f3a0f..29135c798 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -1,5 +1,5 @@ - + Custom control to edit properties for adding into the inspector. diff --git a/doc/classes/EditorResourceConversionPlugin.xml b/doc/classes/EditorResourceConversionPlugin.xml index 2db40dc78..5a8767676 100644 --- a/doc/classes/EditorResourceConversionPlugin.xml +++ b/doc/classes/EditorResourceConversionPlugin.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/EditorResourcePicker.xml b/doc/classes/EditorResourcePicker.xml index c95d8548c..94e60c363 100644 --- a/doc/classes/EditorResourcePicker.xml +++ b/doc/classes/EditorResourcePicker.xml @@ -1,5 +1,5 @@ - + Godot editor's control for selecting [Resource] type properties. diff --git a/doc/classes/EditorResourcePreview.xml b/doc/classes/EditorResourcePreview.xml index ead9d8edc..4fe516229 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 e995e9f69..c34c0cdb1 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 5af50179b..0089cf677 100644 --- a/doc/classes/EditorSceneImporter.xml +++ b/doc/classes/EditorSceneImporter.xml @@ -1,5 +1,5 @@ - + Imports scenes from third-parties' 3D files. diff --git a/doc/classes/EditorScenePostImport.xml b/doc/classes/EditorScenePostImport.xml index b7cbb2f6b..aa833d7c1 100644 --- a/doc/classes/EditorScenePostImport.xml +++ b/doc/classes/EditorScenePostImport.xml @@ -1,5 +1,5 @@ - + Post-processes scenes after import. diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index 0197355a1..6fa0b3f53 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/EditorScriptPicker.xml b/doc/classes/EditorScriptPicker.xml index c2b9b1fb2..7a0e92677 100644 --- a/doc/classes/EditorScriptPicker.xml +++ b/doc/classes/EditorScriptPicker.xml @@ -1,5 +1,5 @@ - + Godot editor's control for selecting the [code]script[/code] property of a [Node]. diff --git a/doc/classes/EditorSelection.xml b/doc/classes/EditorSelection.xml index 5ce8e3902..790e4576a 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 916172dd8..6af096793 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 894274d5e..d3e0ef40e 100644 --- a/doc/classes/EditorSpatialGizmo.xml +++ b/doc/classes/EditorSpatialGizmo.xml @@ -1,5 +1,5 @@ - + Gizmo for editing Spatial objects. diff --git a/doc/classes/EditorSpatialGizmoPlugin.xml b/doc/classes/EditorSpatialGizmoPlugin.xml index 499ed3eb4..f17bf0e7b 100644 --- a/doc/classes/EditorSpatialGizmoPlugin.xml +++ b/doc/classes/EditorSpatialGizmoPlugin.xml @@ -1,5 +1,5 @@ - + Used by the editor to define Spatial gizmo types. diff --git a/doc/classes/EditorSpinSlider.xml b/doc/classes/EditorSpinSlider.xml index b5d025708..5189d4617 100644 --- a/doc/classes/EditorSpinSlider.xml +++ b/doc/classes/EditorSpinSlider.xml @@ -1,5 +1,5 @@ - + Godot editor's control for editing numeric values. diff --git a/doc/classes/EncodedObjectAsID.xml b/doc/classes/EncodedObjectAsID.xml index 4a84b6a49..122c234e5 100644 --- a/doc/classes/EncodedObjectAsID.xml +++ b/doc/classes/EncodedObjectAsID.xml @@ -1,5 +1,5 @@ - + Holds a reference to an [Object]'s instance ID. diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 37708cda2..4d34ef703 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -1,5 +1,5 @@ - + Access to engine properties. diff --git a/doc/classes/Environment3D.xml b/doc/classes/Environment3D.xml index c449286b3..bf0435a2e 100644 --- a/doc/classes/Environment3D.xml +++ b/doc/classes/Environment3D.xml @@ -1,5 +1,5 @@ - + Resource for environment nodes (like [WorldEnvironment3D]) that define multiple rendering options. diff --git a/doc/classes/ExternalTexture.xml b/doc/classes/ExternalTexture.xml index d6ba8985f..e06f3dc39 100644 --- a/doc/classes/ExternalTexture.xml +++ b/doc/classes/ExternalTexture.xml @@ -1,5 +1,5 @@ - + Enable OpenGL ES external texture extension. diff --git a/doc/classes/File.xml b/doc/classes/File.xml index db53a75bc..451deb3cd 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -1,5 +1,5 @@ - + Type to handle file reading and writing operations. diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index f84f9d01d..17e65a4f6 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/FileSystemDock.xml b/doc/classes/FileSystemDock.xml index 4aa6e8b58..30794186e 100644 --- a/doc/classes/FileSystemDock.xml +++ b/doc/classes/FileSystemDock.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/FlowContainer.xml b/doc/classes/FlowContainer.xml index de677f17e..dff7d12cd 100644 --- a/doc/classes/FlowContainer.xml +++ b/doc/classes/FlowContainer.xml @@ -1,5 +1,5 @@ - + Base class for flow containers. diff --git a/doc/classes/Font.xml b/doc/classes/Font.xml index e16978d45..91b8594d4 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 6b3917a70..c9164c90b 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/Generic6DOFJoint.xml b/doc/classes/Generic6DOFJoint.xml index 801cbb6f5..f938217a0 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 777ea2019..8fcf43a7a 100644 --- a/doc/classes/Geometry.xml +++ b/doc/classes/Geometry.xml @@ -1,5 +1,5 @@ - + Helper node to calculate generic geometry operations. diff --git a/doc/classes/GeometryInstance.xml b/doc/classes/GeometryInstance.xml index 838c20b8c..95233c55e 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 09e076f81..6f6d205a5 100644 --- a/doc/classes/Gradient.xml +++ b/doc/classes/Gradient.xml @@ -1,5 +1,5 @@ - + A color interpolator resource which can be used to generate colors between user-defined color points. diff --git a/doc/classes/GradientTexture.xml b/doc/classes/GradientTexture.xml index c9dc243f9..898227bbe 100644 --- a/doc/classes/GradientTexture.xml +++ b/doc/classes/GradientTexture.xml @@ -1,5 +1,5 @@ - + Gradient-filled texture. diff --git a/doc/classes/GradientTexture2D.xml b/doc/classes/GradientTexture2D.xml index cdddf712a..9ede917e6 100644 --- a/doc/classes/GradientTexture2D.xml +++ b/doc/classes/GradientTexture2D.xml @@ -1,5 +1,5 @@ - + Gradient-filled 2D texture. diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index dd3740b26..026ec1a48 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 d9e26243a..fd56bfb2b 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -1,5 +1,5 @@ - + A GraphNode is a container with potentially 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 c01b2d2c2..ea6d89748 100644 --- a/doc/classes/GridContainer.xml +++ b/doc/classes/GridContainer.xml @@ -1,5 +1,5 @@ - + Grid container used to arrange Control-derived children in a grid like layout. diff --git a/doc/classes/GrooveJoint2D.xml b/doc/classes/GrooveJoint2D.xml index 7f6ef1509..125d2a826 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 8391f1513..d522c383c 100644 --- a/doc/classes/HBoxContainer.xml +++ b/doc/classes/HBoxContainer.xml @@ -1,5 +1,5 @@ - + Horizontal box container. diff --git a/doc/classes/HFlowContainer.xml b/doc/classes/HFlowContainer.xml index 3b7a06212..630db8c81 100644 --- a/doc/classes/HFlowContainer.xml +++ b/doc/classes/HFlowContainer.xml @@ -1,5 +1,5 @@ - + Horizontal flow container. diff --git a/doc/classes/HMACContext.xml b/doc/classes/HMACContext.xml index ccca4682a..d5500c1b0 100644 --- a/doc/classes/HMACContext.xml +++ b/doc/classes/HMACContext.xml @@ -1,5 +1,5 @@ - + Used to create an HMAC for a message using a key. diff --git a/doc/classes/HScrollBar.xml b/doc/classes/HScrollBar.xml index df1e48da9..3ffdb3a9c 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 557bb3c60..5474cb19a 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 a8916f29d..ed76bc518 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 25f2bf186..e59ad33e8 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 aad735764..685bc1728 100644 --- a/doc/classes/HTTPClient.xml +++ b/doc/classes/HTTPClient.xml @@ -1,5 +1,5 @@ - + Low-level hyper-text transfer protocol client. diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index 2c6a43338..98d426c89 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -1,5 +1,5 @@ - + A node with the ability to send HTTP(S) requests. diff --git a/doc/classes/HashingContext.xml b/doc/classes/HashingContext.xml index c6be47757..cd643c22d 100644 --- a/doc/classes/HashingContext.xml +++ b/doc/classes/HashingContext.xml @@ -1,5 +1,5 @@ - + Context to compute cryptographic hashes over multiple iterations. diff --git a/doc/classes/HeightMapShape.xml b/doc/classes/HeightMapShape.xml index ed82a193d..cedb8c77d 100644 --- a/doc/classes/HeightMapShape.xml +++ b/doc/classes/HeightMapShape.xml @@ -1,5 +1,5 @@ - + Height map shape for 3D physics. diff --git a/doc/classes/HingeJoint.xml b/doc/classes/HingeJoint.xml index d670e4066..da12c69e3 100644 --- a/doc/classes/HingeJoint.xml +++ b/doc/classes/HingeJoint.xml @@ -1,5 +1,5 @@ - + A hinge between two 3D PhysicsBodies. diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index 20e030817..c31bab8ec 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -1,5 +1,5 @@ - + Internet protocol (IP) support functions such as DNS resolution. diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 95f194e73..52cfbe323 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -1,5 +1,5 @@ - + Image datatype. diff --git a/doc/classes/ImageTexture.xml b/doc/classes/ImageTexture.xml index 6b4e283b3..a0fe6be8c 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 7b2f3121d..9a7737f84 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/ImmediateMesh.xml b/doc/classes/ImmediateMesh.xml index 4df1e321f..ee21bc704 100644 --- a/doc/classes/ImmediateMesh.xml +++ b/doc/classes/ImmediateMesh.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index e1b37b30d..528645c17 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/InputEvent.xml b/doc/classes/InputEvent.xml index 1e08ea08d..a42fda324 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 731dce8a9..53430420e 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 2e743127e..e64e639f6 100644 --- a/doc/classes/InputEventGesture.xml +++ b/doc/classes/InputEventGesture.xml @@ -1,5 +1,5 @@ - + Base class for touch control gestures. diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index c7755a2aa..41bfb88d0 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 866c8a60e..df87baffe 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 cbc622342..1e68aca6e 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/InputEventMIDI.xml b/doc/classes/InputEventMIDI.xml index 3035a6bab..c0c047a8a 100644 --- a/doc/classes/InputEventMIDI.xml +++ b/doc/classes/InputEventMIDI.xml @@ -1,5 +1,5 @@ - + Input event for MIDI inputs. diff --git a/doc/classes/InputEventMagnifyGesture.xml b/doc/classes/InputEventMagnifyGesture.xml index 09ee49dd5..c6197d45e 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 a6b9fb376..a22dbf054 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 2bc12da84..34af030d9 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 62f33de84..e561a5138 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 fbdade483..210277244 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 9d4646f5b..6d46663bb 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 4af87b0ed..015ddd547 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/InputEventShortCut.xml b/doc/classes/InputEventShortCut.xml index 61757227f..3c74b07f9 100644 --- a/doc/classes/InputEventShortCut.xml +++ b/doc/classes/InputEventShortCut.xml @@ -1,5 +1,5 @@ - + Represents a triggered keyboard [ShortCut]. diff --git a/doc/classes/InputEventWithModifiers.xml b/doc/classes/InputEventWithModifiers.xml index 9df076461..efe02a283 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 560f52410..7f804cb0f 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 5380006a5..3fc3e7159 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 2d7d99def..e5ca67232 100644 --- a/doc/classes/InterpolatedCamera.xml +++ b/doc/classes/InterpolatedCamera.xml @@ -1,5 +1,5 @@ - + [i]Deprecated.[/i] Camera which moves toward another node. diff --git a/doc/classes/IntervalTweener.xml b/doc/classes/IntervalTweener.xml index f7d19ed51..ac8ae4255 100644 --- a/doc/classes/IntervalTweener.xml +++ b/doc/classes/IntervalTweener.xml @@ -1,5 +1,5 @@ - + Creates an idle interval in a [SceneTreeTween] animation. diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index f4fff8034..87db5f989 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/JNISingleton.xml b/doc/classes/JNISingleton.xml index 839a6186c..3af957396 100644 --- a/doc/classes/JNISingleton.xml +++ b/doc/classes/JNISingleton.xml @@ -1,5 +1,5 @@ - + Singleton that connects the engine with Android plugins to interface with native Android code. diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml index b4df8a6f0..fba82f152 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 c25917c8d..9a5d01969 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/JavaClass.xml b/doc/classes/JavaClass.xml index a3061bfed..ead637b48 100644 --- a/doc/classes/JavaClass.xml +++ b/doc/classes/JavaClass.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/JavaClassWrapper.xml b/doc/classes/JavaClassWrapper.xml index 024ab44d9..0bb9a31b2 100644 --- a/doc/classes/JavaClassWrapper.xml +++ b/doc/classes/JavaClassWrapper.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/JavaScript.xml b/doc/classes/JavaScript.xml index fbdedf162..fa93b211d 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/JavaScriptObject.xml b/doc/classes/JavaScriptObject.xml index 51950a18b..eb777bdd1 100644 --- a/doc/classes/JavaScriptObject.xml +++ b/doc/classes/JavaScriptObject.xml @@ -1,5 +1,5 @@ - + A wrapper class for native JavaScript objects. diff --git a/doc/classes/Joint.xml b/doc/classes/Joint.xml index cad0093ec..ba90bd0db 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 18a37ecc8..a81862b98 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 e28b7d404..042196a78 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 d113d682e..c6981f63b 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 16294b5ec..eb4ecd865 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 c86076687..fb70663fd 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 006fd0be7..68d19c535 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/Label3D.xml b/doc/classes/Label3D.xml index adebd9856..8cdffebfb 100644 --- a/doc/classes/Label3D.xml +++ b/doc/classes/Label3D.xml @@ -1,5 +1,5 @@ - + Displays plain text in a 3D world. diff --git a/doc/classes/LargeTexture.xml b/doc/classes/LargeTexture.xml index 6b55eb405..5bf5bb29e 100644 --- a/doc/classes/LargeTexture.xml +++ b/doc/classes/LargeTexture.xml @@ -1,5 +1,5 @@ - + [i]Deprecated.[/i] A [Texture] capable of storing many smaller textures with offsets. diff --git a/doc/classes/Light.xml b/doc/classes/Light.xml index 3faa33861..56fced7ec 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 1789faf6e..2ce54b046 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 62689a66d..c7f66ac0d 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 223990615..4a035c86e 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 c976bc837..b2e48f59a 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 b1c24cf54..5f4e3b4b4 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 01178892b..905816cfa 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 7db03933a..98be44a5b 100644 --- a/doc/classes/Listener.xml +++ b/doc/classes/Listener.xml @@ -1,5 +1,5 @@ - + Overrides the location sounds are heard from. diff --git a/doc/classes/Listener2D.xml b/doc/classes/Listener2D.xml index 5ce00d299..6dcc9ce6e 100644 --- a/doc/classes/Listener2D.xml +++ b/doc/classes/Listener2D.xml @@ -1,5 +1,5 @@ - + Overrides the location sounds are heard from. diff --git a/doc/classes/LoggerBackend.xml b/doc/classes/LoggerBackend.xml index cf5bd7414..6e7fc3c3c 100644 --- a/doc/classes/LoggerBackend.xml +++ b/doc/classes/LoggerBackend.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index 9631c1390..5a1412bee 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -1,5 +1,5 @@ - + Abstract base class for the game's main loop. diff --git a/doc/classes/MarginContainer.xml b/doc/classes/MarginContainer.xml index cda092e88..3a3f957af 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 d0c445658..b2b4c4edc 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 9fb4cb32b..6bdad7c2a 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 87a1180d2..7e574a4af 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/MergeGroup.xml b/doc/classes/MergeGroup.xml index 731332ef8..0e283d419 100644 --- a/doc/classes/MergeGroup.xml +++ b/doc/classes/MergeGroup.xml @@ -1,5 +1,5 @@ - + MergeGroups allow merging of suitable meshes, which can enhance performance. diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml index c0519e5b9..32300eff7 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/MeshDataInstance2D.xml b/doc/classes/MeshDataInstance2D.xml index ce8e7d655..8d20490a3 100644 --- a/doc/classes/MeshDataInstance2D.xml +++ b/doc/classes/MeshDataInstance2D.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/MeshDataTool.xml b/doc/classes/MeshDataTool.xml index 4f63c044b..9064310ad 100644 --- a/doc/classes/MeshDataTool.xml +++ b/doc/classes/MeshDataTool.xml @@ -1,5 +1,5 @@ - + Helper tool to access and edit [Mesh] data. diff --git a/doc/classes/MeshInstance.xml b/doc/classes/MeshInstance.xml index 197f5ed24..2b7ef9a60 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/MeshInstance2D.xml b/doc/classes/MeshInstance2D.xml index 04264c530..c10b17869 100644 --- a/doc/classes/MeshInstance2D.xml +++ b/doc/classes/MeshInstance2D.xml @@ -1,5 +1,5 @@ - + Node used for displaying a [Mesh] in 2D. diff --git a/doc/classes/MeshTexture.xml b/doc/classes/MeshTexture.xml index 7f6360fef..a80168609 100644 --- a/doc/classes/MeshTexture.xml +++ b/doc/classes/MeshTexture.xml @@ -1,5 +1,5 @@ - + Simple texture that uses a mesh to draw itself. diff --git a/doc/classes/MethodTweener.xml b/doc/classes/MethodTweener.xml index 7de514492..bd3221f72 100644 --- a/doc/classes/MethodTweener.xml +++ b/doc/classes/MethodTweener.xml @@ -1,5 +1,5 @@ - + Interpolates an abstract value and supplies it to a method called over time. diff --git a/doc/classes/MultiMesh.xml b/doc/classes/MultiMesh.xml index 56ef46bd7..1270bfe83 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 c9004395d..ee5955c43 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/MultiMeshInstance2D.xml b/doc/classes/MultiMeshInstance2D.xml index 928a8e0ba..a7c7b32e5 100644 --- a/doc/classes/MultiMeshInstance2D.xml +++ b/doc/classes/MultiMeshInstance2D.xml @@ -1,5 +1,5 @@ - + Node that instances a [MultiMesh] in 2D. diff --git a/doc/classes/MultiplayerAPI.xml b/doc/classes/MultiplayerAPI.xml index d807cbe94..eb48c0a33 100644 --- a/doc/classes/MultiplayerAPI.xml +++ b/doc/classes/MultiplayerAPI.xml @@ -1,5 +1,5 @@ - + High-level multiplayer API. diff --git a/doc/classes/Mutex.xml b/doc/classes/Mutex.xml index 00b59253c..32a787b26 100644 --- a/doc/classes/Mutex.xml +++ b/doc/classes/Mutex.xml @@ -1,5 +1,5 @@ - + A synchronization mutex (mutual exclusion). diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml index 6c619020b..8d6fe1f57 100644 --- a/doc/classes/Navigation.xml +++ b/doc/classes/Navigation.xml @@ -1,5 +1,5 @@ - + Mesh-based navigation and pathfinding node. diff --git a/doc/classes/Navigation2D.xml b/doc/classes/Navigation2D.xml index 2ab7fd06f..3f2fb53cd 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/Navigation2DServer.xml b/doc/classes/Navigation2DServer.xml index c372d86dd..a5c99a8ab 100644 --- a/doc/classes/Navigation2DServer.xml +++ b/doc/classes/Navigation2DServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level 2D navigation access. diff --git a/doc/classes/NavigationAgent.xml b/doc/classes/NavigationAgent.xml index 988347ba9..c231bf086 100644 --- a/doc/classes/NavigationAgent.xml +++ b/doc/classes/NavigationAgent.xml @@ -1,5 +1,5 @@ - + 3D agent used in navigation for collision avoidance. diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml index d4ab0dafb..bd88bfc4d 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -1,5 +1,5 @@ - + 2D agent used in navigation for collision avoidance. diff --git a/doc/classes/NavigationGeometryParser2D.xml b/doc/classes/NavigationGeometryParser2D.xml index fed7e29d4..e8ef4a41f 100644 --- a/doc/classes/NavigationGeometryParser2D.xml +++ b/doc/classes/NavigationGeometryParser2D.xml @@ -1,5 +1,5 @@ - + Parser to contribute a node's geometry data for [NavigationPolygon] baking. diff --git a/doc/classes/NavigationGeometryParser3D.xml b/doc/classes/NavigationGeometryParser3D.xml index d2588801b..5ff270cc1 100644 --- a/doc/classes/NavigationGeometryParser3D.xml +++ b/doc/classes/NavigationGeometryParser3D.xml @@ -1,5 +1,5 @@ - + Parser to contribute a node's geometry data for [NavigationMesh] baking. diff --git a/doc/classes/NavigationLink2D.xml b/doc/classes/NavigationLink2D.xml index bd22e8812..3e7a9b7ef 100644 --- a/doc/classes/NavigationLink2D.xml +++ b/doc/classes/NavigationLink2D.xml @@ -1,5 +1,5 @@ - + A link between two positions on [NavigationRegion2D]s that agents can be routed through. diff --git a/doc/classes/NavigationLink3D.xml b/doc/classes/NavigationLink3D.xml index 4b8af11a7..0f48d682a 100644 --- a/doc/classes/NavigationLink3D.xml +++ b/doc/classes/NavigationLink3D.xml @@ -1,5 +1,5 @@ - + A link between two positions on [NavigationRegion3D]s that agents can be routed through. diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index 653df8585..9b7f03e57 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -1,5 +1,5 @@ - + A mesh that defines the areas traversable by navigation agents that are safe from obstructions. diff --git a/doc/classes/NavigationMeshGenerator.xml b/doc/classes/NavigationMeshGenerator.xml index 438fd0fad..b027e4aa8 100644 --- a/doc/classes/NavigationMeshGenerator.xml +++ b/doc/classes/NavigationMeshGenerator.xml @@ -1,5 +1,5 @@ - + Server for navigation mesh baking and source geometry parsing. diff --git a/doc/classes/NavigationMeshInstance.xml b/doc/classes/NavigationMeshInstance.xml index 5d76e2797..bfd303559 100644 --- a/doc/classes/NavigationMeshInstance.xml +++ b/doc/classes/NavigationMeshInstance.xml @@ -1,5 +1,5 @@ - + An instance of a [NavigationMesh]. It tells the [Navigation] node what can be navigated and what cannot, based on the [NavigationMesh] resource. By default this node will register to the default [World3D] navigation map. If this node is a child of a [Navigation] node it will register to the navigation map of the navigation node. diff --git a/doc/classes/NavigationMeshSourceGeometryData2D.xml b/doc/classes/NavigationMeshSourceGeometryData2D.xml index 45ba80e86..f3193e092 100644 --- a/doc/classes/NavigationMeshSourceGeometryData2D.xml +++ b/doc/classes/NavigationMeshSourceGeometryData2D.xml @@ -1,5 +1,5 @@ - + Contains parsed source geometry data for use in [NavigationPolygon] baking with the [NavigationMeshGenerator]. diff --git a/doc/classes/NavigationMeshSourceGeometryData3D.xml b/doc/classes/NavigationMeshSourceGeometryData3D.xml index 259233f14..1e7cc8b51 100644 --- a/doc/classes/NavigationMeshSourceGeometryData3D.xml +++ b/doc/classes/NavigationMeshSourceGeometryData3D.xml @@ -1,5 +1,5 @@ - + Contains parsed source geometry data for use in [NavigationMesh] baking with the [NavigationMeshGenerator]. diff --git a/doc/classes/NavigationObstacle.xml b/doc/classes/NavigationObstacle.xml index 365645e6e..e2dae1761 100644 --- a/doc/classes/NavigationObstacle.xml +++ b/doc/classes/NavigationObstacle.xml @@ -1,5 +1,5 @@ - + 3D Obstacle used in navigation to constrain avoidance controlled agents outside or inside an area. diff --git a/doc/classes/NavigationObstacle2D.xml b/doc/classes/NavigationObstacle2D.xml index ce1b8d837..70387903b 100644 --- a/doc/classes/NavigationObstacle2D.xml +++ b/doc/classes/NavigationObstacle2D.xml @@ -1,5 +1,5 @@ - + 2D Obstacle used in navigation to constrain avoidance controlled agents outside or inside an area. diff --git a/doc/classes/NavigationPathQueryParameters2D.xml b/doc/classes/NavigationPathQueryParameters2D.xml index a82992c39..cd6c15fb0 100644 --- a/doc/classes/NavigationPathQueryParameters2D.xml +++ b/doc/classes/NavigationPathQueryParameters2D.xml @@ -1,5 +1,5 @@ - + Provides parameters for 2D navigation path queries. diff --git a/doc/classes/NavigationPathQueryParameters3D.xml b/doc/classes/NavigationPathQueryParameters3D.xml index a2415c3f2..c1c07ca3a 100644 --- a/doc/classes/NavigationPathQueryParameters3D.xml +++ b/doc/classes/NavigationPathQueryParameters3D.xml @@ -1,5 +1,5 @@ - + Provides parameters for 3D navigation path queries. diff --git a/doc/classes/NavigationPathQueryResult2D.xml b/doc/classes/NavigationPathQueryResult2D.xml index 55dd6709d..173b1c341 100644 --- a/doc/classes/NavigationPathQueryResult2D.xml +++ b/doc/classes/NavigationPathQueryResult2D.xml @@ -1,5 +1,5 @@ - + Represents the result of a 2D pathfinding query. diff --git a/doc/classes/NavigationPathQueryResult3D.xml b/doc/classes/NavigationPathQueryResult3D.xml index 77d934d07..fe0827bb4 100644 --- a/doc/classes/NavigationPathQueryResult3D.xml +++ b/doc/classes/NavigationPathQueryResult3D.xml @@ -1,5 +1,5 @@ - + Represents the result of a 3D pathfinding query. diff --git a/doc/classes/NavigationPolygon.xml b/doc/classes/NavigationPolygon.xml index 6feb9c7bf..494e0200c 100644 --- a/doc/classes/NavigationPolygon.xml +++ b/doc/classes/NavigationPolygon.xml @@ -1,5 +1,5 @@ - + A NavigationPolygon is used in pathfinding to describe the traversable area that is safe from collision and other obstructions, assuming an agent's center position at zero radius. diff --git a/doc/classes/NavigationPolygonInstance.xml b/doc/classes/NavigationPolygonInstance.xml index f732861e6..737fd3a1c 100644 --- a/doc/classes/NavigationPolygonInstance.xml +++ b/doc/classes/NavigationPolygonInstance.xml @@ -1,5 +1,5 @@ - + A region of the 2D navigation map. diff --git a/doc/classes/NavigationServer.xml b/doc/classes/NavigationServer.xml index 259fb9da7..c5c5e2847 100644 --- a/doc/classes/NavigationServer.xml +++ b/doc/classes/NavigationServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level 3D navigation access. diff --git a/doc/classes/NetworkedMultiplayerCustom.xml b/doc/classes/NetworkedMultiplayerCustom.xml index ea5e3da15..1e2ff1c94 100644 --- a/doc/classes/NetworkedMultiplayerCustom.xml +++ b/doc/classes/NetworkedMultiplayerCustom.xml @@ -1,5 +1,5 @@ - + A [NetworkedMultiplayerPeer] implementation that can be controlled from a script. diff --git a/doc/classes/NetworkedMultiplayerPeer.xml b/doc/classes/NetworkedMultiplayerPeer.xml index b2f30c8b8..14bdea517 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/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index 68e2003b1..e87eabee4 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 e985841eb..9140da2f8 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 40870fa5e..350a2fa9f 100644 --- a/doc/classes/Node2D.xml +++ b/doc/classes/Node2D.xml @@ -1,5 +1,5 @@ - + A 2D game object, inherited by 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 3619c1284..6838c7df2 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 c903f79c1..174c38144 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -1,5 +1,5 @@ - + Operating System functions. diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 4042b19be..24095d7ff 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/Occluder.xml b/doc/classes/Occluder.xml index 456236af9..0a1c6f6b6 100644 --- a/doc/classes/Occluder.xml +++ b/doc/classes/Occluder.xml @@ -1,5 +1,5 @@ - + Allows [OccluderShape]s to be used for occlusion culling. diff --git a/doc/classes/OccluderPolygon2D.xml b/doc/classes/OccluderPolygon2D.xml index 9a631c925..a6ee16116 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/OccluderShape.xml b/doc/classes/OccluderShape.xml index 4cbdb90bb..f364faf8f 100644 --- a/doc/classes/OccluderShape.xml +++ b/doc/classes/OccluderShape.xml @@ -1,5 +1,5 @@ - + Base class for shapes used for occlusion culling by the [Occluder] node. diff --git a/doc/classes/OccluderShapePolygon.xml b/doc/classes/OccluderShapePolygon.xml index c3e444e55..3cc0504b6 100644 --- a/doc/classes/OccluderShapePolygon.xml +++ b/doc/classes/OccluderShapePolygon.xml @@ -1,5 +1,5 @@ - + Polygon occlusion primitive for use with the [Occluder] node. diff --git a/doc/classes/OccluderShapeSphere.xml b/doc/classes/OccluderShapeSphere.xml index a9c826465..13a2bbd09 100644 --- a/doc/classes/OccluderShapeSphere.xml +++ b/doc/classes/OccluderShapeSphere.xml @@ -1,5 +1,5 @@ - + Spherical occlusion primitive for use with the [Occluder] node. diff --git a/doc/classes/OmniLight.xml b/doc/classes/OmniLight.xml index 2749ceb9f..99832753a 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 5240b1a07..bbe9d6997 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 614982ba5..156d8083a 100644 --- a/doc/classes/PCKPacker.xml +++ b/doc/classes/PCKPacker.xml @@ -1,5 +1,5 @@ - + Creates packages that can be loaded into a running project. diff --git a/doc/classes/PHashTranslation.xml b/doc/classes/PHashTranslation.xml index 91405b5bc..38123838e 100644 --- a/doc/classes/PHashTranslation.xml +++ b/doc/classes/PHashTranslation.xml @@ -1,5 +1,5 @@ - + Optimized translation. diff --git a/doc/classes/PLogger.xml b/doc/classes/PLogger.xml index b633e1e97..b23dbe2dc 100644 --- a/doc/classes/PLogger.xml +++ b/doc/classes/PLogger.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PackedDataContainer.xml b/doc/classes/PackedDataContainer.xml index 719dadb1f..6879f417b 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 021e42a73..b085d256a 100644 --- a/doc/classes/PackedDataContainerRef.xml +++ b/doc/classes/PackedDataContainerRef.xml @@ -1,5 +1,5 @@ - + Reference version of [PackedDataContainer]. diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 633f9809f..cb88167f2 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 716eaa973..57589ecba 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/PacketPeerDTLS.xml b/doc/classes/PacketPeerDTLS.xml index 2a605a71a..18c40ca55 100644 --- a/doc/classes/PacketPeerDTLS.xml +++ b/doc/classes/PacketPeerDTLS.xml @@ -1,5 +1,5 @@ - + DTLS packet peer. diff --git a/doc/classes/PacketPeerStream.xml b/doc/classes/PacketPeerStream.xml index 584eadf07..563b0c0b6 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 66ef9f6c6..ebdc52961 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 2a479d0d7..4cdcd67bf 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 93efb1a26..edcdbb590 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 61ba2ee0e..46e14e70a 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 8c0abc3cb..9226cefe1 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 5c4d92a75..8fc001d14 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/ParticlesMaterial.xml b/doc/classes/ParticlesMaterial.xml index 6ad66ee6a..278f068d2 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 1a0633113..d8a7ace1d 100644 --- a/doc/classes/Path.xml +++ b/doc/classes/Path.xml @@ -1,5 +1,5 @@ - + Contains a [Curve3D] path for [PathFollow] nodes to follow. diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index da0e3257c..54e36088d 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 f548b4efe..bca07ee7a 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 01f25b91f..e67490a9d 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 9eec8ac3d..317167173 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 067c346a9..01d462a61 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/Physics2DDirectSpaceState.xml b/doc/classes/Physics2DDirectSpaceState.xml index 4a03a387a..da5ecb4d8 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 7c43ba33d..fc97f6b79 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level 2D physics access. diff --git a/doc/classes/Physics2DShapeQueryParameters.xml b/doc/classes/Physics2DShapeQueryParameters.xml index 5e72178fc..21334a158 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/Physics2DTestMotionResult.xml b/doc/classes/Physics2DTestMotionResult.xml index d83ee75fa..aa260acae 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 21d478bd3..196c789d2 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 db101bcc2..102445d1e 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 10f4d3c5b..dedfdf0a5 100644 --- a/doc/classes/PhysicsDirectBodyState.xml +++ b/doc/classes/PhysicsDirectBodyState.xml @@ -1,5 +1,5 @@ - + Direct access object to a physics body in the [PhysicsServer]. diff --git a/doc/classes/PhysicsDirectSpaceState.xml b/doc/classes/PhysicsDirectSpaceState.xml index 6bdabc053..908448203 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/PhysicsMaterial.xml b/doc/classes/PhysicsMaterial.xml index 7471ad091..e0a241ee7 100644 --- a/doc/classes/PhysicsMaterial.xml +++ b/doc/classes/PhysicsMaterial.xml @@ -1,5 +1,5 @@ - + A material for physics properties. diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index ff5b360a1..718425d4f 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 90c3b54fe..e0e1b6598 100644 --- a/doc/classes/PhysicsShapeQueryParameters.xml +++ b/doc/classes/PhysicsShapeQueryParameters.xml @@ -1,5 +1,5 @@ - + Parameters to be sent to a 3D shape physics query. diff --git a/doc/classes/PhysicsTestMotionResult.xml b/doc/classes/PhysicsTestMotionResult.xml index 78dbb8add..3c4ccf80c 100644 --- a/doc/classes/PhysicsTestMotionResult.xml +++ b/doc/classes/PhysicsTestMotionResult.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml index 09b089e9f..7a249b56d 100644 --- a/doc/classes/PinJoint.xml +++ b/doc/classes/PinJoint.xml @@ -1,5 +1,5 @@ - + Pin joint for 3D PhysicsBodies. diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml index 68521c892..1d13bd401 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 4883939dd..09695b305 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 b6ff95077..2be78df48 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 58cd57582..30646e86d 100644 --- a/doc/classes/PlaneShape.xml +++ b/doc/classes/PlaneShape.xml @@ -1,5 +1,5 @@ - + Infinite plane shape for 3D collisions. diff --git a/doc/classes/PointMesh.xml b/doc/classes/PointMesh.xml index 099adf150..1f77522f8 100644 --- a/doc/classes/PointMesh.xml +++ b/doc/classes/PointMesh.xml @@ -1,5 +1,5 @@ - + Mesh with a single Point primitive. diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index 91b02a187..37e46e6f2 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 ab0063cf2..b867135d3 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 436965fd4..93725b201 100644 --- a/doc/classes/PoolByteArray.xml +++ b/doc/classes/PoolByteArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of bytes. diff --git a/doc/classes/PoolColorArray.xml b/doc/classes/PoolColorArray.xml index 2f33d6fc2..9b037cdc9 100644 --- a/doc/classes/PoolColorArray.xml +++ b/doc/classes/PoolColorArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Color]s. diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml index a4500f6e1..3fd1e833e 100644 --- a/doc/classes/PoolIntArray.xml +++ b/doc/classes/PoolIntArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of integers ([int]). diff --git a/doc/classes/PoolRealArray.xml b/doc/classes/PoolRealArray.xml index 729ae11f5..7d44dab64 100644 --- a/doc/classes/PoolRealArray.xml +++ b/doc/classes/PoolRealArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of real numbers ([float]). diff --git a/doc/classes/PoolStringArray.xml b/doc/classes/PoolStringArray.xml index be9c93ba8..42d4b574d 100644 --- a/doc/classes/PoolStringArray.xml +++ b/doc/classes/PoolStringArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of [String]. diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index 3440275d3..887495fe6 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Vector2]s. diff --git a/doc/classes/PoolVector2iArray.xml b/doc/classes/PoolVector2iArray.xml index 4bcd4cd1a..f76d3c624 100644 --- a/doc/classes/PoolVector2iArray.xml +++ b/doc/classes/PoolVector2iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector3Array.xml b/doc/classes/PoolVector3Array.xml index af123b988..a02bceba6 100644 --- a/doc/classes/PoolVector3Array.xml +++ b/doc/classes/PoolVector3Array.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Vector3]. diff --git a/doc/classes/PoolVector3iArray.xml b/doc/classes/PoolVector3iArray.xml index b7831381a..4b1859065 100644 --- a/doc/classes/PoolVector3iArray.xml +++ b/doc/classes/PoolVector3iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector4Array.xml b/doc/classes/PoolVector4Array.xml index 2e6e7b11f..c20316a5e 100644 --- a/doc/classes/PoolVector4Array.xml +++ b/doc/classes/PoolVector4Array.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector4iArray.xml b/doc/classes/PoolVector4iArray.xml index cfef2f182..0e019b1f5 100644 --- a/doc/classes/PoolVector4iArray.xml +++ b/doc/classes/PoolVector4iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index 932a99391..d3f3c19cc 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -1,5 +1,5 @@ - + Base container control for popups and dialogs. diff --git a/doc/classes/PopupDialog.xml b/doc/classes/PopupDialog.xml index 11844c8bd..a903d5756 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 08546b50a..fe72c590d 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -1,5 +1,5 @@ - + PopupMenu displays a list of options. diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml index 66d600c02..470f731f8 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/Portal.xml b/doc/classes/Portal.xml index dcc80940f..8f193068a 100644 --- a/doc/classes/Portal.xml +++ b/doc/classes/Portal.xml @@ -1,5 +1,5 @@ - + Portal nodes are used to enable visibility between [Room]s. diff --git a/doc/classes/Position2D.xml b/doc/classes/Position2D.xml index 8af085050..58e15ec6e 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 61b6a3bbd..003242d41 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 643eb5bcb..72916dd68 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. diff --git a/doc/classes/PrismMesh.xml b/doc/classes/PrismMesh.xml index 760fe04f2..6c59f06fb 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 6dddd65f5..ebbc9bcf1 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. diff --git a/doc/classes/ProcessGroup.xml b/doc/classes/ProcessGroup.xml index 2df7ce02b..d80ef1661 100644 --- a/doc/classes/ProcessGroup.xml +++ b/doc/classes/ProcessGroup.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index a4351f614..3823f4bf1 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 df0259f1a..e66b6a4a5 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/Projection.xml b/doc/classes/Projection.xml index 5907997b2..7661827dc 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Prop2DDataMeshData.xml b/doc/classes/Prop2DDataMeshData.xml index 980394edc..7846d89fa 100644 --- a/doc/classes/Prop2DDataMeshData.xml +++ b/doc/classes/Prop2DDataMeshData.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Prop2DDataSprite.xml b/doc/classes/Prop2DDataSprite.xml index 835dc4988..133975995 100644 --- a/doc/classes/Prop2DDataSprite.xml +++ b/doc/classes/Prop2DDataSprite.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PropertyTweener.xml b/doc/classes/PropertyTweener.xml index b46214af8..6d18b57c7 100644 --- a/doc/classes/PropertyTweener.xml +++ b/doc/classes/PropertyTweener.xml @@ -1,5 +1,5 @@ - + Interpolates an [Object]'s property over time. diff --git a/doc/classes/ProximityGroup.xml b/doc/classes/ProximityGroup.xml index b9eb018fc..962cb26a2 100644 --- a/doc/classes/ProximityGroup.xml +++ b/doc/classes/ProximityGroup.xml @@ -1,5 +1,5 @@ - + General-purpose 3D proximity detection node. diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml index 7d30b8152..8c94b792c 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 b07870104..f3ced6768 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/Quaternion.xml b/doc/classes/Quaternion.xml index 52ef7522d..bcf3c8b32 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -1,5 +1,5 @@ - + Quaternion. diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml index ac887d512..7cfc83dc8 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/RWLock.xml b/doc/classes/RWLock.xml index ac8e26b4d..d42cc8023 100644 --- a/doc/classes/RWLock.xml +++ b/doc/classes/RWLock.xml @@ -1,5 +1,5 @@ - + A Read Write Lock. diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml index 89afd6dfd..40d148547 100644 --- a/doc/classes/RandomNumberGenerator.xml +++ b/doc/classes/RandomNumberGenerator.xml @@ -1,5 +1,5 @@ - + A class for generating pseudo-random numbers. diff --git a/doc/classes/Range.xml b/doc/classes/Range.xml index 2b30fc7d2..34d392547 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 2619dc99f..938b4233b 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 f995e2f75..7a2da9ca3 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 58e490226..52b888797 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 c79d02335..c57922d1a 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 c0e827279..f86f6350b 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/Rect2i.xml b/doc/classes/Rect2i.xml index c83bc82cd..35eb4b2e3 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml index be275ffad..4ea70c585 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 68c911485..75a90c30b 100644 --- a/doc/classes/Reference.xml +++ b/doc/classes/Reference.xml @@ -1,5 +1,5 @@ - + Base class for reference-counted objects. diff --git a/doc/classes/ReferenceRect.xml b/doc/classes/ReferenceRect.xml index ad5732271..8faeb98cd 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 5088261d0..07826160b 100644 --- a/doc/classes/ReflectionProbe.xml +++ b/doc/classes/ReflectionProbe.xml @@ -1,5 +1,5 @@ - + Captures its surroundings to create fast, accurate reflections from a given point. diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml index 7ab9bf4c1..6a5ac9728 100644 --- a/doc/classes/RemoteTransform.xml +++ b/doc/classes/RemoteTransform.xml @@ -1,5 +1,5 @@ - + RemoteTransform pushes its own [Transform] to another [Spatial] derived Node in the scene. diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 772ed6394..98dfb1355 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -1,5 +1,5 @@ - + RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] derived Node in the scene. diff --git a/doc/classes/RenderingServer.xml b/doc/classes/RenderingServer.xml index 9a9a6d5c1..0eb382279 100644 --- a/doc/classes/RenderingServer.xml +++ b/doc/classes/RenderingServer.xml @@ -1,5 +1,5 @@ - + Server for anything visible. diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml index c4d29dbe0..da39f46e8 100644 --- a/doc/classes/Resource.xml +++ b/doc/classes/Resource.xml @@ -1,5 +1,5 @@ - + Base class for serializable objects. diff --git a/doc/classes/ResourceFormatLoader.xml b/doc/classes/ResourceFormatLoader.xml index 7a1324f1b..5b1ad1fa7 100644 --- a/doc/classes/ResourceFormatLoader.xml +++ b/doc/classes/ResourceFormatLoader.xml @@ -1,5 +1,5 @@ - + Loads a specific resource type from a file. diff --git a/doc/classes/ResourceFormatSaver.xml b/doc/classes/ResourceFormatSaver.xml index 1c77b603d..061429413 100644 --- a/doc/classes/ResourceFormatSaver.xml +++ b/doc/classes/ResourceFormatSaver.xml @@ -1,5 +1,5 @@ - + Saves a specific resource type to a file. diff --git a/doc/classes/ResourceImporter.xml b/doc/classes/ResourceImporter.xml index e7ffea49c..2d9998e03 100644 --- a/doc/classes/ResourceImporter.xml +++ b/doc/classes/ResourceImporter.xml @@ -1,5 +1,5 @@ - + Base class for the implementation of core resource importers. diff --git a/doc/classes/ResourceInteractiveLoader.xml b/doc/classes/ResourceInteractiveLoader.xml index 53838d21f..e8cb8f39b 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 9d6ab00bd..bad5eb8de 100644 --- a/doc/classes/ResourceLoader.xml +++ b/doc/classes/ResourceLoader.xml @@ -1,5 +1,5 @@ - + Singleton used to load resource files. diff --git a/doc/classes/ResourcePreloader.xml b/doc/classes/ResourcePreloader.xml index 2095090ce..0939685ad 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 461b1a0f7..0099713ad 100644 --- a/doc/classes/ResourceSaver.xml +++ b/doc/classes/ResourceSaver.xml @@ -1,5 +1,5 @@ - + Singleton for saving Godot-specific resource types. diff --git a/doc/classes/RichTextEffect.xml b/doc/classes/RichTextEffect.xml index 008c89e60..f29f12f67 100644 --- a/doc/classes/RichTextEffect.xml +++ b/doc/classes/RichTextEffect.xml @@ -1,5 +1,5 @@ - + A custom effect for use with [RichTextLabel]. diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 0e68db3a2..62cd09bf0 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 d25880e7a..d00d69eb1 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 b80897fec..92df7e94d 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/Room.xml b/doc/classes/Room.xml index 83c85a7de..a2c2edd1a 100644 --- a/doc/classes/Room.xml +++ b/doc/classes/Room.xml @@ -1,5 +1,5 @@ - + Room node, used to group objects together locally for [Portal] culling. diff --git a/doc/classes/RoomGroup.xml b/doc/classes/RoomGroup.xml index 2db06146a..d96f6ce45 100644 --- a/doc/classes/RoomGroup.xml +++ b/doc/classes/RoomGroup.xml @@ -1,5 +1,5 @@ - + Groups [Room]s together to allow common functionality. diff --git a/doc/classes/RoomManager.xml b/doc/classes/RoomManager.xml index 328841456..f423f10b0 100644 --- a/doc/classes/RoomManager.xml +++ b/doc/classes/RoomManager.xml @@ -1,5 +1,5 @@ - + The RoomManager node is used to control the portal culling system. diff --git a/doc/classes/RootMotionView.xml b/doc/classes/RootMotionView.xml index 043a19004..336ebe707 100644 --- a/doc/classes/RootMotionView.xml +++ b/doc/classes/RootMotionView.xml @@ -1,5 +1,5 @@ - + Editor-only helper for setting up root motion in [AnimationTree]. diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml index b767c749b..cff8cebb1 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 34104433e..ee4d60e93 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -1,5 +1,5 @@ - + Manages the game loop via a hierarchy of nodes. diff --git a/doc/classes/SceneTreeTimer.xml b/doc/classes/SceneTreeTimer.xml index d2ef3a688..181d4a386 100644 --- a/doc/classes/SceneTreeTimer.xml +++ b/doc/classes/SceneTreeTimer.xml @@ -1,5 +1,5 @@ - + One-shot timer. diff --git a/doc/classes/SceneTreeTween.xml b/doc/classes/SceneTreeTween.xml index df541ef9d..398056f2c 100644 --- a/doc/classes/SceneTreeTween.xml +++ b/doc/classes/SceneTreeTween.xml @@ -1,5 +1,5 @@ - + Lightweight object used for general-purpose animation via script, using [Tweener]s. diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 8514a9579..9db262d10 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/ScriptCreateDialog.xml b/doc/classes/ScriptCreateDialog.xml index cf6d82733..b3d9f1a27 100644 --- a/doc/classes/ScriptCreateDialog.xml +++ b/doc/classes/ScriptCreateDialog.xml @@ -1,5 +1,5 @@ - + The Editor's popup dialog for creating new [Script] files. diff --git a/doc/classes/ScriptServer.xml b/doc/classes/ScriptServer.xml index c2217b0a8..5c4bba66e 100644 --- a/doc/classes/ScriptServer.xml +++ b/doc/classes/ScriptServer.xml @@ -1,5 +1,5 @@ - + Global script class management singleton. diff --git a/doc/classes/ScrollBar.xml b/doc/classes/ScrollBar.xml index a5bacb1d3..ba542abae 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 ebfd1071c..2771c6449 100644 --- a/doc/classes/ScrollContainer.xml +++ b/doc/classes/ScrollContainer.xml @@ -1,5 +1,5 @@ - + A helper node for displaying scrollable elements such as lists. diff --git a/doc/classes/SegmentShape2D.xml b/doc/classes/SegmentShape2D.xml index 78b2945f6..5b829e9e2 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 42bb95db3..e99d62339 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 57b46efc6..70935a8a8 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 86d3a6db1..f02f0ac21 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 bbc150aa8..f0ff949f7 100644 --- a/doc/classes/ShaderMaterial.xml +++ b/doc/classes/ShaderMaterial.xml @@ -1,5 +1,5 @@ - + A material that uses a custom [Shader] program. diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index 8c374d831..0f7cc2e6c 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 64dabf9ee..37fcd8e4e 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/ShapeCast.xml b/doc/classes/ShapeCast.xml index 38baef3e1..b47d02a24 100644 --- a/doc/classes/ShapeCast.xml +++ b/doc/classes/ShapeCast.xml @@ -1,5 +1,5 @@ - + Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node. diff --git a/doc/classes/ShapeCast2D.xml b/doc/classes/ShapeCast2D.xml index 2f987972d..2d6242a4c 100644 --- a/doc/classes/ShapeCast2D.xml +++ b/doc/classes/ShapeCast2D.xml @@ -1,5 +1,5 @@ - + Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node. diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml index c620e9840..a94bb4d0e 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/Sky.xml b/doc/classes/Sky.xml index 1166187a2..28f1bab11 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 78cd29105..e9057bb85 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 f8e791d13..b83ac98d7 100644 --- a/doc/classes/SliderJoint.xml +++ b/doc/classes/SliderJoint.xml @@ -1,5 +1,5 @@ - + Slider between two PhysicsBodies in 3D. diff --git a/doc/classes/SoftBody.xml b/doc/classes/SoftBody.xml index a10fcbdfc..2cf754cce 100644 --- a/doc/classes/SoftBody.xml +++ b/doc/classes/SoftBody.xml @@ -1,5 +1,5 @@ - + A soft mesh physics body. diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 7243f7460..12255cc5c 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 da677ee32..a1f1e3191 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 d8b8f6cf1..b8b85fc7a 100644 --- a/doc/classes/SpatialMaterial.xml +++ b/doc/classes/SpatialMaterial.xml @@ -1,5 +1,5 @@ - + Default 3D rendering material. diff --git a/doc/classes/SpatialVelocityTracker.xml b/doc/classes/SpatialVelocityTracker.xml index 3f0158c9e..0f258ebbc 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 d4b71dd07..0a9f9d496 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 3eef779ee..1e7365138 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 661784c2e..4438d8607 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 34cf5d856..850029e13 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 803e878c7..8a47cf555 100644 --- a/doc/classes/SpotLight.xml +++ b/doc/classes/SpotLight.xml @@ -1,5 +1,5 @@ - + A spotlight, such as a reflector spotlight or a lantern. diff --git a/doc/classes/SpringArm.xml b/doc/classes/SpringArm.xml index 97ba72713..7515e6e5d 100644 --- a/doc/classes/SpringArm.xml +++ b/doc/classes/SpringArm.xml @@ -1,5 +1,5 @@ - + A helper node, mostly used in 3rd person cameras. diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index 9c47e5a9e..692b11eac 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 bab37e8ec..d3320ca9f 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -1,5 +1,5 @@ - + 2D sprite node in a 3D world. diff --git a/doc/classes/SpriteBase3D.xml b/doc/classes/SpriteBase3D.xml index d1050fcd4..1a35ef8a6 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 fe9ad90af..3f51f4b93 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -1,5 +1,5 @@ - + Sprite frame library for AnimatedSprite and AnimatedSprite3D. diff --git a/doc/classes/StaticBody.xml b/doc/classes/StaticBody.xml index 8f398ee09..82ca86191 100644 --- a/doc/classes/StaticBody.xml +++ b/doc/classes/StaticBody.xml @@ -1,5 +1,5 @@ - + Physics body for 3D physics which is static or moves only by script. Useful for floor and walls. diff --git a/doc/classes/StaticBody2D.xml b/doc/classes/StaticBody2D.xml index a19eae072..320f101b5 100644 --- a/doc/classes/StaticBody2D.xml +++ b/doc/classes/StaticBody2D.xml @@ -1,5 +1,5 @@ - + Physics body for 2D physics which is static or moves only by script. Useful for floor and walls. diff --git a/doc/classes/StreamPeer.xml b/doc/classes/StreamPeer.xml index 34bbaf13c..676fc0c73 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 e7d4924fd..2ff775993 100644 --- a/doc/classes/StreamPeerBuffer.xml +++ b/doc/classes/StreamPeerBuffer.xml @@ -1,5 +1,5 @@ - + Data buffer stream peer. diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 9f77c8d1b..00197f10e 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 76bdc874f..676a9803b 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 8e233f420..32322199d 100644 --- a/doc/classes/StreamTexture.xml +++ b/doc/classes/StreamTexture.xml @@ -1,5 +1,5 @@ - + A [code].stex[/code] texture. diff --git a/doc/classes/String.xml b/doc/classes/String.xml index f7bef00a9..d10d5b655 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -1,5 +1,5 @@ - + Built-in string class. diff --git a/doc/classes/StringName.xml b/doc/classes/StringName.xml index 351e9d856..a33c7411e 100644 --- a/doc/classes/StringName.xml +++ b/doc/classes/StringName.xml @@ -1,5 +1,5 @@ - + A built-in type for unique strings. diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml index 9594ee98c..7dc1b2ed7 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 d2c5cd568..e7a93a54c 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 e065ecd6d..fc55c3633 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 82494e3e9..6c610da31 100644 --- a/doc/classes/StyleBoxLine.xml +++ b/doc/classes/StyleBoxLine.xml @@ -1,5 +1,5 @@ - + [StyleBox] that displays a single line. diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index 663590b56..772ceb9f8 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -1,5 +1,5 @@ - + Texture-based nine-patch [StyleBox]. diff --git a/doc/classes/SubProcess.xml b/doc/classes/SubProcess.xml index c81cf3c0f..70c4074c1 100644 --- a/doc/classes/SubProcess.xml +++ b/doc/classes/SubProcess.xml @@ -1,5 +1,5 @@ - + Run and manage sub processes. diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index e3316ba63..85c101673 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/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml index 5c0f6fa08..831b59d7d 100644 --- a/doc/classes/SyntaxHighlighter.xml +++ b/doc/classes/SyntaxHighlighter.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/TCP_Server.xml b/doc/classes/TCP_Server.xml index 42d6f0757..a04f919d7 100644 --- a/doc/classes/TCP_Server.xml +++ b/doc/classes/TCP_Server.xml @@ -1,5 +1,5 @@ - + A TCP server. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 0b347c8a6..decb12edc 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 573f306e1..7b60392c8 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 d6a5deecc..5d63ca809 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1,5 +1,5 @@ - + Multiline text editing control. diff --git a/doc/classes/TextFile.xml b/doc/classes/TextFile.xml index 0b4213338..2a2becd05 100644 --- a/doc/classes/TextFile.xml +++ b/doc/classes/TextFile.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/TextMesh.xml b/doc/classes/TextMesh.xml index 6513900d9..d6ee2da60 100644 --- a/doc/classes/TextMesh.xml +++ b/doc/classes/TextMesh.xml @@ -1,5 +1,5 @@ - + Generate an [PrimitiveMesh] from the text. diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index f8171df53..d4bf008b1 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/Texture3D.xml b/doc/classes/Texture3D.xml index 39d999ffe..8a407b0b0 100644 --- a/doc/classes/Texture3D.xml +++ b/doc/classes/Texture3D.xml @@ -1,5 +1,5 @@ - + Texture with 3 dimensions. diff --git a/doc/classes/TextureArray.xml b/doc/classes/TextureArray.xml index 57420b55b..fd9de72bb 100644 --- a/doc/classes/TextureArray.xml +++ b/doc/classes/TextureArray.xml @@ -1,5 +1,5 @@ - + Array of textures stored in a single primitive. diff --git a/doc/classes/TextureButton.xml b/doc/classes/TextureButton.xml index 9de5efe1e..6d3430316 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/TextureLayered.xml b/doc/classes/TextureLayered.xml index 939552cec..d7c00b19a 100644 --- a/doc/classes/TextureLayered.xml +++ b/doc/classes/TextureLayered.xml @@ -1,5 +1,5 @@ - + Base class for 3D texture types. diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index f18a93d1a..6c25e5886 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 9c97777e7..444edf68b 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 2415ca858..4a24bae5d 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 2c2ffc93c..9c913b325 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/ThreadPool.xml b/doc/classes/ThreadPool.xml index 445af50c1..28bfe6213 100644 --- a/doc/classes/ThreadPool.xml +++ b/doc/classes/ThreadPool.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ThreadPoolExecuteJob.xml b/doc/classes/ThreadPoolExecuteJob.xml index de8571ab1..d76b2518a 100644 --- a/doc/classes/ThreadPoolExecuteJob.xml +++ b/doc/classes/ThreadPoolExecuteJob.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ThreadPoolJob.xml b/doc/classes/ThreadPoolJob.xml index 3095c33b0..5a4068e86 100644 --- a/doc/classes/ThreadPoolJob.xml +++ b/doc/classes/ThreadPoolJob.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Time.xml b/doc/classes/Time.xml index f1149ecd4..37022c5eb 100644 --- a/doc/classes/Time.xml +++ b/doc/classes/Time.xml @@ -1,5 +1,5 @@ - + Time singleton for working with time. diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index f710558f5..36b063374 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 87fe390f4..3688da006 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 09443b8d2..a628529ff 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -1,5 +1,5 @@ - + Button for touch screen devices for gameplay use. diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index a3df57666..a88eba305 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -1,5 +1,5 @@ - + 3D transformation (3×4 matrix). diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index f3eb4a321..2b77a861f 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -1,5 +1,5 @@ - + 2D transformation (2×3 matrix). diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml index bb975bab4..76ec418e8 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 ae5019d28..92e561af0 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -1,5 +1,5 @@ - + Server that manages all translations. diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 65289665c..ca011cc9f 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 6c065813a..bd9a6caa9 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 f78f6e37d..4eeb27b9c 100644 --- a/doc/classes/TriangleMesh.xml +++ b/doc/classes/TriangleMesh.xml @@ -1,5 +1,5 @@ - + Internal mesh type. diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index f034d7b97..2d4d513c4 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -1,5 +1,5 @@ - + Smoothly animates a node's properties over time. diff --git a/doc/classes/Tweener.xml b/doc/classes/Tweener.xml index bd31996d1..dc6025cef 100644 --- a/doc/classes/Tweener.xml +++ b/doc/classes/Tweener.xml @@ -1,5 +1,5 @@ - + Abstract class for all Tweeners used by [SceneTreeTween]. diff --git a/doc/classes/UDPServer.xml b/doc/classes/UDPServer.xml index b08dbb87d..2de527cc3 100644 --- a/doc/classes/UDPServer.xml +++ b/doc/classes/UDPServer.xml @@ -1,5 +1,5 @@ - + Helper class to implement a UDP server. diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index c24fd4086..1355ab827 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -1,5 +1,5 @@ - + Helper to manage undo/redo operations in the editor or custom tools. diff --git a/doc/classes/VBoxContainer.xml b/doc/classes/VBoxContainer.xml index b0fa6ddcc..c213077ed 100644 --- a/doc/classes/VBoxContainer.xml +++ b/doc/classes/VBoxContainer.xml @@ -1,5 +1,5 @@ - + Vertical box container. diff --git a/doc/classes/VFlowContainer.xml b/doc/classes/VFlowContainer.xml index f9b440763..3bed74562 100644 --- a/doc/classes/VFlowContainer.xml +++ b/doc/classes/VFlowContainer.xml @@ -1,5 +1,5 @@ - + Vertical flow container. diff --git a/doc/classes/VScrollBar.xml b/doc/classes/VScrollBar.xml index ef8e14078..fae36b0c0 100644 --- a/doc/classes/VScrollBar.xml +++ b/doc/classes/VScrollBar.xml @@ -1,5 +1,5 @@ - + Vertical scroll bar. diff --git a/doc/classes/VSeparator.xml b/doc/classes/VSeparator.xml index d179b8cd0..949e9ab84 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 b45b96742..3128aad48 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 d5d278113..4f29fc738 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 bfb4f739b..750704642 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 22e5a52e0..f9c44807c 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -1,5 +1,5 @@ - + Vector used for 2D math. diff --git a/doc/classes/Vector2i.xml b/doc/classes/Vector2i.xml index f899c3aee..0a04f9c15 100644 --- a/doc/classes/Vector2i.xml +++ b/doc/classes/Vector2i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 06c3fd3d5..c6b7e6f7b 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -1,5 +1,5 @@ - + Vector used for 3D math. diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index b28141795..f4e6e73e5 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Vector4.xml b/doc/classes/Vector4.xml index 0a88c8218..05fb84f55 100644 --- a/doc/classes/Vector4.xml +++ b/doc/classes/Vector4.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Vector4i.xml b/doc/classes/Vector4i.xml index b6a3a84e8..023741ff6 100644 --- a/doc/classes/Vector4i.xml +++ b/doc/classes/Vector4i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/VehicleBody.xml b/doc/classes/VehicleBody.xml index 22a217188..c9c89cbd2 100644 --- a/doc/classes/VehicleBody.xml +++ b/doc/classes/VehicleBody.xml @@ -1,5 +1,5 @@ - + Physics body that simulates the behavior of a car. diff --git a/doc/classes/VehicleWheel.xml b/doc/classes/VehicleWheel.xml index 7bfa1e153..78abacb08 100644 --- a/doc/classes/VehicleWheel.xml +++ b/doc/classes/VehicleWheel.xml @@ -1,5 +1,5 @@ - + Physics object that simulates the behavior of a wheel. diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 51251dd57..80f9d7f74 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -1,5 +1,5 @@ - + Control for playing video streams. diff --git a/doc/classes/VideoStream.xml b/doc/classes/VideoStream.xml index f4053cf16..ad6177399 100644 --- a/doc/classes/VideoStream.xml +++ b/doc/classes/VideoStream.xml @@ -1,5 +1,5 @@ - + Base resource for video streams. diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index b6307e048..caf8d025b 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 e2699db62..10c724481 100644 --- a/doc/classes/ViewportContainer.xml +++ b/doc/classes/ViewportContainer.xml @@ -1,5 +1,5 @@ - + Control for holding [Viewport]s. diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml index a8e442185..df716ad32 100644 --- a/doc/classes/ViewportTexture.xml +++ b/doc/classes/ViewportTexture.xml @@ -1,5 +1,5 @@ - + Texture which displays the content of a [Viewport]. diff --git a/doc/classes/VisibilityEnabler.xml b/doc/classes/VisibilityEnabler.xml index 43e97e35b..8342c9189 100644 --- a/doc/classes/VisibilityEnabler.xml +++ b/doc/classes/VisibilityEnabler.xml @@ -1,5 +1,5 @@ - + Enables certain nodes only when approximately visible. diff --git a/doc/classes/VisibilityEnabler2D.xml b/doc/classes/VisibilityEnabler2D.xml index 85d5bdd5c..c53509bee 100644 --- a/doc/classes/VisibilityEnabler2D.xml +++ b/doc/classes/VisibilityEnabler2D.xml @@ -1,5 +1,5 @@ - + Enables certain nodes only when approximately visible. diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index bf0024a71..a1af63bd1 100644 --- a/doc/classes/VisibilityNotifier.xml +++ b/doc/classes/VisibilityNotifier.xml @@ -1,5 +1,5 @@ - + Detects approximately when the node is visible on screen. diff --git a/doc/classes/VisibilityNotifier2D.xml b/doc/classes/VisibilityNotifier2D.xml index d61fdd922..3eefacebe 100644 --- a/doc/classes/VisibilityNotifier2D.xml +++ b/doc/classes/VisibilityNotifier2D.xml @@ -1,5 +1,5 @@ - + Detects approximately when the node is visible on screen. diff --git a/doc/classes/VisualInstance.xml b/doc/classes/VisualInstance.xml index baa5db877..3573e17a8 100644 --- a/doc/classes/VisualInstance.xml +++ b/doc/classes/VisualInstance.xml @@ -1,5 +1,5 @@ - + Parent of all visual 3D nodes. diff --git a/doc/classes/WeakRef.xml b/doc/classes/WeakRef.xml index 2f46bf9a3..23108fca3 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 379a1416a..8637434db 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/WindowServer.xml b/doc/classes/WindowServer.xml deleted file mode 100644 index ebd522302..000000000 --- a/doc/classes/WindowServer.xml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - Centers the window on the screen if in windowed mode. - - - - - - - Returns internal structure pointers for use in GDNative plugins. - [b]Note:[/b] This method is implemented on Linux and Windows (other WindowServers will soon be supported). - - - - - - Returns the window size including decorations like window borders. - - - - - - Returns the number of displays attached to the host machine. - - - - - - - Returns the dots per inch density of the specified screen. If [code]screen[/code] is [code]-1[/code] (the default value), the current screen will be used. - [b]Note:[/b] On macWindowServer, returned value is inaccurate if fractional display scaling mode is used. - [b]Note:[/b] On Android devices, the actual screen densities are grouped into six generalized densities: - [codeblock] - ldpi - 120 dpi - mdpi - 160 dpi - hdpi - 240 dpi - xhdpi - 320 dpi - xxhdpi - 480 dpi - xxxhdpi - 640 dpi - [/codeblock] - [b]Note:[/b] This method is implemented on Android, Linux, macWindowServer and Windows. Returns [code]72[/code] on unsupported platforms. - - - - - - Return the greatest scale factor of all screens. - [b]Note:[/b] On macWindowServer returned value is [code]2.0[/code] if there is at least one hiDPI (Retina) screen in the system, and [code]1.0[/code] in all other cases. - [b]Note:[/b] This method is implemented on macWindowServer. - - - - - - - Returns the position of the specified screen by index. If [code]screen[/code] is [code]-1[/code] (the default value), the current screen will be used. - - - - - - - Returns the current refresh rate of the specified screen. If [code]screen[/code] is [code]-1[/code] (the default value), the current screen will be used. - [b]Note:[/b] Returns [code]-1.0[/code] if Pandemonium fails to find the refresh rate for the specified screen. On HTML5, [method get_screen_refresh_rate] will always return [code]-1.0[/code] as there is no way to retrieve the refresh rate on that platform. - To fallback to a default refresh rate if the method fails, try: - [codeblock] - var refresh_rate = WindowServer.get_screen_refresh_rate() - if refresh_rate < 0: - refresh_rate = 60.0 - [/codeblock] - - - - - - - Return the scale factor of the specified screen by index. If [code]screen[/code] is [code]-1[/code] (the default value), the current screen will be used. - [b]Note:[/b] On macWindowServer returned value is [code]2.0[/code] for hiDPI (Retina) screen, and [code]1.0[/code] for all other cases. - [b]Note:[/b] This method is implemented on macWindowServer. - - - - - - - Returns the dimensions in pixels of the specified screen. If [code]screen[/code] is [code]-1[/code] (the default value), the current screen will be used. - - - - - - Returns [code]true[/code] if the window should always be on top of other windows. - - - - - - Returns [code]true[/code] if the window is currently focused. - [b]Note:[/b] Only implemented on desktop platforms. On other platforms, it will always return [code]true[/code]. - - - - - - Moves the window to the front. - [b]Note:[/b] This method is implemented on Linux, macWindowServer and Windows. - - - - - - Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on WindowServerX. - [b]Note:[/b] This method is implemented on Linux, macWindowServer and Windows. - - - - - - - Sets whether the window should always be on top. - [b]Note:[/b] This method is implemented on Linux, macWindowServer and Windows. - - - - - - The current screen index (starting from 0). - - - The maximum size of the window (without counting window manager decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to reset to the system default value. - - - The minimum size of the window in pixels (without counting window manager decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to reset to the system's default value. - [b]Note:[/b] By default, the project window has a minimum size of [code]Vector2(64, 64)[/code]. This prevents issues that can arise when the window is resized to a near-zero size. - - - If [code]true[/code], removes the window frame. - [b]Note:[/b] Setting [code]window_borderless[/code] to [code]false[/code] disables per-pixel transparency. - - - If [code]true[/code], the window is fullscreen. - - - If [code]true[/code], the window is maximized. - - - If [code]true[/code], the window is minimized. - - - If [code]true[/code], the window background is transparent and the window frame is removed. - Use [code]get_tree().get_root().set_transparent_background(true)[/code] to disable main viewport background rendering. - [b]Note:[/b] This property has no effect if [member ProjectSettings.display/window/per_pixel_transparency/allowed] setting is disabled. - [b]Note:[/b] This property is implemented on HTML5, Linux, macWindowServer, Windows, and Android. It can't be changed at runtime for Android. Use [member ProjectSettings.display/window/per_pixel_transparency/enabled] to set it at startup instead. - - - The window position relative to the screen, the origin is the top left corner, +Y axis goes to the bottom and +X axis goes to the right. - - - If [code]true[/code], the window is resizable by the user. - - - The size of the window (without counting window manager decorations). - - - - - Display handle: - - Linux: [code]X11::Display*[/code] for the display - - - Window handle: - - Windows: [code]HWND[/code] of the main window - - Linux: [code]X11::Window*[/code] of the main window - - MacWindowServer: [code]NSWindow*[/code] of the main window (not yet implemented) - - Android: [code]jObject[/code] the main android activity (not yet implemented) - - - Window view: - - Windows: [code]HDC[/code] of the main window drawing context - - MacWindowServer: [code]NSView*[/code] of the main windows view (not yet implemented) - - - OpenGL Context: - - Windows: [code]HGLRC[/code] - - Linux: [code]X11::GLXContext[/code] - - MacWindowServer: [code]NSOpenGLContext*[/code] (not yet implemented) - - - diff --git a/doc/classes/World.xml b/doc/classes/World.xml index 0a62eef7d..98c6e3d4b 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/World2D.xml b/doc/classes/World2D.xml index 7b291d422..5a26d0718 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/World3D.xml b/doc/classes/World3D.xml index 3e33f43c6..7740984cd 100644 --- a/doc/classes/World3D.xml +++ b/doc/classes/World3D.xml @@ -1,5 +1,5 @@ - + Class that has everything pertaining to a world. diff --git a/doc/classes/WorldEnvironment3D.xml b/doc/classes/WorldEnvironment3D.xml index e2ecbb93f..c2bece28a 100644 --- a/doc/classes/WorldEnvironment3D.xml +++ b/doc/classes/WorldEnvironment3D.xml @@ -1,5 +1,5 @@ - + Default environment properties for the entire scene (post-processing effects, lighting and background settings). diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml index aa69f8929..83b1d1718 100644 --- a/doc/classes/X509Certificate.xml +++ b/doc/classes/X509Certificate.xml @@ -1,5 +1,5 @@ - + An X509 certificate (e.g. for SSL). diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index 0d0a4e77e..f4af0a9ba 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -1,5 +1,5 @@ - + Low-level class for creating parsers for [url=https://en.wikipedia.org/wiki/XML]XML[/url] files. diff --git a/doc/classes/YSort.xml b/doc/classes/YSort.xml index 9ba2d2759..a445ea3ff 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 23f676025..06d53abb1 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 b2bef064d..c3c4c08d9 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 04efbf4ed..1a6b6a010 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -1,5 +1,5 @@ - + Integer built-in type. diff --git a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml index 72f74cf06..2b5aeffa3 100644 --- a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml +++ b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml @@ -1,5 +1,5 @@ - + Godot editor's script editor. diff --git a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml index fd5dd5a02..8419ca12a 100644 --- a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml +++ b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditorBase.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml b/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml index da0ad4799..555c65062 100644 --- a/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml +++ b/editor_modules/editor_code_editor/doc_classes/EditorSyntaxHighlighter.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFAccessor.xml b/editor_modules/gltf/doc_classes/GLTFAccessor.xml index c28089d87..05b3693b2 100644 --- a/editor_modules/gltf/doc_classes/GLTFAccessor.xml +++ b/editor_modules/gltf/doc_classes/GLTFAccessor.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFAnimation.xml b/editor_modules/gltf/doc_classes/GLTFAnimation.xml index 6a7dab347..1365358e8 100644 --- a/editor_modules/gltf/doc_classes/GLTFAnimation.xml +++ b/editor_modules/gltf/doc_classes/GLTFAnimation.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFBufferView.xml b/editor_modules/gltf/doc_classes/GLTFBufferView.xml index cf9235440..a847c1b4d 100644 --- a/editor_modules/gltf/doc_classes/GLTFBufferView.xml +++ b/editor_modules/gltf/doc_classes/GLTFBufferView.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFCamera.xml b/editor_modules/gltf/doc_classes/GLTFCamera.xml index 9f9ae7514..e2a89dfb2 100644 --- a/editor_modules/gltf/doc_classes/GLTFCamera.xml +++ b/editor_modules/gltf/doc_classes/GLTFCamera.xml @@ -1,5 +1,5 @@ - + Represents a GLTF camera. diff --git a/editor_modules/gltf/doc_classes/GLTFCollider.xml b/editor_modules/gltf/doc_classes/GLTFCollider.xml index a4a0599a2..377358d2c 100644 --- a/editor_modules/gltf/doc_classes/GLTFCollider.xml +++ b/editor_modules/gltf/doc_classes/GLTFCollider.xml @@ -1,5 +1,5 @@ - + Represents a GLTF collider. diff --git a/editor_modules/gltf/doc_classes/GLTFDocument.xml b/editor_modules/gltf/doc_classes/GLTFDocument.xml index de5282cd4..f5af1681d 100644 --- a/editor_modules/gltf/doc_classes/GLTFDocument.xml +++ b/editor_modules/gltf/doc_classes/GLTFDocument.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml b/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml index 979970637..6167a6244 100644 --- a/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -1,5 +1,5 @@ - + [GLTFDocument] extension class. diff --git a/editor_modules/gltf/doc_classes/GLTFLight.xml b/editor_modules/gltf/doc_classes/GLTFLight.xml index 8fa7eb753..90629d38a 100644 --- a/editor_modules/gltf/doc_classes/GLTFLight.xml +++ b/editor_modules/gltf/doc_classes/GLTFLight.xml @@ -1,5 +1,5 @@ - + Represents a GLTF light. diff --git a/editor_modules/gltf/doc_classes/GLTFMesh.xml b/editor_modules/gltf/doc_classes/GLTFMesh.xml index 69d9dbd22..82fb7d0b2 100644 --- a/editor_modules/gltf/doc_classes/GLTFMesh.xml +++ b/editor_modules/gltf/doc_classes/GLTFMesh.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFNode.xml b/editor_modules/gltf/doc_classes/GLTFNode.xml index 08e300e25..ceec67e18 100644 --- a/editor_modules/gltf/doc_classes/GLTFNode.xml +++ b/editor_modules/gltf/doc_classes/GLTFNode.xml @@ -1,5 +1,5 @@ - + GLTF node class. diff --git a/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml b/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml index 924fbe557..260b3d48a 100644 --- a/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml +++ b/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml @@ -1,5 +1,5 @@ - + Represents a GLTF physics body. diff --git a/editor_modules/gltf/doc_classes/GLTFSkeleton.xml b/editor_modules/gltf/doc_classes/GLTFSkeleton.xml index 48ded28b6..e06abd619 100644 --- a/editor_modules/gltf/doc_classes/GLTFSkeleton.xml +++ b/editor_modules/gltf/doc_classes/GLTFSkeleton.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFSkin.xml b/editor_modules/gltf/doc_classes/GLTFSkin.xml index 859df42e2..23e3ef5a2 100644 --- a/editor_modules/gltf/doc_classes/GLTFSkin.xml +++ b/editor_modules/gltf/doc_classes/GLTFSkin.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml b/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml index bd1ca3221..f4a38cf70 100644 --- a/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml +++ b/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFState.xml b/editor_modules/gltf/doc_classes/GLTFState.xml index bb1b6b83f..88db2ed4a 100644 --- a/editor_modules/gltf/doc_classes/GLTFState.xml +++ b/editor_modules/gltf/doc_classes/GLTFState.xml @@ -1,5 +1,5 @@ - + Represents all data of a GLTF file. diff --git a/editor_modules/gltf/doc_classes/GLTFTexture.xml b/editor_modules/gltf/doc_classes/GLTFTexture.xml index b5db1c5d2..ea323aae0 100644 --- a/editor_modules/gltf/doc_classes/GLTFTexture.xml +++ b/editor_modules/gltf/doc_classes/GLTFTexture.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml b/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml index b227b2b52..2b9ece2fc 100644 --- a/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml +++ b/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml @@ -1,5 +1,5 @@ - + Represents a GLTF texture sampler diff --git a/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml b/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml index 695148875..f6a51b3bb 100644 --- a/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml +++ b/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/text_editor/doc_classes/TextEditorFile.xml b/editor_modules/text_editor/doc_classes/TextEditorFile.xml index 7f58d9486..729e3ad03 100644 --- a/editor_modules/text_editor/doc_classes/TextEditorFile.xml +++ b/editor_modules/text_editor/doc_classes/TextEditorFile.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml b/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml index feff179c5..a3e02989b 100644 --- a/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml +++ b/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/csg/doc_classes/CSGBox.xml b/modules/csg/doc_classes/CSGBox.xml index d0212b02c..6bcdfc1ab 100644 --- a/modules/csg/doc_classes/CSGBox.xml +++ b/modules/csg/doc_classes/CSGBox.xml @@ -1,5 +1,5 @@ - + A CSG Box shape. diff --git a/modules/csg/doc_classes/CSGCombiner.xml b/modules/csg/doc_classes/CSGCombiner.xml index 1eacf3412..271abd33a 100644 --- a/modules/csg/doc_classes/CSGCombiner.xml +++ b/modules/csg/doc_classes/CSGCombiner.xml @@ -1,5 +1,5 @@ - + A CSG node that allows you to combine other CSG modifiers. diff --git a/modules/csg/doc_classes/CSGCylinder.xml b/modules/csg/doc_classes/CSGCylinder.xml index 2d0fc8ce1..315a3dc40 100644 --- a/modules/csg/doc_classes/CSGCylinder.xml +++ b/modules/csg/doc_classes/CSGCylinder.xml @@ -1,5 +1,5 @@ - + A CSG Cylinder shape. diff --git a/modules/csg/doc_classes/CSGMesh.xml b/modules/csg/doc_classes/CSGMesh.xml index ce93dcdf0..b46c3c225 100644 --- a/modules/csg/doc_classes/CSGMesh.xml +++ b/modules/csg/doc_classes/CSGMesh.xml @@ -1,5 +1,5 @@ - + A CSG Mesh shape that uses a mesh resource. diff --git a/modules/csg/doc_classes/CSGPolygon.xml b/modules/csg/doc_classes/CSGPolygon.xml index b996ab6ff..302972096 100644 --- a/modules/csg/doc_classes/CSGPolygon.xml +++ b/modules/csg/doc_classes/CSGPolygon.xml @@ -1,5 +1,5 @@ - + Extrudes a 2D polygon shape to create a 3D mesh. diff --git a/modules/csg/doc_classes/CSGPrimitive.xml b/modules/csg/doc_classes/CSGPrimitive.xml index 0104820ff..093a9bf25 100644 --- a/modules/csg/doc_classes/CSGPrimitive.xml +++ b/modules/csg/doc_classes/CSGPrimitive.xml @@ -1,5 +1,5 @@ - + Base class for CSG primitives. diff --git a/modules/csg/doc_classes/CSGShape.xml b/modules/csg/doc_classes/CSGShape.xml index 75ba543ab..0b2535440 100644 --- a/modules/csg/doc_classes/CSGShape.xml +++ b/modules/csg/doc_classes/CSGShape.xml @@ -1,5 +1,5 @@ - + The CSG base class. diff --git a/modules/csg/doc_classes/CSGSphere.xml b/modules/csg/doc_classes/CSGSphere.xml index 57c911e28..840fa6518 100644 --- a/modules/csg/doc_classes/CSGSphere.xml +++ b/modules/csg/doc_classes/CSGSphere.xml @@ -1,5 +1,5 @@ - + A CSG Sphere shape. diff --git a/modules/csg/doc_classes/CSGTorus.xml b/modules/csg/doc_classes/CSGTorus.xml index 465342af2..8259fbaed 100644 --- a/modules/csg/doc_classes/CSGTorus.xml +++ b/modules/csg/doc_classes/CSGTorus.xml @@ -1,5 +1,5 @@ - + A CSG Torus shape. diff --git a/modules/database/doc_classes/Database.xml b/modules/database/doc_classes/Database.xml index bb83c359b..7e67d98ae 100644 --- a/modules/database/doc_classes/Database.xml +++ b/modules/database/doc_classes/Database.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseConnection.xml b/modules/database/doc_classes/DatabaseConnection.xml index 04b6c2a61..8689d7c22 100644 --- a/modules/database/doc_classes/DatabaseConnection.xml +++ b/modules/database/doc_classes/DatabaseConnection.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseManager.xml b/modules/database/doc_classes/DatabaseManager.xml index 6fedb9524..16e335d4f 100644 --- a/modules/database/doc_classes/DatabaseManager.xml +++ b/modules/database/doc_classes/DatabaseManager.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseMultiThreaded.xml b/modules/database/doc_classes/DatabaseMultiThreaded.xml index fe4da5edd..ff4e68278 100644 --- a/modules/database/doc_classes/DatabaseMultiThreaded.xml +++ b/modules/database/doc_classes/DatabaseMultiThreaded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseSingleThreaded.xml b/modules/database/doc_classes/DatabaseSingleThreaded.xml index 5b8265dfe..abb0d139f 100644 --- a/modules/database/doc_classes/DatabaseSingleThreaded.xml +++ b/modules/database/doc_classes/DatabaseSingleThreaded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/QueryBuilder.xml b/modules/database/doc_classes/QueryBuilder.xml index 6b5f935af..b013bfaa8 100644 --- a/modules/database/doc_classes/QueryBuilder.xml +++ b/modules/database/doc_classes/QueryBuilder.xml @@ -1,5 +1,5 @@ - + A class that helps you with building and running database backend specific sql safely. diff --git a/modules/database/doc_classes/QueryResult.xml b/modules/database/doc_classes/QueryResult.xml index d939af155..9e3a4627c 100644 --- a/modules/database/doc_classes/QueryResult.xml +++ b/modules/database/doc_classes/QueryResult.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/TableBuilder.xml b/modules/database/doc_classes/TableBuilder.xml index 1981c5de5..d95b434f9 100644 --- a/modules/database/doc_classes/TableBuilder.xml +++ b/modules/database/doc_classes/TableBuilder.xml @@ -1,5 +1,5 @@ - + A class that helps you with building and running database backend specific sql for creating / altering / deleting tables. diff --git a/modules/database_sqlite/doc_classes/SQLite3Database.xml b/modules/database_sqlite/doc_classes/SQLite3Database.xml index 363e61544..47f3ed834 100644 --- a/modules/database_sqlite/doc_classes/SQLite3Database.xml +++ b/modules/database_sqlite/doc_classes/SQLite3Database.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml index 0f7aab259..9095c56da 100644 --- a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml +++ b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml @@ -1,5 +1,5 @@ - + PacketPeer implementation using the [url=http://enet.bespin.org/index.html]ENet[/url] library. diff --git a/modules/entity_spell_system/doc_classes/AIFormation.xml b/modules/entity_spell_system/doc_classes/AIFormation.xml index 68b3bec1a..26a49d517 100644 --- a/modules/entity_spell_system/doc_classes/AIFormation.xml +++ b/modules/entity_spell_system/doc_classes/AIFormation.xml @@ -1,5 +1,5 @@ - + Class for scriptable AI formations. Not yet used. Needs pet support. diff --git a/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml b/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml index 69160843b..eda4a9c32 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml @@ -1,5 +1,5 @@ - + Stores the data for an actionbar button. ProfileManager uses it. diff --git a/modules/entity_spell_system/doc_classes/ActionBarEntry.xml b/modules/entity_spell_system/doc_classes/ActionBarEntry.xml index 1d79114ce..9ccc89fc9 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarEntry.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarEntry.xml @@ -1,5 +1,5 @@ - + Stores the data for an actionbar. Also see [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/ActionBarProfile.xml b/modules/entity_spell_system/doc_classes/ActionBarProfile.xml index f6f6ee195..fdaf81f32 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarProfile.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarProfile.xml @@ -1,5 +1,5 @@ - + Stores all actionbar-related data for a class. Also see [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml b/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml index 2f75f3d72..3c46cef8b 100644 --- a/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml +++ b/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml @@ -1,5 +1,5 @@ - + Helper class, which is used to apply an [Aura] to an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/AuraData.xml b/modules/entity_spell_system/doc_classes/AuraData.xml index 9c60bd6b9..bd6738288 100644 --- a/modules/entity_spell_system/doc_classes/AuraData.xml +++ b/modules/entity_spell_system/doc_classes/AuraData.xml @@ -1,5 +1,5 @@ - + Stores an [Aura]'s runtime data on an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/AuraGroup.xml b/modules/entity_spell_system/doc_classes/AuraGroup.xml index ebbcc7e87..c675a1235 100644 --- a/modules/entity_spell_system/doc_classes/AuraGroup.xml +++ b/modules/entity_spell_system/doc_classes/AuraGroup.xml @@ -1,5 +1,5 @@ - + Used to make some [Aura]s override each other. diff --git a/modules/entity_spell_system/doc_classes/Bag.xml b/modules/entity_spell_system/doc_classes/Bag.xml index 23d7bee4c..46d5151c3 100644 --- a/modules/entity_spell_system/doc_classes/Bag.xml +++ b/modules/entity_spell_system/doc_classes/Bag.xml @@ -1,5 +1,5 @@ - + Stores [Entity] inventory. diff --git a/modules/entity_spell_system/doc_classes/CharacterAtlas.xml b/modules/entity_spell_system/doc_classes/CharacterAtlas.xml index 48dbdf02a..4367e7a11 100644 --- a/modules/entity_spell_system/doc_classes/CharacterAtlas.xml +++ b/modules/entity_spell_system/doc_classes/CharacterAtlas.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml b/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml index 93b7acb6b..648a5eee3 100644 --- a/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml +++ b/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterBones.xml b/modules/entity_spell_system/doc_classes/CharacterBones.xml index 2b81415a8..6ae7aef74 100644 --- a/modules/entity_spell_system/doc_classes/CharacterBones.xml +++ b/modules/entity_spell_system/doc_classes/CharacterBones.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml b/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml index aa817cbe2..fbf9902ac 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml b/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml index 7521fa685..715ed5d0b 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml @@ -1,5 +1,5 @@ - + 3d implementation for [CharacterSkeleton]. diff --git a/modules/entity_spell_system/doc_classes/CharacterSpec.xml b/modules/entity_spell_system/doc_classes/CharacterSpec.xml index a016ba026..66bb34cfe 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSpec.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSpec.xml @@ -1,5 +1,5 @@ - + Contains data for a character's specialization. diff --git a/modules/entity_spell_system/doc_classes/ClassProfile.xml b/modules/entity_spell_system/doc_classes/ClassProfile.xml index 32dae00f1..61ad11718 100644 --- a/modules/entity_spell_system/doc_classes/ClassProfile.xml +++ b/modules/entity_spell_system/doc_classes/ClassProfile.xml @@ -1,5 +1,5 @@ - + Contains all profile information for an [Entity]'s class. Related to [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml b/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml index addbc4049..71611ce52 100644 --- a/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml @@ -1,5 +1,5 @@ - + Per level stat information for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/CraftRecipe.xml b/modules/entity_spell_system/doc_classes/CraftRecipe.xml index 8e867c755..d94424813 100644 --- a/modules/entity_spell_system/doc_classes/CraftRecipe.xml +++ b/modules/entity_spell_system/doc_classes/CraftRecipe.xml @@ -1,5 +1,5 @@ - + Recipe data for the crafting system. diff --git a/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml b/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml index 193d9226b..888fbfc71 100644 --- a/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml +++ b/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml @@ -1,5 +1,5 @@ - + Contains one item entry for [CraftRecipes]s diff --git a/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml b/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml index 038a407b6..1d06fdfbd 100644 --- a/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml +++ b/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml @@ -1,5 +1,5 @@ - + Drag and drop helper class for the actionbars, and inventory. diff --git a/modules/entity_spell_system/doc_classes/ESS.xml b/modules/entity_spell_system/doc_classes/ESS.xml index cd94ca35e..6285cec80 100644 --- a/modules/entity_spell_system/doc_classes/ESS.xml +++ b/modules/entity_spell_system/doc_classes/ESS.xml @@ -1,5 +1,5 @@ - + The ESS singleton. diff --git a/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml b/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml index fa585457a..eee8a48cc 100644 --- a/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml +++ b/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml b/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml index afcd1bd40..8f9c9dc93 100644 --- a/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml +++ b/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml b/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml index e3a425a84..480eb1e46 100644 --- a/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml +++ b/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDB.xml b/modules/entity_spell_system/doc_classes/ESSResourceDB.xml index b635703f2..f229c79db 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDB.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml index 424b9a0c0..531fde838 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml index f4afe3de6..f500a06a3 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml index 00cd8e64a..d0536a755 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/Entity.xml b/modules/entity_spell_system/doc_classes/Entity.xml index 1793ab6f1..3a432abe3 100644 --- a/modules/entity_spell_system/doc_classes/Entity.xml +++ b/modules/entity_spell_system/doc_classes/Entity.xml @@ -1,5 +1,5 @@ - + Represents an [Entity] inside the world. Entities can be players, mobs, chests, or any kind of interactable things. diff --git a/modules/entity_spell_system/doc_classes/EntityAI.xml b/modules/entity_spell_system/doc_classes/EntityAI.xml index 37802d004..fcc13906d 100644 --- a/modules/entity_spell_system/doc_classes/EntityAI.xml +++ b/modules/entity_spell_system/doc_classes/EntityAI.xml @@ -1,5 +1,5 @@ - + You can implement AI for [Entities] with this. diff --git a/modules/entity_spell_system/doc_classes/EntityClassData.xml b/modules/entity_spell_system/doc_classes/EntityClassData.xml index e2c3a16ef..6683df18a 100644 --- a/modules/entity_spell_system/doc_classes/EntityClassData.xml +++ b/modules/entity_spell_system/doc_classes/EntityClassData.xml @@ -1,5 +1,5 @@ - + Contains all of information for an [Entity]'s class. (Ingame class) diff --git a/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml b/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml index 8922537d5..f36d37669 100644 --- a/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml +++ b/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml @@ -1,5 +1,5 @@ - + Helper class used for [Entity] creation, and setup. diff --git a/modules/entity_spell_system/doc_classes/EntityData.xml b/modules/entity_spell_system/doc_classes/EntityData.xml index 0d5eb43cd..6b9d229c5 100644 --- a/modules/entity_spell_system/doc_classes/EntityData.xml +++ b/modules/entity_spell_system/doc_classes/EntityData.xml @@ -1,5 +1,5 @@ - + Contains all data for a given [Entity]. Think of this as all the data for a mob, or a player. diff --git a/modules/entity_spell_system/doc_classes/EntityDataContainer.xml b/modules/entity_spell_system/doc_classes/EntityDataContainer.xml index c51d21f93..3ba5016f0 100644 --- a/modules/entity_spell_system/doc_classes/EntityDataContainer.xml +++ b/modules/entity_spell_system/doc_classes/EntityDataContainer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityEnums.xml b/modules/entity_spell_system/doc_classes/EntityEnums.xml index 9daaa4ae1..fbbd748d8 100644 --- a/modules/entity_spell_system/doc_classes/EntityEnums.xml +++ b/modules/entity_spell_system/doc_classes/EntityEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for entities. diff --git a/modules/entity_spell_system/doc_classes/EntityResource.xml b/modules/entity_spell_system/doc_classes/EntityResource.xml index 715f4615e..8f5c3d646 100644 --- a/modules/entity_spell_system/doc_classes/EntityResource.xml +++ b/modules/entity_spell_system/doc_classes/EntityResource.xml @@ -1,5 +1,5 @@ - + An instance of an entity resource. Resource in this context is things like mana. diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml index 02a60ee7b..ed6b858ba 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml @@ -1,5 +1,5 @@ - + Contains a resource cost. Resource in this context is things like mana. diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml index 331b165c2..9aca886c4 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml index 88cce43f0..a9a75711f 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml b/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml index 2b0a0836d..e1d26b175 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml b/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml index 4130a0b13..968410460 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntitySkill.xml b/modules/entity_spell_system/doc_classes/EntitySkill.xml index 2808ce4ba..6bf0aed1f 100644 --- a/modules/entity_spell_system/doc_classes/EntitySkill.xml +++ b/modules/entity_spell_system/doc_classes/EntitySkill.xml @@ -1,5 +1,5 @@ - + Contains runtime skill data for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/EntitySkillData.xml b/modules/entity_spell_system/doc_classes/EntitySkillData.xml index fd302b3c3..f58752339 100644 --- a/modules/entity_spell_system/doc_classes/EntitySkillData.xml +++ b/modules/entity_spell_system/doc_classes/EntitySkillData.xml @@ -1,5 +1,5 @@ - + Contains skill data for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml b/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml index 5cfad4317..db7764f23 100644 --- a/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml +++ b/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml @@ -1,5 +1,5 @@ - + Contains visual data for a species. diff --git a/modules/entity_spell_system/doc_classes/EquipmentData.xml b/modules/entity_spell_system/doc_classes/EquipmentData.xml index 8b77ff9f7..58d3260fb 100644 --- a/modules/entity_spell_system/doc_classes/EquipmentData.xml +++ b/modules/entity_spell_system/doc_classes/EquipmentData.xml @@ -1,5 +1,5 @@ - + Stores equipment information. diff --git a/modules/entity_spell_system/doc_classes/InputProfile.xml b/modules/entity_spell_system/doc_classes/InputProfile.xml index a47486a9c..da994809a 100644 --- a/modules/entity_spell_system/doc_classes/InputProfile.xml +++ b/modules/entity_spell_system/doc_classes/InputProfile.xml @@ -1,5 +1,5 @@ - + Will store keybind information. [ProfileManager] related. diff --git a/modules/entity_spell_system/doc_classes/InputProfileModifier.xml b/modules/entity_spell_system/doc_classes/InputProfileModifier.xml index cdc910c0d..8de0e0e1d 100644 --- a/modules/entity_spell_system/doc_classes/InputProfileModifier.xml +++ b/modules/entity_spell_system/doc_classes/InputProfileModifier.xml @@ -1,5 +1,5 @@ - + Stores data for bindable modifiers. Not yet implemented. diff --git a/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml b/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml index 65161ec38..90a40c942 100644 --- a/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml +++ b/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml @@ -1,5 +1,5 @@ - + One key entry for a key. diff --git a/modules/entity_spell_system/doc_classes/ItemContainerData.xml b/modules/entity_spell_system/doc_classes/ItemContainerData.xml index 3f9d16e0f..64d8f5fce 100644 --- a/modules/entity_spell_system/doc_classes/ItemContainerData.xml +++ b/modules/entity_spell_system/doc_classes/ItemContainerData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml b/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml index a8adeed2c..f6551bf63 100644 --- a/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml +++ b/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ItemEnums.xml b/modules/entity_spell_system/doc_classes/ItemEnums.xml index 8c0dfc00d..e9ef0d92e 100644 --- a/modules/entity_spell_system/doc_classes/ItemEnums.xml +++ b/modules/entity_spell_system/doc_classes/ItemEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for items. diff --git a/modules/entity_spell_system/doc_classes/ItemInstance.xml b/modules/entity_spell_system/doc_classes/ItemInstance.xml index 330487301..aa8612645 100644 --- a/modules/entity_spell_system/doc_classes/ItemInstance.xml +++ b/modules/entity_spell_system/doc_classes/ItemInstance.xml @@ -1,5 +1,5 @@ - + Runtime information for an item. diff --git a/modules/entity_spell_system/doc_classes/ItemTemplate.xml b/modules/entity_spell_system/doc_classes/ItemTemplate.xml index 4a7610e5b..fd51afa8b 100644 --- a/modules/entity_spell_system/doc_classes/ItemTemplate.xml +++ b/modules/entity_spell_system/doc_classes/ItemTemplate.xml @@ -1,5 +1,5 @@ - + Contains item information. diff --git a/modules/entity_spell_system/doc_classes/LevelStatData.xml b/modules/entity_spell_system/doc_classes/LevelStatData.xml index e0c396fbe..d2f163eb9 100644 --- a/modules/entity_spell_system/doc_classes/LevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/LevelStatData.xml @@ -1,5 +1,5 @@ - + Base class for storing level stat information for entities. diff --git a/modules/entity_spell_system/doc_classes/LootDataBase.xml b/modules/entity_spell_system/doc_classes/LootDataBase.xml index fd31a3b1a..d7e66c4e6 100644 --- a/modules/entity_spell_system/doc_classes/LootDataBase.xml +++ b/modules/entity_spell_system/doc_classes/LootDataBase.xml @@ -1,5 +1,5 @@ - + Base class for storing loot information for entities. diff --git a/modules/entity_spell_system/doc_classes/ModelVisual.xml b/modules/entity_spell_system/doc_classes/ModelVisual.xml index 8aff23937..3b936e713 100644 --- a/modules/entity_spell_system/doc_classes/ModelVisual.xml +++ b/modules/entity_spell_system/doc_classes/ModelVisual.xml @@ -1,5 +1,5 @@ - + Contains an item's visual information. diff --git a/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml b/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml index b9c80b62b..bc4ff78ce 100644 --- a/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml +++ b/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml @@ -1,5 +1,5 @@ - + One Entry for [ModelVisual]. diff --git a/modules/entity_spell_system/doc_classes/PlayerProfile.xml b/modules/entity_spell_system/doc_classes/PlayerProfile.xml index 89bcb64ea..0d54fb68e 100644 --- a/modules/entity_spell_system/doc_classes/PlayerProfile.xml +++ b/modules/entity_spell_system/doc_classes/PlayerProfile.xml @@ -1,5 +1,5 @@ - + Stores the data for a player. Also see [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/ProfileManager.xml b/modules/entity_spell_system/doc_classes/ProfileManager.xml index 6de962adf..78e2ed788 100644 --- a/modules/entity_spell_system/doc_classes/ProfileManager.xml +++ b/modules/entity_spell_system/doc_classes/ProfileManager.xml @@ -1,5 +1,5 @@ - + Stores, saves, loads per class profile data. Should be added as an autoload, or at least is should be in the scene before spawning entities. diff --git a/modules/entity_spell_system/doc_classes/PropDataEntity.xml b/modules/entity_spell_system/doc_classes/PropDataEntity.xml index d2168558f..a66c3685b 100644 --- a/modules/entity_spell_system/doc_classes/PropDataEntity.xml +++ b/modules/entity_spell_system/doc_classes/PropDataEntity.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml b/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml index 424afce40..db7ad4f96 100644 --- a/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml @@ -1,5 +1,5 @@ - + Simple per-level [Stat] information for entities. diff --git a/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml b/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml index bc10f798e..a71bbf1f5 100644 --- a/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml +++ b/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml @@ -1,5 +1,5 @@ - + Runtime model item entry helper for skeletons. Used by [CharacterSkeleton3D] for example. diff --git a/modules/entity_spell_system/doc_classes/SpeciesInstance.xml b/modules/entity_spell_system/doc_classes/SpeciesInstance.xml index dfb5f34af..e7ea38151 100644 --- a/modules/entity_spell_system/doc_classes/SpeciesInstance.xml +++ b/modules/entity_spell_system/doc_classes/SpeciesInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SpeciesModelData.xml b/modules/entity_spell_system/doc_classes/SpeciesModelData.xml index 99ea2e247..8eb676801 100644 --- a/modules/entity_spell_system/doc_classes/SpeciesModelData.xml +++ b/modules/entity_spell_system/doc_classes/SpeciesModelData.xml @@ -1,5 +1,5 @@ - + Stores model information for [EntitySpeciesData]. diff --git a/modules/entity_spell_system/doc_classes/Spell.xml b/modules/entity_spell_system/doc_classes/Spell.xml index f47854c28..3ad6acafe 100644 --- a/modules/entity_spell_system/doc_classes/Spell.xml +++ b/modules/entity_spell_system/doc_classes/Spell.xml @@ -1,5 +1,5 @@ - + Base [Spell] class. Contains data, and callbacks for spell scripts. Inherit from this to create spells with different functionality. diff --git a/modules/entity_spell_system/doc_classes/SpellCastInfo.xml b/modules/entity_spell_system/doc_classes/SpellCastInfo.xml index 3257efc1f..efb43ceba 100644 --- a/modules/entity_spell_system/doc_classes/SpellCastInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellCastInfo.xml @@ -1,5 +1,5 @@ - + Contains spell cast related information, for easy manipulation with auras, spell callbacks, etc. diff --git a/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml b/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml index 0d5885c34..700004fed 100644 --- a/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml +++ b/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml @@ -1,5 +1,5 @@ - + Contains data for easy spell cooldown manipulations. Not yet implemented. diff --git a/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml b/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml index aa28bba60..0a1c0ad90 100644 --- a/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml @@ -1,5 +1,5 @@ - + Contains damage information. It is passed around in callbacks, so things can modify values. (absorbs, immunities etc.) diff --git a/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml b/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml index db9e3c662..2e2b1ef71 100644 --- a/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml +++ b/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml @@ -1,5 +1,5 @@ - + Base class for storing spell visual information, like particle effects. diff --git a/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml b/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml index bf1a68046..25636e7b4 100644 --- a/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml +++ b/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml @@ -1,5 +1,5 @@ - + Simple implementation od [SpellEfectVisual]. diff --git a/modules/entity_spell_system/doc_classes/SpellEnums.xml b/modules/entity_spell_system/doc_classes/SpellEnums.xml index ddaa46177..bce35b309 100644 --- a/modules/entity_spell_system/doc_classes/SpellEnums.xml +++ b/modules/entity_spell_system/doc_classes/SpellEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for spells. diff --git a/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml b/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml index 8bf5a1564..97b4de16b 100644 --- a/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml +++ b/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SpellHealInfo.xml b/modules/entity_spell_system/doc_classes/SpellHealInfo.xml index 96900a46d..ae2006f0a 100644 --- a/modules/entity_spell_system/doc_classes/SpellHealInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellHealInfo.xml @@ -1,5 +1,5 @@ - + Contains heal information. It is passed around in callbacks, so things can modify values. (absorbs, immunities etc.) diff --git a/modules/entity_spell_system/doc_classes/StatData.xml b/modules/entity_spell_system/doc_classes/StatData.xml index dea8ec8cb..89a9d1096 100644 --- a/modules/entity_spell_system/doc_classes/StatData.xml +++ b/modules/entity_spell_system/doc_classes/StatData.xml @@ -1,5 +1,5 @@ - + Contains a [Stat]'s data. diff --git a/modules/entity_spell_system/doc_classes/VendorItemData.xml b/modules/entity_spell_system/doc_classes/VendorItemData.xml index 011a186c9..9e255d351 100644 --- a/modules/entity_spell_system/doc_classes/VendorItemData.xml +++ b/modules/entity_spell_system/doc_classes/VendorItemData.xml @@ -1,5 +1,5 @@ - + Contains vendor item data for an [Entity]/[EntityData]. diff --git a/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml b/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml index 6416c9090..af64d8449 100644 --- a/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml +++ b/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml @@ -1,5 +1,5 @@ - + Contains one entry for a [VendorItemData]. diff --git a/modules/fastnoise/doc_classes/FastNoise.xml b/modules/fastnoise/doc_classes/FastNoise.xml index 463b9df60..6ebb85015 100644 --- a/modules/fastnoise/doc_classes/FastNoise.xml +++ b/modules/fastnoise/doc_classes/FastNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml b/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml index 5e5d36512..9e9cf30d3 100644 --- a/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml +++ b/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index 6f7904705..2d6120758 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 581a0975e..6ceccc57e 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -1,5 +1,5 @@ - + An external library containing functions or script classes to use in Pandemonium. diff --git a/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml b/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml index c68dd0c45..bc0a28625 100644 --- a/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml +++ b/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index 068d80611..9233a8b34 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/PacketPeerGDNative.xml b/modules/gdnative/doc_classes/PacketPeerGDNative.xml index a83792ff2..ee6992692 100644 --- a/modules/gdnative/doc_classes/PacketPeerGDNative.xml +++ b/modules/gdnative/doc_classes/PacketPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml index d6f83043e..9bfcbc47f 100644 --- a/modules/gdnative/doc_classes/PluginScript.xml +++ b/modules/gdnative/doc_classes/PluginScript.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/StreamPeerGDNative.xml b/modules/gdnative/doc_classes/StreamPeerGDNative.xml index e319b0106..a90df7c60 100644 --- a/modules/gdnative/doc_classes/StreamPeerGDNative.xml +++ b/modules/gdnative/doc_classes/StreamPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml index 0f4f2ebab..840f23209 100644 --- a/modules/gdnative/doc_classes/VideoStreamGDNative.xml +++ b/modules/gdnative/doc_classes/VideoStreamGDNative.xml @@ -1,5 +1,5 @@ - + [VideoStream] resource for video formats implemented via GDNative. diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index f5dd0ef0b..0fa6d3a35 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index d2f1e714c..dfc01dc76 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 e722d019c..5ce99a5e2 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/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index 9f39381e9..076fb9751 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/gridmap/doc_classes/MeshLibrary.xml b/modules/gridmap/doc_classes/MeshLibrary.xml index de9f73d82..93c721b3f 100644 --- a/modules/gridmap/doc_classes/MeshLibrary.xml +++ b/modules/gridmap/doc_classes/MeshLibrary.xml @@ -1,5 +1,5 @@ - + Library of meshes. diff --git a/modules/http_server_simple/doc_classes/WebServerSimple.xml b/modules/http_server_simple/doc_classes/WebServerSimple.xml index fde4832d3..4b687d748 100644 --- a/modules/http_server_simple/doc_classes/WebServerSimple.xml +++ b/modules/http_server_simple/doc_classes/WebServerSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/jsonrpc/doc_classes/JSONRPC.xml b/modules/jsonrpc/doc_classes/JSONRPC.xml index 6ebe6235c..b32db243c 100644 --- a/modules/jsonrpc/doc_classes/JSONRPC.xml +++ b/modules/jsonrpc/doc_classes/JSONRPC.xml @@ -1,5 +1,5 @@ - + A helper to handle dictionaries which look like JSONRPC documents. diff --git a/modules/lz4/doc_classes/LZ4Compressor.xml b/modules/lz4/doc_classes/LZ4Compressor.xml index 60cb74f91..ab88ea0b1 100644 --- a/modules/lz4/doc_classes/LZ4Compressor.xml +++ b/modules/lz4/doc_classes/LZ4Compressor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/CurveBase.xml b/modules/material_maker/doc_classes/CurveBase.xml index de110a7b6..7f672b0c9 100644 --- a/modules/material_maker/doc_classes/CurveBase.xml +++ b/modules/material_maker/doc_classes/CurveBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/GradientBase.xml b/modules/material_maker/doc_classes/GradientBase.xml index 016f3dcd0..e798b3ff0 100644 --- a/modules/material_maker/doc_classes/GradientBase.xml +++ b/modules/material_maker/doc_classes/GradientBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMAdjustHsv.xml b/modules/material_maker/doc_classes/MMAdjustHsv.xml index a9924bd02..fc59872b1 100644 --- a/modules/material_maker/doc_classes/MMAdjustHsv.xml +++ b/modules/material_maker/doc_classes/MMAdjustHsv.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMAlgos.xml b/modules/material_maker/doc_classes/MMAlgos.xml index 11d823097..f212d145b 100644 --- a/modules/material_maker/doc_classes/MMAlgos.xml +++ b/modules/material_maker/doc_classes/MMAlgos.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMAnisotropicNoise.xml b/modules/material_maker/doc_classes/MMAnisotropicNoise.xml index 386ea4ba6..367982ddb 100644 --- a/modules/material_maker/doc_classes/MMAnisotropicNoise.xml +++ b/modules/material_maker/doc_classes/MMAnisotropicNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBeehive.xml b/modules/material_maker/doc_classes/MMBeehive.xml index 0f02bceb8..a498b7246 100644 --- a/modules/material_maker/doc_classes/MMBeehive.xml +++ b/modules/material_maker/doc_classes/MMBeehive.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBlend.xml b/modules/material_maker/doc_classes/MMBlend.xml index d6ff35069..fd4c2ec62 100644 --- a/modules/material_maker/doc_classes/MMBlend.xml +++ b/modules/material_maker/doc_classes/MMBlend.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBlurGaussian.xml b/modules/material_maker/doc_classes/MMBlurGaussian.xml index 23fa8dca4..d6edfb715 100644 --- a/modules/material_maker/doc_classes/MMBlurGaussian.xml +++ b/modules/material_maker/doc_classes/MMBlurGaussian.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBlurSlope.xml b/modules/material_maker/doc_classes/MMBlurSlope.xml index 093058ef4..ff84069fa 100644 --- a/modules/material_maker/doc_classes/MMBlurSlope.xml +++ b/modules/material_maker/doc_classes/MMBlurSlope.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBricks.xml b/modules/material_maker/doc_classes/MMBricks.xml index 7d9a454ef..cf4961de8 100644 --- a/modules/material_maker/doc_classes/MMBricks.xml +++ b/modules/material_maker/doc_classes/MMBricks.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBrightnessContrast.xml b/modules/material_maker/doc_classes/MMBrightnessContrast.xml index 3721708f4..a292b6602 100644 --- a/modules/material_maker/doc_classes/MMBrightnessContrast.xml +++ b/modules/material_maker/doc_classes/MMBrightnessContrast.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCircleMap.xml b/modules/material_maker/doc_classes/MMCircleMap.xml index b40e59ae9..16dbfe40b 100644 --- a/modules/material_maker/doc_classes/MMCircleMap.xml +++ b/modules/material_maker/doc_classes/MMCircleMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCircularGradient.xml b/modules/material_maker/doc_classes/MMCircularGradient.xml index bf76e123c..33c5fe62a 100644 --- a/modules/material_maker/doc_classes/MMCircularGradient.xml +++ b/modules/material_maker/doc_classes/MMCircularGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorNoise.xml b/modules/material_maker/doc_classes/MMColorNoise.xml index 5d987073d..a3348e882 100644 --- a/modules/material_maker/doc_classes/MMColorNoise.xml +++ b/modules/material_maker/doc_classes/MMColorNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorTiler.xml b/modules/material_maker/doc_classes/MMColorTiler.xml index b68dfe78b..ab06699ab 100644 --- a/modules/material_maker/doc_classes/MMColorTiler.xml +++ b/modules/material_maker/doc_classes/MMColorTiler.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorValue.xml b/modules/material_maker/doc_classes/MMColorValue.xml index afc513cf9..b48cd8d56 100644 --- a/modules/material_maker/doc_classes/MMColorValue.xml +++ b/modules/material_maker/doc_classes/MMColorValue.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorize.xml b/modules/material_maker/doc_classes/MMColorize.xml index 1a0b0edc0..62c83058f 100644 --- a/modules/material_maker/doc_classes/MMColorize.xml +++ b/modules/material_maker/doc_classes/MMColorize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCombine.xml b/modules/material_maker/doc_classes/MMCombine.xml index 8153c19f1..d7aa245aa 100644 --- a/modules/material_maker/doc_classes/MMCombine.xml +++ b/modules/material_maker/doc_classes/MMCombine.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCurve.xml b/modules/material_maker/doc_classes/MMCurve.xml index 40d964e36..50ffc2612 100644 --- a/modules/material_maker/doc_classes/MMCurve.xml +++ b/modules/material_maker/doc_classes/MMCurve.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMDecompose.xml b/modules/material_maker/doc_classes/MMDecompose.xml index 5e7ff7379..54c8beba2 100644 --- a/modules/material_maker/doc_classes/MMDecompose.xml +++ b/modules/material_maker/doc_classes/MMDecompose.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMEmboss.xml b/modules/material_maker/doc_classes/MMEmboss.xml index 324b62ff9..afd3d3a3d 100644 --- a/modules/material_maker/doc_classes/MMEmboss.xml +++ b/modules/material_maker/doc_classes/MMEmboss.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFbmNoise.xml b/modules/material_maker/doc_classes/MMFbmNoise.xml index 269291e9b..8071a0c07 100644 --- a/modules/material_maker/doc_classes/MMFbmNoise.xml +++ b/modules/material_maker/doc_classes/MMFbmNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillChannel.xml b/modules/material_maker/doc_classes/MMFillChannel.xml index 217410152..a9eb96127 100644 --- a/modules/material_maker/doc_classes/MMFillChannel.xml +++ b/modules/material_maker/doc_classes/MMFillChannel.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToColor.xml b/modules/material_maker/doc_classes/MMFillToColor.xml index 26d62f6f9..4ffcfa831 100644 --- a/modules/material_maker/doc_classes/MMFillToColor.xml +++ b/modules/material_maker/doc_classes/MMFillToColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToPosition.xml b/modules/material_maker/doc_classes/MMFillToPosition.xml index 4385b996d..6e3eb735f 100644 --- a/modules/material_maker/doc_classes/MMFillToPosition.xml +++ b/modules/material_maker/doc_classes/MMFillToPosition.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToRandomColor.xml b/modules/material_maker/doc_classes/MMFillToRandomColor.xml index cd923a119..a0278c5a7 100644 --- a/modules/material_maker/doc_classes/MMFillToRandomColor.xml +++ b/modules/material_maker/doc_classes/MMFillToRandomColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToRandomGrey.xml b/modules/material_maker/doc_classes/MMFillToRandomGrey.xml index feaa07e6d..ed3d1b237 100644 --- a/modules/material_maker/doc_classes/MMFillToRandomGrey.xml +++ b/modules/material_maker/doc_classes/MMFillToRandomGrey.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToSize.xml b/modules/material_maker/doc_classes/MMFillToSize.xml index 35025b721..b4315f743 100644 --- a/modules/material_maker/doc_classes/MMFillToSize.xml +++ b/modules/material_maker/doc_classes/MMFillToSize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToUv.xml b/modules/material_maker/doc_classes/MMFillToUv.xml index 399f975c0..9d99c78fe 100644 --- a/modules/material_maker/doc_classes/MMFillToUv.xml +++ b/modules/material_maker/doc_classes/MMFillToUv.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGradient.xml b/modules/material_maker/doc_classes/MMGradient.xml index b5f41b9e9..583ad1d90 100644 --- a/modules/material_maker/doc_classes/MMGradient.xml +++ b/modules/material_maker/doc_classes/MMGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGraphNode.xml b/modules/material_maker/doc_classes/MMGraphNode.xml index 04c53b5fe..7c3512b7b 100644 --- a/modules/material_maker/doc_classes/MMGraphNode.xml +++ b/modules/material_maker/doc_classes/MMGraphNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGreyscale.xml b/modules/material_maker/doc_classes/MMGreyscale.xml index 68a4cd772..635e31c55 100644 --- a/modules/material_maker/doc_classes/MMGreyscale.xml +++ b/modules/material_maker/doc_classes/MMGreyscale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGreyscaleUniform.xml b/modules/material_maker/doc_classes/MMGreyscaleUniform.xml index 18457be18..550b87e3c 100644 --- a/modules/material_maker/doc_classes/MMGreyscaleUniform.xml +++ b/modules/material_maker/doc_classes/MMGreyscaleUniform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMIching.xml b/modules/material_maker/doc_classes/MMIching.xml index f6c99dde9..4945ed79d 100644 --- a/modules/material_maker/doc_classes/MMIching.xml +++ b/modules/material_maker/doc_classes/MMIching.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMImage.xml b/modules/material_maker/doc_classes/MMImage.xml index 440776b36..1a6b3ba39 100644 --- a/modules/material_maker/doc_classes/MMImage.xml +++ b/modules/material_maker/doc_classes/MMImage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMInvert.xml b/modules/material_maker/doc_classes/MMInvert.xml index 949156ed1..f370aac65 100644 --- a/modules/material_maker/doc_classes/MMInvert.xml +++ b/modules/material_maker/doc_classes/MMInvert.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMKaleidoscope.xml b/modules/material_maker/doc_classes/MMKaleidoscope.xml index 482d5da2f..217541c1b 100644 --- a/modules/material_maker/doc_classes/MMKaleidoscope.xml +++ b/modules/material_maker/doc_classes/MMKaleidoscope.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMakeTileable.xml b/modules/material_maker/doc_classes/MMMakeTileable.xml index 3e9052404..5d7e3b192 100644 --- a/modules/material_maker/doc_classes/MMMakeTileable.xml +++ b/modules/material_maker/doc_classes/MMMakeTileable.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMaterial.xml b/modules/material_maker/doc_classes/MMMaterial.xml index afda67485..5e6e8d2bf 100644 --- a/modules/material_maker/doc_classes/MMMaterial.xml +++ b/modules/material_maker/doc_classes/MMMaterial.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMath.xml b/modules/material_maker/doc_classes/MMMath.xml index 1ca20ce87..02951d006 100644 --- a/modules/material_maker/doc_classes/MMMath.xml +++ b/modules/material_maker/doc_classes/MMMath.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMirror.xml b/modules/material_maker/doc_classes/MMMirror.xml index 2c323dbb3..0fea24371 100644 --- a/modules/material_maker/doc_classes/MMMirror.xml +++ b/modules/material_maker/doc_classes/MMMirror.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNode.xml b/modules/material_maker/doc_classes/MMNode.xml index eff857a1a..e13cf2b03 100644 --- a/modules/material_maker/doc_classes/MMNode.xml +++ b/modules/material_maker/doc_classes/MMNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml b/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml index c156137e7..f8836dacf 100644 --- a/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml +++ b/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNoise.xml b/modules/material_maker/doc_classes/MMNoise.xml index a145219ce..bcc863b07 100644 --- a/modules/material_maker/doc_classes/MMNoise.xml +++ b/modules/material_maker/doc_classes/MMNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMOutputImage.xml b/modules/material_maker/doc_classes/MMOutputImage.xml index 4d3083411..b3fc79f46 100644 --- a/modules/material_maker/doc_classes/MMOutputImage.xml +++ b/modules/material_maker/doc_classes/MMOutputImage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMPattern.xml b/modules/material_maker/doc_classes/MMPattern.xml index 97a03bfbb..5f1f5d703 100644 --- a/modules/material_maker/doc_classes/MMPattern.xml +++ b/modules/material_maker/doc_classes/MMPattern.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMQuantize.xml b/modules/material_maker/doc_classes/MMQuantize.xml index a2ca62f94..520a85044 100644 --- a/modules/material_maker/doc_classes/MMQuantize.xml +++ b/modules/material_maker/doc_classes/MMQuantize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRadialGradient.xml b/modules/material_maker/doc_classes/MMRadialGradient.xml index ec4c234de..3c5dbbabc 100644 --- a/modules/material_maker/doc_classes/MMRadialGradient.xml +++ b/modules/material_maker/doc_classes/MMRadialGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRepeat.xml b/modules/material_maker/doc_classes/MMRepeat.xml index df2824411..dece20bde 100644 --- a/modules/material_maker/doc_classes/MMRepeat.xml +++ b/modules/material_maker/doc_classes/MMRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRotate.xml b/modules/material_maker/doc_classes/MMRotate.xml index caef83ea0..0ea84017f 100644 --- a/modules/material_maker/doc_classes/MMRotate.xml +++ b/modules/material_maker/doc_classes/MMRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRunes.xml b/modules/material_maker/doc_classes/MMRunes.xml index d0aa1a33c..9c150ab4a 100644 --- a/modules/material_maker/doc_classes/MMRunes.xml +++ b/modules/material_maker/doc_classes/MMRunes.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMScale.xml b/modules/material_maker/doc_classes/MMScale.xml index c92fd2b4d..c217b93e4 100644 --- a/modules/material_maker/doc_classes/MMScale.xml +++ b/modules/material_maker/doc_classes/MMScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMScratches.xml b/modules/material_maker/doc_classes/MMScratches.xml index e78ac2958..1ced5e8f1 100644 --- a/modules/material_maker/doc_classes/MMScratches.xml +++ b/modules/material_maker/doc_classes/MMScratches.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml b/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml index 49555c07d..23d820a5f 100644 --- a/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml +++ b/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpBool.xml b/modules/material_maker/doc_classes/MMSdOpBool.xml index 8c3ffe546..4c2ff7a8f 100644 --- a/modules/material_maker/doc_classes/MMSdOpBool.xml +++ b/modules/material_maker/doc_classes/MMSdOpBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml b/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml index 8c394a70e..3cac3c70b 100644 --- a/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpMorph.xml b/modules/material_maker/doc_classes/MMSdOpMorph.xml index 1a12075e3..f040fc5c9 100644 --- a/modules/material_maker/doc_classes/MMSdOpMorph.xml +++ b/modules/material_maker/doc_classes/MMSdOpMorph.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpRepeat.xml b/modules/material_maker/doc_classes/MMSdOpRepeat.xml index a30e1f7bd..05e7a08aa 100644 --- a/modules/material_maker/doc_classes/MMSdOpRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdOpRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml b/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml index 8fcece62a..cac789f11 100644 --- a/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml +++ b/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml b/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml index cd3f0e479..239b14df1 100644 --- a/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml +++ b/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeArc.xml b/modules/material_maker/doc_classes/MMSdShapeArc.xml index e0919c714..2e2faa3e4 100644 --- a/modules/material_maker/doc_classes/MMSdShapeArc.xml +++ b/modules/material_maker/doc_classes/MMSdShapeArc.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeBox.xml b/modules/material_maker/doc_classes/MMSdShapeBox.xml index 9c9af99b4..03eb34f2e 100644 --- a/modules/material_maker/doc_classes/MMSdShapeBox.xml +++ b/modules/material_maker/doc_classes/MMSdShapeBox.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeCircle.xml b/modules/material_maker/doc_classes/MMSdShapeCircle.xml index 633b6deb5..2c66b3fc5 100644 --- a/modules/material_maker/doc_classes/MMSdShapeCircle.xml +++ b/modules/material_maker/doc_classes/MMSdShapeCircle.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeLine.xml b/modules/material_maker/doc_classes/MMSdShapeLine.xml index 59de9e6d4..162504122 100644 --- a/modules/material_maker/doc_classes/MMSdShapeLine.xml +++ b/modules/material_maker/doc_classes/MMSdShapeLine.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapePolygon.xml b/modules/material_maker/doc_classes/MMSdShapePolygon.xml index 89abbbf8b..d6be85127 100644 --- a/modules/material_maker/doc_classes/MMSdShapePolygon.xml +++ b/modules/material_maker/doc_classes/MMSdShapePolygon.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeRhombus.xml b/modules/material_maker/doc_classes/MMSdShapeRhombus.xml index 3e4ff58f0..36520af93 100644 --- a/modules/material_maker/doc_classes/MMSdShapeRhombus.xml +++ b/modules/material_maker/doc_classes/MMSdShapeRhombus.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfRotate.xml b/modules/material_maker/doc_classes/MMSdTfRotate.xml index 04d2aa907..376d55240 100644 --- a/modules/material_maker/doc_classes/MMSdTfRotate.xml +++ b/modules/material_maker/doc_classes/MMSdTfRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfScale.xml b/modules/material_maker/doc_classes/MMSdTfScale.xml index 844131188..31ccbc70c 100644 --- a/modules/material_maker/doc_classes/MMSdTfScale.xml +++ b/modules/material_maker/doc_classes/MMSdTfScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfTranslate.xml b/modules/material_maker/doc_classes/MMSdTfTranslate.xml index b719d0fe4..102590824 100644 --- a/modules/material_maker/doc_classes/MMSdTfTranslate.xml +++ b/modules/material_maker/doc_classes/MMSdTfTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dColor.xml b/modules/material_maker/doc_classes/MMSdf3dColor.xml index 341504f8b..ebdcb2d36 100644 --- a/modules/material_maker/doc_classes/MMSdf3dColor.xml +++ b/modules/material_maker/doc_classes/MMSdf3dColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpBool.xml b/modules/material_maker/doc_classes/MMSdf3dOpBool.xml index c9721d1eb..9b5992df8 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpBool.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml b/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml index 36a1392b4..953c40249 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml b/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml index 64be4a1ec..c9e1b2eed 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpExtrusion.xml b/modules/material_maker/doc_classes/MMSdf3dOpExtrusion.xml index 7ce15032d..79017af0d 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpExtrusion.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpExtrusion.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml b/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml index aff3bf41c..159360d02 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml b/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml index 663b67f38..34f480153 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml b/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml index 8e624711f..8e74211fa 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml b/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml index d76e9918f..df77b8357 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml b/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml index f41f38872..d732806e7 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dRender.xml b/modules/material_maker/doc_classes/MMSdf3dRender.xml index de0b76dd4..79ca860c8 100644 --- a/modules/material_maker/doc_classes/MMSdf3dRender.xml +++ b/modules/material_maker/doc_classes/MMSdf3dRender.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml b/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml index a48680d64..e4b4d0f13 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml index 2937cee22..ca6ed6dc2 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml index 1d3db2035..695357b3f 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml index 37be4ddcf..963dccad4 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml b/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml index 2e24758a7..b1f1ce187 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml b/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml index 2d24e1357..3730e8049 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml b/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml index 62caef046..916dc95d3 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfScale.xml b/modules/material_maker/doc_classes/MMSdf3dTfScale.xml index 80714a7ec..76ae755c5 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfScale.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml b/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml index 4e57d8c2a..763313a43 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMShape.xml b/modules/material_maker/doc_classes/MMShape.xml index d1a074b5e..bf917ad22 100644 --- a/modules/material_maker/doc_classes/MMShape.xml +++ b/modules/material_maker/doc_classes/MMShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMShear.xml b/modules/material_maker/doc_classes/MMShear.xml index de1cf631c..de54e3885 100644 --- a/modules/material_maker/doc_classes/MMShear.xml +++ b/modules/material_maker/doc_classes/MMShear.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSineWave.xml b/modules/material_maker/doc_classes/MMSineWave.xml index 0a1a5d763..a9316b797 100644 --- a/modules/material_maker/doc_classes/MMSineWave.xml +++ b/modules/material_maker/doc_classes/MMSineWave.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSwapChannels.xml b/modules/material_maker/doc_classes/MMSwapChannels.xml index 283dce875..59e6acf6d 100644 --- a/modules/material_maker/doc_classes/MMSwapChannels.xml +++ b/modules/material_maker/doc_classes/MMSwapChannels.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTiler.xml b/modules/material_maker/doc_classes/MMTiler.xml index ede339540..bedaa921a 100644 --- a/modules/material_maker/doc_classes/MMTiler.xml +++ b/modules/material_maker/doc_classes/MMTiler.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTonality.xml b/modules/material_maker/doc_classes/MMTonality.xml index 1d58da9b0..d67dd5c89 100644 --- a/modules/material_maker/doc_classes/MMTonality.xml +++ b/modules/material_maker/doc_classes/MMTonality.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTones.xml b/modules/material_maker/doc_classes/MMTones.xml index b1f727969..9c3472dd7 100644 --- a/modules/material_maker/doc_classes/MMTones.xml +++ b/modules/material_maker/doc_classes/MMTones.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTonesMap.xml b/modules/material_maker/doc_classes/MMTonesMap.xml index ba0937acd..01d42284b 100644 --- a/modules/material_maker/doc_classes/MMTonesMap.xml +++ b/modules/material_maker/doc_classes/MMTonesMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTonesStep.xml b/modules/material_maker/doc_classes/MMTonesStep.xml index f5fb2b820..acaa04b6b 100644 --- a/modules/material_maker/doc_classes/MMTonesStep.xml +++ b/modules/material_maker/doc_classes/MMTonesStep.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTransform.xml b/modules/material_maker/doc_classes/MMTransform.xml index 13946694e..22180ec9d 100644 --- a/modules/material_maker/doc_classes/MMTransform.xml +++ b/modules/material_maker/doc_classes/MMTransform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTranslate.xml b/modules/material_maker/doc_classes/MMTranslate.xml index bda998ca5..016044af4 100644 --- a/modules/material_maker/doc_classes/MMTranslate.xml +++ b/modules/material_maker/doc_classes/MMTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTruchet.xml b/modules/material_maker/doc_classes/MMTruchet.xml index 3885f4b5a..f7e515825 100644 --- a/modules/material_maker/doc_classes/MMTruchet.xml +++ b/modules/material_maker/doc_classes/MMTruchet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMUniform.xml b/modules/material_maker/doc_classes/MMUniform.xml index 3b370c1a5..c6cae8adb 100644 --- a/modules/material_maker/doc_classes/MMUniform.xml +++ b/modules/material_maker/doc_classes/MMUniform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMVoronoi.xml b/modules/material_maker/doc_classes/MMVoronoi.xml index cffbc0be2..e2135d0f1 100644 --- a/modules/material_maker/doc_classes/MMVoronoi.xml +++ b/modules/material_maker/doc_classes/MMVoronoi.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMWarp.xml b/modules/material_maker/doc_classes/MMWarp.xml index cf409bf33..2fd655b01 100644 --- a/modules/material_maker/doc_classes/MMWarp.xml +++ b/modules/material_maker/doc_classes/MMWarp.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMWeave.xml b/modules/material_maker/doc_classes/MMWeave.xml index 24723edfb..a4b0c868a 100644 --- a/modules/material_maker/doc_classes/MMWeave.xml +++ b/modules/material_maker/doc_classes/MMWeave.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MatMakerGDEditor.xml b/modules/material_maker/doc_classes/MatMakerGDEditor.xml index abb00fab5..0b16e827f 100644 --- a/modules/material_maker/doc_classes/MatMakerGDEditor.xml +++ b/modules/material_maker/doc_classes/MatMakerGDEditor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/PolygonBase.xml b/modules/material_maker/doc_classes/PolygonBase.xml index 7a7f1dae2..ec762333e 100644 --- a/modules/material_maker/doc_classes/PolygonBase.xml +++ b/modules/material_maker/doc_classes/PolygonBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/SSSdShow.xml b/modules/material_maker/doc_classes/SSSdShow.xml index 9a57cf5c0..701f63119 100644 --- a/modules/material_maker/doc_classes/SSSdShow.xml +++ b/modules/material_maker/doc_classes/SSSdShow.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml b/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml index cc7230e92..689451eee 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataResource.xml b/modules/mesh_data_resource/doc_classes/MeshDataResource.xml index 1439b23e2..f57647dcb 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataResource.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataResource.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml b/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml index 9f0d76ced..c51611b5e 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml b/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml index 9accf4abb..0839f9a62 100644 --- a/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml +++ b/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml b/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml index adc9cfa16..b46b92429 100644 --- a/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml +++ b/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/MeshMerger.xml b/modules/mesh_utils/doc_classes/MeshMerger.xml index 28ce4e1b2..ef4b7162a 100644 --- a/modules/mesh_utils/doc_classes/MeshMerger.xml +++ b/modules/mesh_utils/doc_classes/MeshMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/MeshUtils.xml b/modules/mesh_utils/doc_classes/MeshUtils.xml index 8bd81c82c..142258c7f 100644 --- a/modules/mesh_utils/doc_classes/MeshUtils.xml +++ b/modules/mesh_utils/doc_classes/MeshUtils.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/minimp3/doc_classes/AudioStreamMP3.xml b/modules/minimp3/doc_classes/AudioStreamMP3.xml index a6377e08a..7c6decc92 100644 --- a/modules/minimp3/doc_classes/AudioStreamMP3.xml +++ b/modules/minimp3/doc_classes/AudioStreamMP3.xml @@ -1,5 +1,5 @@ - + MP3 audio stream driver. diff --git a/modules/network_synchronizer/doc_classes/DataBuffer.xml b/modules/network_synchronizer/doc_classes/DataBuffer.xml index d20006829..4f4732464 100644 --- a/modules/network_synchronizer/doc_classes/DataBuffer.xml +++ b/modules/network_synchronizer/doc_classes/DataBuffer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/InputNetworkEncoder.xml b/modules/network_synchronizer/doc_classes/InputNetworkEncoder.xml index 11bf2c376..0f5ea66df 100644 --- a/modules/network_synchronizer/doc_classes/InputNetworkEncoder.xml +++ b/modules/network_synchronizer/doc_classes/InputNetworkEncoder.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/NetworkedController.xml b/modules/network_synchronizer/doc_classes/NetworkedController.xml index 2cc86117b..8defb2c1f 100644 --- a/modules/network_synchronizer/doc_classes/NetworkedController.xml +++ b/modules/network_synchronizer/doc_classes/NetworkedController.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/SceneDiff.xml b/modules/network_synchronizer/doc_classes/SceneDiff.xml index 4cac80dbd..04380440a 100644 --- a/modules/network_synchronizer/doc_classes/SceneDiff.xml +++ b/modules/network_synchronizer/doc_classes/SceneDiff.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml b/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml index 964e59e83..535824ca8 100644 --- a/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml +++ b/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml @@ -1,5 +1,5 @@ - + The `SceneSynchronizer` is used to synchronize all the peers using server authoritative networking model. diff --git a/modules/network_synchronizer/doc_classes/SceneSynchronizerDebugger.xml b/modules/network_synchronizer/doc_classes/SceneSynchronizerDebugger.xml index c3045734c..d73ab074f 100644 --- a/modules/network_synchronizer/doc_classes/SceneSynchronizerDebugger.xml +++ b/modules/network_synchronizer/doc_classes/SceneSynchronizerDebugger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/opensimplex/doc_classes/NoiseTexture.xml b/modules/opensimplex/doc_classes/NoiseTexture.xml index ca9440946..03b7f66c0 100644 --- a/modules/opensimplex/doc_classes/NoiseTexture.xml +++ b/modules/opensimplex/doc_classes/NoiseTexture.xml @@ -1,5 +1,5 @@ - + [OpenSimplexNoise] filled texture. diff --git a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml index 84008b95d..4feb947d2 100644 --- a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml +++ b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml @@ -1,5 +1,5 @@ - + Noise generator based on Open Simplex. diff --git a/modules/paint/doc_classes/BrightenAction.xml b/modules/paint/doc_classes/BrightenAction.xml index 610f27401..6d3ec5b55 100644 --- a/modules/paint/doc_classes/BrightenAction.xml +++ b/modules/paint/doc_classes/BrightenAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/BrushAction.xml b/modules/paint/doc_classes/BrushAction.xml index 84163a87a..ec5796d9c 100644 --- a/modules/paint/doc_classes/BrushAction.xml +++ b/modules/paint/doc_classes/BrushAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/BucketAction.xml b/modules/paint/doc_classes/BucketAction.xml index 556284e40..ea555ebb4 100644 --- a/modules/paint/doc_classes/BucketAction.xml +++ b/modules/paint/doc_classes/BucketAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/CutAction.xml b/modules/paint/doc_classes/CutAction.xml index 0e97a27a7..77ba5b7ff 100644 --- a/modules/paint/doc_classes/CutAction.xml +++ b/modules/paint/doc_classes/CutAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/DarkenAction.xml b/modules/paint/doc_classes/DarkenAction.xml index 788e4160c..13656f20a 100644 --- a/modules/paint/doc_classes/DarkenAction.xml +++ b/modules/paint/doc_classes/DarkenAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/LineAction.xml b/modules/paint/doc_classes/LineAction.xml index 591c5db6f..e03fa42a2 100644 --- a/modules/paint/doc_classes/LineAction.xml +++ b/modules/paint/doc_classes/LineAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/MultiLineAction.xml b/modules/paint/doc_classes/MultiLineAction.xml index 79cb0845e..35e265310 100644 --- a/modules/paint/doc_classes/MultiLineAction.xml +++ b/modules/paint/doc_classes/MultiLineAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintAction.xml b/modules/paint/doc_classes/PaintAction.xml index 8325aece5..b6528a6d6 100644 --- a/modules/paint/doc_classes/PaintAction.xml +++ b/modules/paint/doc_classes/PaintAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCanvas.xml b/modules/paint/doc_classes/PaintCanvas.xml index d0f933e11..e18041992 100644 --- a/modules/paint/doc_classes/PaintCanvas.xml +++ b/modules/paint/doc_classes/PaintCanvas.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCanvasBackground.xml b/modules/paint/doc_classes/PaintCanvasBackground.xml index 30794cef8..8d517f114 100644 --- a/modules/paint/doc_classes/PaintCanvasBackground.xml +++ b/modules/paint/doc_classes/PaintCanvasBackground.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCurve2D.xml b/modules/paint/doc_classes/PaintCurve2D.xml index 0b7d598cd..1cf9559e0 100644 --- a/modules/paint/doc_classes/PaintCurve2D.xml +++ b/modules/paint/doc_classes/PaintCurve2D.xml @@ -1,5 +1,5 @@ - + A Paint Node that contains a [Curve2D] for defining a shape. For use with [PaintProject]s. diff --git a/modules/paint/doc_classes/PaintCustomPropertyInspector.xml b/modules/paint/doc_classes/PaintCustomPropertyInspector.xml index 98cdbe17b..d528a3ae4 100644 --- a/modules/paint/doc_classes/PaintCustomPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintCustomPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintNode.xml b/modules/paint/doc_classes/PaintNode.xml index 61d15c8e9..34275762a 100644 --- a/modules/paint/doc_classes/PaintNode.xml +++ b/modules/paint/doc_classes/PaintNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintPolygon2D.xml b/modules/paint/doc_classes/PaintPolygon2D.xml index 02decaba7..9ab420e41 100644 --- a/modules/paint/doc_classes/PaintPolygon2D.xml +++ b/modules/paint/doc_classes/PaintPolygon2D.xml @@ -1,5 +1,5 @@ - + A 2D Paint Polygon Node for use with [PaintProject]s. diff --git a/modules/paint/doc_classes/PaintProject.xml b/modules/paint/doc_classes/PaintProject.xml index 45371262b..1101c851a 100644 --- a/modules/paint/doc_classes/PaintProject.xml +++ b/modules/paint/doc_classes/PaintProject.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintProjectPropertyInspector.xml b/modules/paint/doc_classes/PaintProjectPropertyInspector.xml index 97a1f7b26..abcaaa4f6 100644 --- a/modules/paint/doc_classes/PaintProjectPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintProjectPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml b/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml index 48a702072..11acf1f02 100644 --- a/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintToolsPropertyInspector.xml b/modules/paint/doc_classes/PaintToolsPropertyInspector.xml index 2f0654004..5fbc55bbc 100644 --- a/modules/paint/doc_classes/PaintToolsPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintToolsPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintVisualGrid.xml b/modules/paint/doc_classes/PaintVisualGrid.xml index a7dc276ca..ec6203901 100644 --- a/modules/paint/doc_classes/PaintVisualGrid.xml +++ b/modules/paint/doc_classes/PaintVisualGrid.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PasteCutAction.xml b/modules/paint/doc_classes/PasteCutAction.xml index 4124ec01a..33872436f 100644 --- a/modules/paint/doc_classes/PasteCutAction.xml +++ b/modules/paint/doc_classes/PasteCutAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PencilAction.xml b/modules/paint/doc_classes/PencilAction.xml index 8e9f4ac03..ada76871f 100644 --- a/modules/paint/doc_classes/PencilAction.xml +++ b/modules/paint/doc_classes/PencilAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/RainbowAction.xml b/modules/paint/doc_classes/RainbowAction.xml index eedff4f80..7b8959c35 100644 --- a/modules/paint/doc_classes/RainbowAction.xml +++ b/modules/paint/doc_classes/RainbowAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/RectAction.xml b/modules/paint/doc_classes/RectAction.xml index a9de79e89..8bedc3a0c 100644 --- a/modules/paint/doc_classes/RectAction.xml +++ b/modules/paint/doc_classes/RectAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/GroundClutter.xml b/modules/props/doc_classes/GroundClutter.xml index 6d90c5145..55a929bf2 100644 --- a/modules/props/doc_classes/GroundClutter.xml +++ b/modules/props/doc_classes/GroundClutter.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/GroundClutterFoliage.xml b/modules/props/doc_classes/GroundClutterFoliage.xml index 688e526a8..cae995598 100644 --- a/modules/props/doc_classes/GroundClutterFoliage.xml +++ b/modules/props/doc_classes/GroundClutterFoliage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropCache.xml b/modules/props/doc_classes/PropCache.xml index a11e6b54d..e09f98d61 100644 --- a/modules/props/doc_classes/PropCache.xml +++ b/modules/props/doc_classes/PropCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropData.xml b/modules/props/doc_classes/PropData.xml index 36af781fa..07cbb5833 100644 --- a/modules/props/doc_classes/PropData.xml +++ b/modules/props/doc_classes/PropData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataCollisionObject.xml b/modules/props/doc_classes/PropDataCollisionObject.xml index 2a165c5eb..39077045f 100644 --- a/modules/props/doc_classes/PropDataCollisionObject.xml +++ b/modules/props/doc_classes/PropDataCollisionObject.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataEntry.xml b/modules/props/doc_classes/PropDataEntry.xml index 615089697..f00062a92 100644 --- a/modules/props/doc_classes/PropDataEntry.xml +++ b/modules/props/doc_classes/PropDataEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataLight.xml b/modules/props/doc_classes/PropDataLight.xml index 88874ffb9..f804a20e4 100644 --- a/modules/props/doc_classes/PropDataLight.xml +++ b/modules/props/doc_classes/PropDataLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataPortal.xml b/modules/props/doc_classes/PropDataPortal.xml index f47874d0f..00aeba149 100644 --- a/modules/props/doc_classes/PropDataPortal.xml +++ b/modules/props/doc_classes/PropDataPortal.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataProp.xml b/modules/props/doc_classes/PropDataProp.xml index 7d7476f39..1252f41eb 100644 --- a/modules/props/doc_classes/PropDataProp.xml +++ b/modules/props/doc_classes/PropDataProp.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataScene.xml b/modules/props/doc_classes/PropDataScene.xml index a9a9414da..4e7e35cad 100644 --- a/modules/props/doc_classes/PropDataScene.xml +++ b/modules/props/doc_classes/PropDataScene.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataStaticBody.xml b/modules/props/doc_classes/PropDataStaticBody.xml index dcf624973..bf00afeda 100644 --- a/modules/props/doc_classes/PropDataStaticBody.xml +++ b/modules/props/doc_classes/PropDataStaticBody.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataTiledWall.xml b/modules/props/doc_classes/PropDataTiledWall.xml index 3c6ce80dd..0b8e6028c 100644 --- a/modules/props/doc_classes/PropDataTiledWall.xml +++ b/modules/props/doc_classes/PropDataTiledWall.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropESSEntity.xml b/modules/props/doc_classes/PropESSEntity.xml index a9eb739c8..f8520b7e8 100644 --- a/modules/props/doc_classes/PropESSEntity.xml +++ b/modules/props/doc_classes/PropESSEntity.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstance.xml b/modules/props/doc_classes/PropInstance.xml index 3e2a0b949..d829c1550 100644 --- a/modules/props/doc_classes/PropInstance.xml +++ b/modules/props/doc_classes/PropInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstanceJob.xml b/modules/props/doc_classes/PropInstanceJob.xml index 372d686fe..40ec206f4 100644 --- a/modules/props/doc_classes/PropInstanceJob.xml +++ b/modules/props/doc_classes/PropInstanceJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstanceMerger.xml b/modules/props/doc_classes/PropInstanceMerger.xml index be80100fd..0baa0e129 100644 --- a/modules/props/doc_classes/PropInstanceMerger.xml +++ b/modules/props/doc_classes/PropInstanceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstancePropJob.xml b/modules/props/doc_classes/PropInstancePropJob.xml index 96852a990..4061c617c 100644 --- a/modules/props/doc_classes/PropInstancePropJob.xml +++ b/modules/props/doc_classes/PropInstancePropJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropLight.xml b/modules/props/doc_classes/PropLight.xml index 746d9e6a6..30784b870 100644 --- a/modules/props/doc_classes/PropLight.xml +++ b/modules/props/doc_classes/PropLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMaterialCache.xml b/modules/props/doc_classes/PropMaterialCache.xml index 3640aea0f..46f8c89df 100644 --- a/modules/props/doc_classes/PropMaterialCache.xml +++ b/modules/props/doc_classes/PropMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMaterialCachePCM.xml b/modules/props/doc_classes/PropMaterialCachePCM.xml index 06791db34..8cfc8e14f 100644 --- a/modules/props/doc_classes/PropMaterialCachePCM.xml +++ b/modules/props/doc_classes/PropMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMesher.xml b/modules/props/doc_classes/PropMesher.xml index 67afe278d..f85d2f23e 100644 --- a/modules/props/doc_classes/PropMesher.xml +++ b/modules/props/doc_classes/PropMesher.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMesherJobStep.xml b/modules/props/doc_classes/PropMesherJobStep.xml index 132d429a6..609af3763 100644 --- a/modules/props/doc_classes/PropMesherJobStep.xml +++ b/modules/props/doc_classes/PropMesherJobStep.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropSceneInstance.xml b/modules/props/doc_classes/PropSceneInstance.xml index f3c543764..d4c0058c8 100644 --- a/modules/props/doc_classes/PropSceneInstance.xml +++ b/modules/props/doc_classes/PropSceneInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropTextureJob.xml b/modules/props/doc_classes/PropTextureJob.xml index d8792e849..c8af7d407 100644 --- a/modules/props/doc_classes/PropTextureJob.xml +++ b/modules/props/doc_classes/PropTextureJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropUtils.xml b/modules/props/doc_classes/PropUtils.xml index 1e995d26b..bbcfebbea 100644 --- a/modules/props/doc_classes/PropUtils.xml +++ b/modules/props/doc_classes/PropUtils.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/TiledWall.xml b/modules/props/doc_classes/TiledWall.xml index e1f0ca33a..a077dd43b 100644 --- a/modules/props/doc_classes/TiledWall.xml +++ b/modules/props/doc_classes/TiledWall.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/TiledWallData.xml b/modules/props/doc_classes/TiledWallData.xml index 2596a497b..0a0dd3149 100644 --- a/modules/props/doc_classes/TiledWallData.xml +++ b/modules/props/doc_classes/TiledWallData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/GroundClutter2D.xml b/modules/props_2d/doc_classes/GroundClutter2D.xml index a910ab339..bd61acce6 100644 --- a/modules/props_2d/doc_classes/GroundClutter2D.xml +++ b/modules/props_2d/doc_classes/GroundClutter2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/GroundClutter2DFoliage.xml b/modules/props_2d/doc_classes/GroundClutter2DFoliage.xml index 2660c8c01..2c387f9d5 100644 --- a/modules/props_2d/doc_classes/GroundClutter2DFoliage.xml +++ b/modules/props_2d/doc_classes/GroundClutter2DFoliage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DCache.xml b/modules/props_2d/doc_classes/Prop2DCache.xml index 6b8b2a504..50a92d5cc 100644 --- a/modules/props_2d/doc_classes/Prop2DCache.xml +++ b/modules/props_2d/doc_classes/Prop2DCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DData.xml b/modules/props_2d/doc_classes/Prop2DData.xml index 4cced5ef9..981e0a84b 100644 --- a/modules/props_2d/doc_classes/Prop2DData.xml +++ b/modules/props_2d/doc_classes/Prop2DData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataEntry.xml b/modules/props_2d/doc_classes/Prop2DDataEntry.xml index e9e51846a..e028737f3 100644 --- a/modules/props_2d/doc_classes/Prop2DDataEntry.xml +++ b/modules/props_2d/doc_classes/Prop2DDataEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataLight.xml b/modules/props_2d/doc_classes/Prop2DDataLight.xml index 84fea39ae..2565f0b47 100644 --- a/modules/props_2d/doc_classes/Prop2DDataLight.xml +++ b/modules/props_2d/doc_classes/Prop2DDataLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataPortal.xml b/modules/props_2d/doc_classes/Prop2DDataPortal.xml index b62a6f837..8937c6afe 100644 --- a/modules/props_2d/doc_classes/Prop2DDataPortal.xml +++ b/modules/props_2d/doc_classes/Prop2DDataPortal.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataProp2D.xml b/modules/props_2d/doc_classes/Prop2DDataProp2D.xml index 3fcc9703d..0fb3f5bc6 100644 --- a/modules/props_2d/doc_classes/Prop2DDataProp2D.xml +++ b/modules/props_2d/doc_classes/Prop2DDataProp2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataScene.xml b/modules/props_2d/doc_classes/Prop2DDataScene.xml index 49f9d5825..0db59780e 100644 --- a/modules/props_2d/doc_classes/Prop2DDataScene.xml +++ b/modules/props_2d/doc_classes/Prop2DDataScene.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DDataTiledWall2D.xml b/modules/props_2d/doc_classes/Prop2DDataTiledWall2D.xml index 15b0bc097..6642dbc5e 100644 --- a/modules/props_2d/doc_classes/Prop2DDataTiledWall2D.xml +++ b/modules/props_2d/doc_classes/Prop2DDataTiledWall2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DESSEntity.xml b/modules/props_2d/doc_classes/Prop2DESSEntity.xml index c20c5450b..e90fb5483 100644 --- a/modules/props_2d/doc_classes/Prop2DESSEntity.xml +++ b/modules/props_2d/doc_classes/Prop2DESSEntity.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DInstance.xml b/modules/props_2d/doc_classes/Prop2DInstance.xml index 82577bc86..da09a8412 100644 --- a/modules/props_2d/doc_classes/Prop2DInstance.xml +++ b/modules/props_2d/doc_classes/Prop2DInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DInstanceJob.xml b/modules/props_2d/doc_classes/Prop2DInstanceJob.xml index e0100cb42..8b63339d3 100644 --- a/modules/props_2d/doc_classes/Prop2DInstanceJob.xml +++ b/modules/props_2d/doc_classes/Prop2DInstanceJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DInstanceMerger.xml b/modules/props_2d/doc_classes/Prop2DInstanceMerger.xml index a1ce10b0d..2e15f2b9a 100644 --- a/modules/props_2d/doc_classes/Prop2DInstanceMerger.xml +++ b/modules/props_2d/doc_classes/Prop2DInstanceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DInstanceProp2DJob.xml b/modules/props_2d/doc_classes/Prop2DInstanceProp2DJob.xml index 2aa118571..289c3955a 100644 --- a/modules/props_2d/doc_classes/Prop2DInstanceProp2DJob.xml +++ b/modules/props_2d/doc_classes/Prop2DInstanceProp2DJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DLight.xml b/modules/props_2d/doc_classes/Prop2DLight.xml index ac237a56e..27f49ea55 100644 --- a/modules/props_2d/doc_classes/Prop2DLight.xml +++ b/modules/props_2d/doc_classes/Prop2DLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DMaterialCache.xml b/modules/props_2d/doc_classes/Prop2DMaterialCache.xml index d7ba3b798..e9bc7cea1 100644 --- a/modules/props_2d/doc_classes/Prop2DMaterialCache.xml +++ b/modules/props_2d/doc_classes/Prop2DMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DMaterialCachePCM.xml b/modules/props_2d/doc_classes/Prop2DMaterialCachePCM.xml index b37283ab1..98fe2d7f9 100644 --- a/modules/props_2d/doc_classes/Prop2DMaterialCachePCM.xml +++ b/modules/props_2d/doc_classes/Prop2DMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DMesher.xml b/modules/props_2d/doc_classes/Prop2DMesher.xml index 83a3f8701..c27cf5e3f 100644 --- a/modules/props_2d/doc_classes/Prop2DMesher.xml +++ b/modules/props_2d/doc_classes/Prop2DMesher.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DSceneInstance.xml b/modules/props_2d/doc_classes/Prop2DSceneInstance.xml index 5bde9c8af..57d04ba75 100644 --- a/modules/props_2d/doc_classes/Prop2DSceneInstance.xml +++ b/modules/props_2d/doc_classes/Prop2DSceneInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DTextureJob.xml b/modules/props_2d/doc_classes/Prop2DTextureJob.xml index 694299b57..12b947abb 100644 --- a/modules/props_2d/doc_classes/Prop2DTextureJob.xml +++ b/modules/props_2d/doc_classes/Prop2DTextureJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/Prop2DUtils.xml b/modules/props_2d/doc_classes/Prop2DUtils.xml index b70eb6c0d..2225c23ed 100644 --- a/modules/props_2d/doc_classes/Prop2DUtils.xml +++ b/modules/props_2d/doc_classes/Prop2DUtils.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/TiledWall2D.xml b/modules/props_2d/doc_classes/TiledWall2D.xml index 053983546..18c755359 100644 --- a/modules/props_2d/doc_classes/TiledWall2D.xml +++ b/modules/props_2d/doc_classes/TiledWall2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props_2d/doc_classes/TiledWall2DData.xml b/modules/props_2d/doc_classes/TiledWall2DData.xml index 6e6fbc396..c5b870681 100644 --- a/modules/props_2d/doc_classes/TiledWall2DData.xml +++ b/modules/props_2d/doc_classes/TiledWall2DData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/regex/doc_classes/RegEx.xml b/modules/regex/doc_classes/RegEx.xml index 83b389aeb..8a78255fb 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 1f23095a6..c68da581f 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/skeleton_2d/doc_classes/Bone2D.xml b/modules/skeleton_2d/doc_classes/Bone2D.xml index fa7a4f325..3072cdd3d 100644 --- a/modules/skeleton_2d/doc_classes/Bone2D.xml +++ b/modules/skeleton_2d/doc_classes/Bone2D.xml @@ -1,5 +1,5 @@ - + Joint used with [Skeleton2D] to control and animate other nodes. diff --git a/modules/skeleton_2d/doc_classes/PhysicalBone2D.xml b/modules/skeleton_2d/doc_classes/PhysicalBone2D.xml index 4ab55e693..a5a04e8af 100644 --- a/modules/skeleton_2d/doc_classes/PhysicalBone2D.xml +++ b/modules/skeleton_2d/doc_classes/PhysicalBone2D.xml @@ -1,5 +1,5 @@ - + A 2D node that can be used for physically aware bones in 2D. diff --git a/modules/skeleton_2d/doc_classes/Skeleton2D.xml b/modules/skeleton_2d/doc_classes/Skeleton2D.xml index cdf581b04..be07bc2eb 100644 --- a/modules/skeleton_2d/doc_classes/Skeleton2D.xml +++ b/modules/skeleton_2d/doc_classes/Skeleton2D.xml @@ -1,5 +1,5 @@ - + Skeleton for 2D characters and animated objects. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2D.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2D.xml index 7a091382b..c6e6ba5fb 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2D.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2D.xml @@ -1,5 +1,5 @@ - + A resource that operates on [Bone2D] nodes in a [Skeleton2D]. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DCCDIK.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DCCDIK.xml index cd7cfac77..b02e77852 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DCCDIK.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DCCDIK.xml @@ -1,5 +1,5 @@ - + A modification that uses CCDIK to manipulate a series of bones to reach a target in 2D. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DFABRIK.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DFABRIK.xml index bf6c890a4..cb222196a 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DFABRIK.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DFABRIK.xml @@ -1,5 +1,5 @@ - + A modification that uses FABRIK to manipulate a series of [Bone2D] nodes to reach a target. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DJiggle.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DJiggle.xml index b8223c57e..e29629fb4 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DJiggle.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DJiggle.xml @@ -1,5 +1,5 @@ - + A modification that jiggles [Bone2D] nodes as they move towards a target. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DLookAt.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DLookAt.xml index 02b9f4394..cb4dad1f4 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DLookAt.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DLookAt.xml @@ -1,5 +1,5 @@ - + A modification that rotates a [Bone2D] node to look at a target. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DPhysicalBones.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DPhysicalBones.xml index 15d8dd141..2d9ad1784 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DPhysicalBones.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DPhysicalBones.xml @@ -1,5 +1,5 @@ - + A modification that applies the transforms of [PhysicalBone2D] nodes to [Bone2D] nodes. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DStackHolder.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DStackHolder.xml index 753af26b8..c3b785d8e 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DStackHolder.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DStackHolder.xml @@ -1,5 +1,5 @@ - + A modification that holds and executes a [SkeletonModificationStack2D]. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModification2DTwoBoneIK.xml b/modules/skeleton_2d/doc_classes/SkeletonModification2DTwoBoneIK.xml index 4186552ef..fdaf29de9 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModification2DTwoBoneIK.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModification2DTwoBoneIK.xml @@ -1,5 +1,5 @@ - + A modification that rotates two bones using the law of cosigns to reach the target. diff --git a/modules/skeleton_2d/doc_classes/SkeletonModificationStack2D.xml b/modules/skeleton_2d/doc_classes/SkeletonModificationStack2D.xml index fac5bef34..ea2412013 100644 --- a/modules/skeleton_2d/doc_classes/SkeletonModificationStack2D.xml +++ b/modules/skeleton_2d/doc_classes/SkeletonModificationStack2D.xml @@ -1,5 +1,5 @@ - + A resource that holds a stack of [SkeletonModification2D]s. diff --git a/modules/skeleton_3d/doc_classes/BoneAttachment.xml b/modules/skeleton_3d/doc_classes/BoneAttachment.xml index a33b55643..f49ff40f4 100644 --- a/modules/skeleton_3d/doc_classes/BoneAttachment.xml +++ b/modules/skeleton_3d/doc_classes/BoneAttachment.xml @@ -1,5 +1,5 @@ - + A node that will attach to a bone. diff --git a/modules/skeleton_3d/doc_classes/PhysicalBone.xml b/modules/skeleton_3d/doc_classes/PhysicalBone.xml index 54de002b9..a5f360c7e 100644 --- a/modules/skeleton_3d/doc_classes/PhysicalBone.xml +++ b/modules/skeleton_3d/doc_classes/PhysicalBone.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/skeleton_3d/doc_classes/Skeleton.xml b/modules/skeleton_3d/doc_classes/Skeleton.xml index ce3f1bcbb..3aa3432b8 100644 --- a/modules/skeleton_3d/doc_classes/Skeleton.xml +++ b/modules/skeleton_3d/doc_classes/Skeleton.xml @@ -1,5 +1,5 @@ - + Skeleton for characters and animated objects. diff --git a/modules/skeleton_3d/doc_classes/SkeletonIK.xml b/modules/skeleton_3d/doc_classes/SkeletonIK.xml index 252b0dd2f..279f82924 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonIK.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonIK.xml @@ -1,5 +1,5 @@ - + SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a certain point in 3D by rotating all bones in the chain accordingly. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3D.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3D.xml index a33c74499..7ce3d37f5 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3D.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3D.xml @@ -1,5 +1,5 @@ - + A resource that operates on bones in a [Skeleton3D]. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DCCDIK.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DCCDIK.xml index 975c72a4c..e88c9ca83 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DCCDIK.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DCCDIK.xml @@ -1,5 +1,5 @@ - + A modification that uses CCDIK to manipulate a series of bones to reach a target. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DFABRIK.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DFABRIK.xml index 89c111206..ac0bdd3e2 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DFABRIK.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DFABRIK.xml @@ -1,5 +1,5 @@ - + A modification that uses FABRIK to manipulate a series of bones to reach a target. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DJiggle.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DJiggle.xml index ab5e0b1b8..2a54be412 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DJiggle.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DJiggle.xml @@ -1,5 +1,5 @@ - + A modification that jiggles bones as they move towards a target. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DLookAt.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DLookAt.xml index 6c24bd1e7..47c2ccece 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DLookAt.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DLookAt.xml @@ -1,5 +1,5 @@ - + A modification that rotates a bone to look at a target. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DStackHolder.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DStackHolder.xml index 0b3a6eac7..0f711c2bb 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DStackHolder.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DStackHolder.xml @@ -1,5 +1,5 @@ - + A modification that holds and executes a [SkeletonModificationStack3D]. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModification3DTwoBoneIK.xml b/modules/skeleton_3d/doc_classes/SkeletonModification3DTwoBoneIK.xml index 1008cdb0b..fe4991e80 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModification3DTwoBoneIK.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModification3DTwoBoneIK.xml @@ -1,5 +1,5 @@ - + A modification that moves two bones to reach the target. diff --git a/modules/skeleton_3d/doc_classes/SkeletonModificationStack3D.xml b/modules/skeleton_3d/doc_classes/SkeletonModificationStack3D.xml index ac4638bdf..1a44b9193 100644 --- a/modules/skeleton_3d/doc_classes/SkeletonModificationStack3D.xml +++ b/modules/skeleton_3d/doc_classes/SkeletonModificationStack3D.xml @@ -1,5 +1,5 @@ - + A resource that holds a stack of [SkeletonModification3D]s. diff --git a/modules/skeleton_3d/doc_classes/Skin.xml b/modules/skeleton_3d/doc_classes/Skin.xml index a18f71f24..01c7a3a9d 100644 --- a/modules/skeleton_3d/doc_classes/Skin.xml +++ b/modules/skeleton_3d/doc_classes/Skin.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/skeleton_3d/doc_classes/SkinReference.xml b/modules/skeleton_3d/doc_classes/SkinReference.xml index f2ddc23a6..2f179d5e9 100644 --- a/modules/skeleton_3d/doc_classes/SkinReference.xml +++ b/modules/skeleton_3d/doc_classes/SkinReference.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/smtp/doc_classes/EMail.xml b/modules/smtp/doc_classes/EMail.xml index 4c16ffade..e980a4cc9 100644 --- a/modules/smtp/doc_classes/EMail.xml +++ b/modules/smtp/doc_classes/EMail.xml @@ -1,5 +1,5 @@ - + Class that is used by the [SMTPClient] to send emails. diff --git a/modules/smtp/doc_classes/SMTPClient.xml b/modules/smtp/doc_classes/SMTPClient.xml index aaf9d0a4d..a556f1065 100644 --- a/modules/smtp/doc_classes/SMTPClient.xml +++ b/modules/smtp/doc_classes/SMTPClient.xml @@ -1,5 +1,5 @@ - + An SMTP Client Node. diff --git a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml index 5bfd76742..ae8d96bf6 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/steering_ai/doc_classes/GSAIAgentLocation.xml b/modules/steering_ai/doc_classes/GSAIAgentLocation.xml index c385e6014..c475c0a86 100644 --- a/modules/steering_ai/doc_classes/GSAIAgentLocation.xml +++ b/modules/steering_ai/doc_classes/GSAIAgentLocation.xml @@ -1,5 +1,5 @@ - + Represents an agent with only a location and an orientation. diff --git a/modules/steering_ai/doc_classes/GSAIArrive.xml b/modules/steering_ai/doc_classes/GSAIArrive.xml index dd6dd055f..35a1d4e37 100644 --- a/modules/steering_ai/doc_classes/GSAIArrive.xml +++ b/modules/steering_ai/doc_classes/GSAIArrive.xml @@ -1,5 +1,5 @@ - + Calculates acceleration to take an agent to its target's location. The calculation attempts to arrive with zero remaining velocity. diff --git a/modules/steering_ai/doc_classes/GSAIAvoidCollisions.xml b/modules/steering_ai/doc_classes/GSAIAvoidCollisions.xml index 2d0967624..fcb644280 100644 --- a/modules/steering_ai/doc_classes/GSAIAvoidCollisions.xml +++ b/modules/steering_ai/doc_classes/GSAIAvoidCollisions.xml @@ -1,5 +1,5 @@ - + Steers the agent to avoid obstacles in its path. Approximates obstacles as spheres. diff --git a/modules/steering_ai/doc_classes/GSAIBlend.xml b/modules/steering_ai/doc_classes/GSAIBlend.xml index b10ff6faa..90b46a6d2 100644 --- a/modules/steering_ai/doc_classes/GSAIBlend.xml +++ b/modules/steering_ai/doc_classes/GSAIBlend.xml @@ -1,5 +1,5 @@ - + Blends multiple steering behaviors into one, and returns a weighted acceleration from their calculations. diff --git a/modules/steering_ai/doc_classes/GSAICohesion.xml b/modules/steering_ai/doc_classes/GSAICohesion.xml index 02aab2d59..ddeb268d6 100644 --- a/modules/steering_ai/doc_classes/GSAICohesion.xml +++ b/modules/steering_ai/doc_classes/GSAICohesion.xml @@ -1,5 +1,5 @@ - + Calculates an acceleration that attempts to move the agent towards the center of mass of the agents in the area defined by the GSAIProximity. diff --git a/modules/steering_ai/doc_classes/GSAIEvade.xml b/modules/steering_ai/doc_classes/GSAIEvade.xml index 82b2d7cf8..0fae238cf 100644 --- a/modules/steering_ai/doc_classes/GSAIEvade.xml +++ b/modules/steering_ai/doc_classes/GSAIEvade.xml @@ -1,5 +1,5 @@ - + Calculates acceleration to take an agent away from where a target agent is moving. diff --git a/modules/steering_ai/doc_classes/GSAIFace.xml b/modules/steering_ai/doc_classes/GSAIFace.xml index b49352251..8b7fb8eb9 100644 --- a/modules/steering_ai/doc_classes/GSAIFace.xml +++ b/modules/steering_ai/doc_classes/GSAIFace.xml @@ -1,5 +1,5 @@ - + Calculates angular acceleration to rotate a target to face its target's position. The behavior attemps to arrive with zero remaining angular velocity. diff --git a/modules/steering_ai/doc_classes/GSAIFlee.xml b/modules/steering_ai/doc_classes/GSAIFlee.xml index e2b3f7dc7..31f25d509 100644 --- a/modules/steering_ai/doc_classes/GSAIFlee.xml +++ b/modules/steering_ai/doc_classes/GSAIFlee.xml @@ -1,5 +1,5 @@ - + Calculates acceleration to take an agent directly away from a target agent. diff --git a/modules/steering_ai/doc_classes/GSAIFollowPath.xml b/modules/steering_ai/doc_classes/GSAIFollowPath.xml index 66ff07edf..1e032bf92 100644 --- a/modules/steering_ai/doc_classes/GSAIFollowPath.xml +++ b/modules/steering_ai/doc_classes/GSAIFollowPath.xml @@ -1,5 +1,5 @@ - + Produces a linear acceleration that moves the agent along the specified path. diff --git a/modules/steering_ai/doc_classes/GSAIGroupBehavior.xml b/modules/steering_ai/doc_classes/GSAIGroupBehavior.xml index 94c1e7efc..0efa113a8 100644 --- a/modules/steering_ai/doc_classes/GSAIGroupBehavior.xml +++ b/modules/steering_ai/doc_classes/GSAIGroupBehavior.xml @@ -1,5 +1,5 @@ - + Base type for group-based steering behaviors. diff --git a/modules/steering_ai/doc_classes/GSAIInfiniteProximity.xml b/modules/steering_ai/doc_classes/GSAIInfiniteProximity.xml index f8d735d95..d0f14217e 100644 --- a/modules/steering_ai/doc_classes/GSAIInfiniteProximity.xml +++ b/modules/steering_ai/doc_classes/GSAIInfiniteProximity.xml @@ -1,5 +1,5 @@ - + Determines any agent that is in the specified list as being neighbors with the owner agent, regardless of distance. diff --git a/modules/steering_ai/doc_classes/GSAIKinematicBody2DAgent.xml b/modules/steering_ai/doc_classes/GSAIKinematicBody2DAgent.xml index 64ce08b64..9da90428f 100644 --- a/modules/steering_ai/doc_classes/GSAIKinematicBody2DAgent.xml +++ b/modules/steering_ai/doc_classes/GSAIKinematicBody2DAgent.xml @@ -1,5 +1,5 @@ - + A specialized steering agent that updates itself every frame so the user does not have to using a KinematicBody2D. diff --git a/modules/steering_ai/doc_classes/GSAIKinematicBody3DAgent.xml b/modules/steering_ai/doc_classes/GSAIKinematicBody3DAgent.xml index 7daa19eb3..cf7df95f9 100644 --- a/modules/steering_ai/doc_classes/GSAIKinematicBody3DAgent.xml +++ b/modules/steering_ai/doc_classes/GSAIKinematicBody3DAgent.xml @@ -1,5 +1,5 @@ - + A specialized steering agent that updates itself every frame so the user does not have to using a KinematicBody. diff --git a/modules/steering_ai/doc_classes/GSAILookWhereYouGo.xml b/modules/steering_ai/doc_classes/GSAILookWhereYouGo.xml index 4f51b6f1c..0bafae479 100644 --- a/modules/steering_ai/doc_classes/GSAILookWhereYouGo.xml +++ b/modules/steering_ai/doc_classes/GSAILookWhereYouGo.xml @@ -1,5 +1,5 @@ - + Calculates an angular acceleration to match an agent's orientation to its direction of travel. diff --git a/modules/steering_ai/doc_classes/GSAIMatchOrientation.xml b/modules/steering_ai/doc_classes/GSAIMatchOrientation.xml index 43ae2be83..6f12919a9 100644 --- a/modules/steering_ai/doc_classes/GSAIMatchOrientation.xml +++ b/modules/steering_ai/doc_classes/GSAIMatchOrientation.xml @@ -1,5 +1,5 @@ - + Calculates an angular acceleration to match an agent's orientation to that of its target. Attempts to make the agent arrive with zero remaining angular velocity. diff --git a/modules/steering_ai/doc_classes/GSAIPath.xml b/modules/steering_ai/doc_classes/GSAIPath.xml index c394522f5..f0bbeb6b2 100644 --- a/modules/steering_ai/doc_classes/GSAIPath.xml +++ b/modules/steering_ai/doc_classes/GSAIPath.xml @@ -1,5 +1,5 @@ - + Represents a path made up of Vector3 waypoints, split into segments path follow behaviors can use. diff --git a/modules/steering_ai/doc_classes/GSAIPriority.xml b/modules/steering_ai/doc_classes/GSAIPriority.xml index ea901023a..092b106f6 100644 --- a/modules/steering_ai/doc_classes/GSAIPriority.xml +++ b/modules/steering_ai/doc_classes/GSAIPriority.xml @@ -1,5 +1,5 @@ - + Container for multiple behaviors that returns the result of the first child behavior with non-zero acceleration. diff --git a/modules/steering_ai/doc_classes/GSAIProximity.xml b/modules/steering_ai/doc_classes/GSAIProximity.xml index eb010f53d..8c8d9e4ba 100644 --- a/modules/steering_ai/doc_classes/GSAIProximity.xml +++ b/modules/steering_ai/doc_classes/GSAIProximity.xml @@ -1,5 +1,5 @@ - + Base container type that stores data to find the neighbors of an agent. diff --git a/modules/steering_ai/doc_classes/GSAIPursue.xml b/modules/steering_ai/doc_classes/GSAIPursue.xml index 1bb1882aa..0679abbde 100644 --- a/modules/steering_ai/doc_classes/GSAIPursue.xml +++ b/modules/steering_ai/doc_classes/GSAIPursue.xml @@ -1,5 +1,5 @@ - + Calculates an acceleration to make an agent intercept another based on the target agent's movement. diff --git a/modules/steering_ai/doc_classes/GSAIRadiusProximity.xml b/modules/steering_ai/doc_classes/GSAIRadiusProximity.xml index 0cc6badee..4bfc618d3 100644 --- a/modules/steering_ai/doc_classes/GSAIRadiusProximity.xml +++ b/modules/steering_ai/doc_classes/GSAIRadiusProximity.xml @@ -1,5 +1,5 @@ - + Determines any agent that is in the specified list as being neighbors with the owner agent if they lie within the specified radius. diff --git a/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.xml b/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.xml index 5d5b4e60c..caf389899 100644 --- a/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.xml +++ b/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.xml @@ -1,5 +1,5 @@ - + A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody2D. diff --git a/modules/steering_ai/doc_classes/GSAIRigidBody3DAgent.xml b/modules/steering_ai/doc_classes/GSAIRigidBody3DAgent.xml index 6017221a3..b9f6246ec 100644 --- a/modules/steering_ai/doc_classes/GSAIRigidBody3DAgent.xml +++ b/modules/steering_ai/doc_classes/GSAIRigidBody3DAgent.xml @@ -1,5 +1,5 @@ - + A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody diff --git a/modules/steering_ai/doc_classes/GSAISeek.xml b/modules/steering_ai/doc_classes/GSAISeek.xml index f17ba630c..0c9b6e291 100644 --- a/modules/steering_ai/doc_classes/GSAISeek.xml +++ b/modules/steering_ai/doc_classes/GSAISeek.xml @@ -1,5 +1,5 @@ - + Calculates an acceleration to take an agent to a target agent's position directly. diff --git a/modules/steering_ai/doc_classes/GSAISeparation.xml b/modules/steering_ai/doc_classes/GSAISeparation.xml index b504d0cfc..5737f0cad 100644 --- a/modules/steering_ai/doc_classes/GSAISeparation.xml +++ b/modules/steering_ai/doc_classes/GSAISeparation.xml @@ -1,5 +1,5 @@ - + Calculates an acceleration that repels the agent from its neighbors in the given GSAIProximity. diff --git a/modules/steering_ai/doc_classes/GSAISpecializedAgent.xml b/modules/steering_ai/doc_classes/GSAISpecializedAgent.xml index 7d8047b0c..c48625d19 100644 --- a/modules/steering_ai/doc_classes/GSAISpecializedAgent.xml +++ b/modules/steering_ai/doc_classes/GSAISpecializedAgent.xml @@ -1,5 +1,5 @@ - + A base class for a specialized steering agent that updates itself every frame so the user does not have to. All other specialized agents derive from this. diff --git a/modules/steering_ai/doc_classes/GSAISteeringAgent.xml b/modules/steering_ai/doc_classes/GSAISteeringAgent.xml index d0b38778a..984f756c5 100644 --- a/modules/steering_ai/doc_classes/GSAISteeringAgent.xml +++ b/modules/steering_ai/doc_classes/GSAISteeringAgent.xml @@ -1,5 +1,5 @@ - + Adds velocity, speed, and size data to GSAIAgentLocation. diff --git a/modules/steering_ai/doc_classes/GSAISteeringBehavior.xml b/modules/steering_ai/doc_classes/GSAISteeringBehavior.xml index d0ddff2bf..ef07b3169 100644 --- a/modules/steering_ai/doc_classes/GSAISteeringBehavior.xml +++ b/modules/steering_ai/doc_classes/GSAISteeringBehavior.xml @@ -1,5 +1,5 @@ - + Base class for all steering behaviors. diff --git a/modules/steering_ai/doc_classes/GSAITargetAcceleration.xml b/modules/steering_ai/doc_classes/GSAITargetAcceleration.xml index 51c9e0861..20838da1b 100644 --- a/modules/steering_ai/doc_classes/GSAITargetAcceleration.xml +++ b/modules/steering_ai/doc_classes/GSAITargetAcceleration.xml @@ -1,5 +1,5 @@ - + A desired linear and angular amount of acceleration requested by the steering system. diff --git a/modules/steering_ai/doc_classes/GSAIUtils.xml b/modules/steering_ai/doc_classes/GSAIUtils.xml index c41f6a250..274e39995 100644 --- a/modules/steering_ai/doc_classes/GSAIUtils.xml +++ b/modules/steering_ai/doc_classes/GSAIUtils.xml @@ -1,5 +1,5 @@ - + Math and vector utility functions. diff --git a/modules/terraman/doc_classes/BlockTerrainStructure.xml b/modules/terraman/doc_classes/BlockTerrainStructure.xml index 012ad268b..08d13c3ec 100644 --- a/modules/terraman/doc_classes/BlockTerrainStructure.xml +++ b/modules/terraman/doc_classes/BlockTerrainStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainChunk.xml b/modules/terraman/doc_classes/TerrainChunk.xml index ce94a5905..db726abe5 100644 --- a/modules/terraman/doc_classes/TerrainChunk.xml +++ b/modules/terraman/doc_classes/TerrainChunk.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainChunkBlocky.xml b/modules/terraman/doc_classes/TerrainChunkBlocky.xml index 1d4153c60..a215c63d5 100644 --- a/modules/terraman/doc_classes/TerrainChunkBlocky.xml +++ b/modules/terraman/doc_classes/TerrainChunkBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainChunkDefault.xml b/modules/terraman/doc_classes/TerrainChunkDefault.xml index 89d54b142..0113d1990 100644 --- a/modules/terraman/doc_classes/TerrainChunkDefault.xml +++ b/modules/terraman/doc_classes/TerrainChunkDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainEnvironmentData.xml b/modules/terraman/doc_classes/TerrainEnvironmentData.xml index de7b5513c..06f71a62c 100644 --- a/modules/terraman/doc_classes/TerrainEnvironmentData.xml +++ b/modules/terraman/doc_classes/TerrainEnvironmentData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainJob.xml b/modules/terraman/doc_classes/TerrainJob.xml index d7a3ef439..003d27138 100644 --- a/modules/terraman/doc_classes/TerrainJob.xml +++ b/modules/terraman/doc_classes/TerrainJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLevelGenerator.xml b/modules/terraman/doc_classes/TerrainLevelGenerator.xml index 227202aca..482385848 100644 --- a/modules/terraman/doc_classes/TerrainLevelGenerator.xml +++ b/modules/terraman/doc_classes/TerrainLevelGenerator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLevelGeneratorFlat.xml b/modules/terraman/doc_classes/TerrainLevelGeneratorFlat.xml index 1524a20fa..ecbd44217 100644 --- a/modules/terraman/doc_classes/TerrainLevelGeneratorFlat.xml +++ b/modules/terraman/doc_classes/TerrainLevelGeneratorFlat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLibrary.xml b/modules/terraman/doc_classes/TerrainLibrary.xml index 467b2c1c5..37fde916a 100644 --- a/modules/terraman/doc_classes/TerrainLibrary.xml +++ b/modules/terraman/doc_classes/TerrainLibrary.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLibraryMerger.xml b/modules/terraman/doc_classes/TerrainLibraryMerger.xml index 84ae34f78..bf6701b5e 100644 --- a/modules/terraman/doc_classes/TerrainLibraryMerger.xml +++ b/modules/terraman/doc_classes/TerrainLibraryMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLibraryMergerPCM.xml b/modules/terraman/doc_classes/TerrainLibraryMergerPCM.xml index fc0f36ed5..9ab3ab689 100644 --- a/modules/terraman/doc_classes/TerrainLibraryMergerPCM.xml +++ b/modules/terraman/doc_classes/TerrainLibraryMergerPCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLibrarySimple.xml b/modules/terraman/doc_classes/TerrainLibrarySimple.xml index ed59ec738..fe13a61db 100644 --- a/modules/terraman/doc_classes/TerrainLibrarySimple.xml +++ b/modules/terraman/doc_classes/TerrainLibrarySimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLight.xml b/modules/terraman/doc_classes/TerrainLight.xml index 0ba61ae38..cf558ed99 100644 --- a/modules/terraman/doc_classes/TerrainLight.xml +++ b/modules/terraman/doc_classes/TerrainLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLightJob.xml b/modules/terraman/doc_classes/TerrainLightJob.xml index b9c7b409b..8e5ab59ea 100644 --- a/modules/terraman/doc_classes/TerrainLightJob.xml +++ b/modules/terraman/doc_classes/TerrainLightJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainLightNode.xml b/modules/terraman/doc_classes/TerrainLightNode.xml index 7e422d8b2..976424d99 100644 --- a/modules/terraman/doc_classes/TerrainLightNode.xml +++ b/modules/terraman/doc_classes/TerrainLightNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMaterialCache.xml b/modules/terraman/doc_classes/TerrainMaterialCache.xml index 8be5f59b8..488b5ef10 100644 --- a/modules/terraman/doc_classes/TerrainMaterialCache.xml +++ b/modules/terraman/doc_classes/TerrainMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMaterialCachePCM.xml b/modules/terraman/doc_classes/TerrainMaterialCachePCM.xml index 3463ddb24..f5c183103 100644 --- a/modules/terraman/doc_classes/TerrainMaterialCachePCM.xml +++ b/modules/terraman/doc_classes/TerrainMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMesher.xml b/modules/terraman/doc_classes/TerrainMesher.xml index 619d29f65..dd1d89536 100644 --- a/modules/terraman/doc_classes/TerrainMesher.xml +++ b/modules/terraman/doc_classes/TerrainMesher.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMesherBlocky.xml b/modules/terraman/doc_classes/TerrainMesherBlocky.xml index 1ade0b1d6..1528e2785 100644 --- a/modules/terraman/doc_classes/TerrainMesherBlocky.xml +++ b/modules/terraman/doc_classes/TerrainMesherBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMesherDefault.xml b/modules/terraman/doc_classes/TerrainMesherDefault.xml index 039962d38..810718021 100644 --- a/modules/terraman/doc_classes/TerrainMesherDefault.xml +++ b/modules/terraman/doc_classes/TerrainMesherDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainMesherJobStep.xml b/modules/terraman/doc_classes/TerrainMesherJobStep.xml index c2b13634c..523c36303 100644 --- a/modules/terraman/doc_classes/TerrainMesherJobStep.xml +++ b/modules/terraman/doc_classes/TerrainMesherJobStep.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainPropJob.xml b/modules/terraman/doc_classes/TerrainPropJob.xml index 1a3d82ecd..e7eaa00db 100644 --- a/modules/terraman/doc_classes/TerrainPropJob.xml +++ b/modules/terraman/doc_classes/TerrainPropJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainStructure.xml b/modules/terraman/doc_classes/TerrainStructure.xml index ab9625c86..2b8827a95 100644 --- a/modules/terraman/doc_classes/TerrainStructure.xml +++ b/modules/terraman/doc_classes/TerrainStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainSurface.xml b/modules/terraman/doc_classes/TerrainSurface.xml index 58a589d17..4ccfa8e5b 100644 --- a/modules/terraman/doc_classes/TerrainSurface.xml +++ b/modules/terraman/doc_classes/TerrainSurface.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainSurfaceMerger.xml b/modules/terraman/doc_classes/TerrainSurfaceMerger.xml index 08c934823..d0f63d174 100644 --- a/modules/terraman/doc_classes/TerrainSurfaceMerger.xml +++ b/modules/terraman/doc_classes/TerrainSurfaceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainSurfaceSimple.xml b/modules/terraman/doc_classes/TerrainSurfaceSimple.xml index 4ef2b77a1..10e561efe 100644 --- a/modules/terraman/doc_classes/TerrainSurfaceSimple.xml +++ b/modules/terraman/doc_classes/TerrainSurfaceSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainTerrainJob.xml b/modules/terraman/doc_classes/TerrainTerrainJob.xml index 347650c4e..d3e489c9f 100644 --- a/modules/terraman/doc_classes/TerrainTerrainJob.xml +++ b/modules/terraman/doc_classes/TerrainTerrainJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainWorld.xml b/modules/terraman/doc_classes/TerrainWorld.xml index f4bf2709f..7a06b06a6 100644 --- a/modules/terraman/doc_classes/TerrainWorld.xml +++ b/modules/terraman/doc_classes/TerrainWorld.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainWorldArea.xml b/modules/terraman/doc_classes/TerrainWorldArea.xml index 1f964c2c5..6df475080 100644 --- a/modules/terraman/doc_classes/TerrainWorldArea.xml +++ b/modules/terraman/doc_classes/TerrainWorldArea.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainWorldBlocky.xml b/modules/terraman/doc_classes/TerrainWorldBlocky.xml index dc92ec9b4..7a4eb49de 100644 --- a/modules/terraman/doc_classes/TerrainWorldBlocky.xml +++ b/modules/terraman/doc_classes/TerrainWorldBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman/doc_classes/TerrainWorldDefault.xml b/modules/terraman/doc_classes/TerrainWorldDefault.xml index a6751cbc1..c081937a2 100644 --- a/modules/terraman/doc_classes/TerrainWorldDefault.xml +++ b/modules/terraman/doc_classes/TerrainWorldDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/BlockTerrain2DStructure.xml b/modules/terraman_2d/doc_classes/BlockTerrain2DStructure.xml index 6fc01345f..6044e042e 100644 --- a/modules/terraman_2d/doc_classes/BlockTerrain2DStructure.xml +++ b/modules/terraman_2d/doc_classes/BlockTerrain2DStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DChunk.xml b/modules/terraman_2d/doc_classes/Terrain2DChunk.xml index ff68ce750..2ddc2fb0d 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DChunk.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DChunk.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DChunkDefault.xml b/modules/terraman_2d/doc_classes/Terrain2DChunkDefault.xml index c240a61cb..57d51a36e 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DChunkDefault.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DChunkDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DChunkIsometric.xml b/modules/terraman_2d/doc_classes/Terrain2DChunkIsometric.xml index 06edc1cf4..bde44115d 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DChunkIsometric.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DChunkIsometric.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DChunkSimple.xml b/modules/terraman_2d/doc_classes/Terrain2DChunkSimple.xml index 56215270f..cc9bfb0b9 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DChunkSimple.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DChunkSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DEnvironmentData.xml b/modules/terraman_2d/doc_classes/Terrain2DEnvironmentData.xml index 80670810b..9b51ba93c 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DEnvironmentData.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DEnvironmentData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DJob.xml b/modules/terraman_2d/doc_classes/Terrain2DJob.xml index ab5f0a96c..5dd0b8dc5 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DJob.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLevelGenerator.xml b/modules/terraman_2d/doc_classes/Terrain2DLevelGenerator.xml index 1a291e348..1ebf667a0 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLevelGenerator.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLevelGenerator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLevelGeneratorFlat.xml b/modules/terraman_2d/doc_classes/Terrain2DLevelGeneratorFlat.xml index 00259f806..377003116 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLevelGeneratorFlat.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLevelGeneratorFlat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLibrary.xml b/modules/terraman_2d/doc_classes/Terrain2DLibrary.xml index 462c2f656..b51475980 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLibrary.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLibrary.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLibraryMerger.xml b/modules/terraman_2d/doc_classes/Terrain2DLibraryMerger.xml index 6d2727100..f92dba2d4 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLibraryMerger.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLibraryMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLibraryMergerPCM.xml b/modules/terraman_2d/doc_classes/Terrain2DLibraryMergerPCM.xml index a7adb0ee1..511b64d09 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLibraryMergerPCM.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLibraryMergerPCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLibrarySimple.xml b/modules/terraman_2d/doc_classes/Terrain2DLibrarySimple.xml index 22cd4de3c..17f15e160 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLibrarySimple.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLibrarySimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLight.xml b/modules/terraman_2d/doc_classes/Terrain2DLight.xml index 929f3fd01..f9f9f9770 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLight.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLightJob.xml b/modules/terraman_2d/doc_classes/Terrain2DLightJob.xml index cc3b07354..641d9f1a2 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLightJob.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLightJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DLightNode.xml b/modules/terraman_2d/doc_classes/Terrain2DLightNode.xml index c3f135686..ca220d831 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DLightNode.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DLightNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMaterialCache.xml b/modules/terraman_2d/doc_classes/Terrain2DMaterialCache.xml index ea8cde48a..2c271b280 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMaterialCache.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMaterialCachePCM.xml b/modules/terraman_2d/doc_classes/Terrain2DMaterialCachePCM.xml index 9e5ab3ab6..675868675 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMaterialCachePCM.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMesher.xml b/modules/terraman_2d/doc_classes/Terrain2DMesher.xml index cc923c0c1..4bc3c78ea 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMesher.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMesher.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMesherDefault.xml b/modules/terraman_2d/doc_classes/Terrain2DMesherDefault.xml index 38bd60a2c..39d1e9695 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMesherDefault.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMesherDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMesherIsometric.xml b/modules/terraman_2d/doc_classes/Terrain2DMesherIsometric.xml index ed27e949e..e95be64a0 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMesherIsometric.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMesherIsometric.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DMesherSimple.xml b/modules/terraman_2d/doc_classes/Terrain2DMesherSimple.xml index 11baf7f79..9cc7a53cd 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DMesherSimple.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DMesherSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DProp2DJob.xml b/modules/terraman_2d/doc_classes/Terrain2DProp2DJob.xml index d08bfbedd..e85a21892 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DProp2DJob.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DProp2DJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DStructure.xml b/modules/terraman_2d/doc_classes/Terrain2DStructure.xml index 107613a11..d5c2da6b2 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DStructure.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DSurface.xml b/modules/terraman_2d/doc_classes/Terrain2DSurface.xml index a645c66c5..5291618ee 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DSurface.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DSurface.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DSurfaceMerger.xml b/modules/terraman_2d/doc_classes/Terrain2DSurfaceMerger.xml index 75e0606f7..b4f515d6d 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DSurfaceMerger.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DSurfaceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DSurfaceSimple.xml b/modules/terraman_2d/doc_classes/Terrain2DSurfaceSimple.xml index 8225d3646..bc4ef1320 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DSurfaceSimple.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DSurfaceSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DTerrain2DJob.xml b/modules/terraman_2d/doc_classes/Terrain2DTerrain2DJob.xml index d11f60bac..49d72f4c3 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DTerrain2DJob.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DTerrain2DJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DWorld.xml b/modules/terraman_2d/doc_classes/Terrain2DWorld.xml index fc0890364..ebdf00627 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DWorld.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DWorld.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DWorldArea.xml b/modules/terraman_2d/doc_classes/Terrain2DWorldArea.xml index 359312320..02136599c 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DWorldArea.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DWorldArea.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DWorldDefault.xml b/modules/terraman_2d/doc_classes/Terrain2DWorldDefault.xml index 4225ecf6a..652cd6086 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DWorldDefault.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DWorldDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DWorldIsometric.xml b/modules/terraman_2d/doc_classes/Terrain2DWorldIsometric.xml index a951161e5..1dff11aca 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DWorldIsometric.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DWorldIsometric.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/terraman_2d/doc_classes/Terrain2DWorldSimple.xml b/modules/terraman_2d/doc_classes/Terrain2DWorldSimple.xml index 3b560b143..4aa1a0bf5 100644 --- a/modules/terraman_2d/doc_classes/Terrain2DWorldSimple.xml +++ b/modules/terraman_2d/doc_classes/Terrain2DWorldSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/texture_packer/doc_classes/PackerImageResource.xml b/modules/texture_packer/doc_classes/PackerImageResource.xml index c1d5231f0..614ec2b8b 100644 --- a/modules/texture_packer/doc_classes/PackerImageResource.xml +++ b/modules/texture_packer/doc_classes/PackerImageResource.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/texture_packer/doc_classes/TextureLayerMerger.xml b/modules/texture_packer/doc_classes/TextureLayerMerger.xml index a1617a99e..79598585f 100644 --- a/modules/texture_packer/doc_classes/TextureLayerMerger.xml +++ b/modules/texture_packer/doc_classes/TextureLayerMerger.xml @@ -1,5 +1,5 @@ - + A class, that can merge textures as layers together. diff --git a/modules/texture_packer/doc_classes/TextureMerger.xml b/modules/texture_packer/doc_classes/TextureMerger.xml index 874d4cf4a..f1611ff81 100644 --- a/modules/texture_packer/doc_classes/TextureMerger.xml +++ b/modules/texture_packer/doc_classes/TextureMerger.xml @@ -1,5 +1,5 @@ - + A node, that can merge textures. diff --git a/modules/texture_packer/doc_classes/TexturePacker.xml b/modules/texture_packer/doc_classes/TexturePacker.xml index d7ce2c16f..d24a02ea8 100644 --- a/modules/texture_packer/doc_classes/TexturePacker.xml +++ b/modules/texture_packer/doc_classes/TexturePacker.xml @@ -1,5 +1,5 @@ - + A class, that can merge textures. diff --git a/modules/theora/doc_classes/VideoStreamTheora.xml b/modules/theora/doc_classes/VideoStreamTheora.xml index cfff92fd0..0baeeb619 100644 --- a/modules/theora/doc_classes/VideoStreamTheora.xml +++ b/modules/theora/doc_classes/VideoStreamTheora.xml @@ -1,5 +1,5 @@ - + [VideoStream] resource for Ogg Theora videos. diff --git a/modules/tile_map/doc_classes/TileMap.xml b/modules/tile_map/doc_classes/TileMap.xml index c3b074a00..77d43d3fd 100644 --- a/modules/tile_map/doc_classes/TileMap.xml +++ b/modules/tile_map/doc_classes/TileMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/tile_map/doc_classes/TileSet.xml b/modules/tile_map/doc_classes/TileSet.xml index 7d83a83ed..15ebfce32 100644 --- a/modules/tile_map/doc_classes/TileSet.xml +++ b/modules/tile_map/doc_classes/TileSet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/ui_extensions/doc_classes/InputMapEditor.xml b/modules/ui_extensions/doc_classes/InputMapEditor.xml index 771be0b01..56b81b7b6 100644 --- a/modules/ui_extensions/doc_classes/InputMapEditor.xml +++ b/modules/ui_extensions/doc_classes/InputMapEditor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/ui_extensions/doc_classes/TouchButton.xml b/modules/ui_extensions/doc_classes/TouchButton.xml index a9794c639..c9c0b53d5 100644 --- a/modules/ui_extensions/doc_classes/TouchButton.xml +++ b/modules/ui_extensions/doc_classes/TouchButton.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/unit_test/doc_classes/UnitTest.xml b/modules/unit_test/doc_classes/UnitTest.xml index 609ad173a..1de44f520 100644 --- a/modules/unit_test/doc_classes/UnitTest.xml +++ b/modules/unit_test/doc_classes/UnitTest.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/unit_test/doc_classes/UnitTestDB.xml b/modules/unit_test/doc_classes/UnitTestDB.xml index 8c99a4690..51d05cee4 100644 --- a/modules/unit_test/doc_classes/UnitTestDB.xml +++ b/modules/unit_test/doc_classes/UnitTestDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/unit_test/doc_classes/UnitTestRunner.xml b/modules/unit_test/doc_classes/UnitTestRunner.xml index 750dfc02f..d3c36dc61 100644 --- a/modules/unit_test/doc_classes/UnitTestRunner.xml +++ b/modules/unit_test/doc_classes/UnitTestRunner.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/upnp/doc_classes/UPNP.xml b/modules/upnp/doc_classes/UPNP.xml index 9277eacc6..cf2639957 100644 --- a/modules/upnp/doc_classes/UPNP.xml +++ b/modules/upnp/doc_classes/UPNP.xml @@ -1,5 +1,5 @@ - + Universal Plug and Play (UPnP) functions for network device discovery, querying and port forwarding. diff --git a/modules/upnp/doc_classes/UPNPDevice.xml b/modules/upnp/doc_classes/UPNPDevice.xml index 33e0063bb..194b0453b 100644 --- a/modules/upnp/doc_classes/UPNPDevice.xml +++ b/modules/upnp/doc_classes/UPNPDevice.xml @@ -1,5 +1,5 @@ - + Universal Plug and Play (UPnP) device. diff --git a/modules/users/doc_classes/User.xml b/modules/users/doc_classes/User.xml index 8954cf126..aec0f15e5 100644 --- a/modules/users/doc_classes/User.xml +++ b/modules/users/doc_classes/User.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserDB.xml b/modules/users/doc_classes/UserDB.xml index 098e2fe57..123d216d0 100644 --- a/modules/users/doc_classes/UserDB.xml +++ b/modules/users/doc_classes/UserDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserDeleteWebPage.xml b/modules/users/doc_classes/UserDeleteWebPage.xml index 386378ee7..1ab6e1465 100644 --- a/modules/users/doc_classes/UserDeleteWebPage.xml +++ b/modules/users/doc_classes/UserDeleteWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserLoginWebPage.xml b/modules/users/doc_classes/UserLoginWebPage.xml index b1160563e..3cc2e02b6 100644 --- a/modules/users/doc_classes/UserLoginWebPage.xml +++ b/modules/users/doc_classes/UserLoginWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserLogoutWebPage.xml b/modules/users/doc_classes/UserLogoutWebPage.xml index e97d2b8a1..62225b9fe 100644 --- a/modules/users/doc_classes/UserLogoutWebPage.xml +++ b/modules/users/doc_classes/UserLogoutWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserManager.xml b/modules/users/doc_classes/UserManager.xml index f5b8d5d06..c0f868c2b 100644 --- a/modules/users/doc_classes/UserManager.xml +++ b/modules/users/doc_classes/UserManager.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserManagerDB.xml b/modules/users/doc_classes/UserManagerDB.xml index f6cf66fe7..52eee602d 100644 --- a/modules/users/doc_classes/UserManagerDB.xml +++ b/modules/users/doc_classes/UserManagerDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserManagerFile.xml b/modules/users/doc_classes/UserManagerFile.xml index 98a2dd031..f5316df49 100644 --- a/modules/users/doc_classes/UserManagerFile.xml +++ b/modules/users/doc_classes/UserManagerFile.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserManagerStatic.xml b/modules/users/doc_classes/UserManagerStatic.xml index f46f0f3b0..cdc91fd39 100644 --- a/modules/users/doc_classes/UserManagerStatic.xml +++ b/modules/users/doc_classes/UserManagerStatic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserModule.xml b/modules/users/doc_classes/UserModule.xml index 0cad96af5..ec49af2da 100644 --- a/modules/users/doc_classes/UserModule.xml +++ b/modules/users/doc_classes/UserModule.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserPasswordResetWebPage.xml b/modules/users/doc_classes/UserPasswordResetWebPage.xml index 637a47270..881c23681 100644 --- a/modules/users/doc_classes/UserPasswordResetWebPage.xml +++ b/modules/users/doc_classes/UserPasswordResetWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserRegisterWebPage.xml b/modules/users/doc_classes/UserRegisterWebPage.xml index 0cb36c851..a95a7a116 100644 --- a/modules/users/doc_classes/UserRegisterWebPage.xml +++ b/modules/users/doc_classes/UserRegisterWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserSessionSetupWebServerMiddleware.xml b/modules/users/doc_classes/UserSessionSetupWebServerMiddleware.xml index 41337b706..0aee0b68e 100644 --- a/modules/users/doc_classes/UserSessionSetupWebServerMiddleware.xml +++ b/modules/users/doc_classes/UserSessionSetupWebServerMiddleware.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserSettingsWebPage.xml b/modules/users/doc_classes/UserSettingsWebPage.xml index 6a258f7d6..8c1189a03 100644 --- a/modules/users/doc_classes/UserSettingsWebPage.xml +++ b/modules/users/doc_classes/UserSettingsWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserStatsWebPage.xml b/modules/users/doc_classes/UserStatsWebPage.xml index 1157bc1f8..f8ee7a83e 100644 --- a/modules/users/doc_classes/UserStatsWebPage.xml +++ b/modules/users/doc_classes/UserStatsWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/users/doc_classes/UserWebPage.xml b/modules/users/doc_classes/UserWebPage.xml index 23c015f63..88d79e478 100644 --- a/modules/users/doc_classes/UserWebPage.xml +++ b/modules/users/doc_classes/UserWebPage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/BlockVoxelStructure.xml b/modules/voxelman/doc_classes/BlockVoxelStructure.xml index 3836d104c..784098c04 100644 --- a/modules/voxelman/doc_classes/BlockVoxelStructure.xml +++ b/modules/voxelman/doc_classes/BlockVoxelStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/EnvironmentData.xml b/modules/voxelman/doc_classes/EnvironmentData.xml index 97e5cf68e..7b005ecba 100644 --- a/modules/voxelman/doc_classes/EnvironmentData.xml +++ b/modules/voxelman/doc_classes/EnvironmentData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/MarchingCubesCellData.xml b/modules/voxelman/doc_classes/MarchingCubesCellData.xml index 49d609536..7dc5e3b08 100644 --- a/modules/voxelman/doc_classes/MarchingCubesCellData.xml +++ b/modules/voxelman/doc_classes/MarchingCubesCellData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelChunk.xml b/modules/voxelman/doc_classes/VoxelChunk.xml index 24d99f603..00ffef601 100644 --- a/modules/voxelman/doc_classes/VoxelChunk.xml +++ b/modules/voxelman/doc_classes/VoxelChunk.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelChunkBlocky.xml b/modules/voxelman/doc_classes/VoxelChunkBlocky.xml index a2c932471..dbfb97995 100644 --- a/modules/voxelman/doc_classes/VoxelChunkBlocky.xml +++ b/modules/voxelman/doc_classes/VoxelChunkBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelChunkCubic.xml b/modules/voxelman/doc_classes/VoxelChunkCubic.xml index 852c2e1a7..340482e4b 100644 --- a/modules/voxelman/doc_classes/VoxelChunkCubic.xml +++ b/modules/voxelman/doc_classes/VoxelChunkCubic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelChunkDefault.xml b/modules/voxelman/doc_classes/VoxelChunkDefault.xml index 66b66eef7..5768acbfb 100644 --- a/modules/voxelman/doc_classes/VoxelChunkDefault.xml +++ b/modules/voxelman/doc_classes/VoxelChunkDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelChunkMarchingCubes.xml b/modules/voxelman/doc_classes/VoxelChunkMarchingCubes.xml index 1716c933c..d23e86e98 100644 --- a/modules/voxelman/doc_classes/VoxelChunkMarchingCubes.xml +++ b/modules/voxelman/doc_classes/VoxelChunkMarchingCubes.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelCubePoints.xml b/modules/voxelman/doc_classes/VoxelCubePoints.xml index 8571cc812..8730868f9 100644 --- a/modules/voxelman/doc_classes/VoxelCubePoints.xml +++ b/modules/voxelman/doc_classes/VoxelCubePoints.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelJob.xml b/modules/voxelman/doc_classes/VoxelJob.xml index 24558bea9..b9f64df95 100644 --- a/modules/voxelman/doc_classes/VoxelJob.xml +++ b/modules/voxelman/doc_classes/VoxelJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLevelGenerator.xml b/modules/voxelman/doc_classes/VoxelLevelGenerator.xml index ddeea3f82..a8e610d2b 100644 --- a/modules/voxelman/doc_classes/VoxelLevelGenerator.xml +++ b/modules/voxelman/doc_classes/VoxelLevelGenerator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLevelGeneratorFlat.xml b/modules/voxelman/doc_classes/VoxelLevelGeneratorFlat.xml index cad8f5bfa..c18c731d9 100644 --- a/modules/voxelman/doc_classes/VoxelLevelGeneratorFlat.xml +++ b/modules/voxelman/doc_classes/VoxelLevelGeneratorFlat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLibrary.xml b/modules/voxelman/doc_classes/VoxelLibrary.xml index 5516fa739..9bf217674 100644 --- a/modules/voxelman/doc_classes/VoxelLibrary.xml +++ b/modules/voxelman/doc_classes/VoxelLibrary.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLibraryMerger.xml b/modules/voxelman/doc_classes/VoxelLibraryMerger.xml index 5f108e5cc..e81f8484a 100644 --- a/modules/voxelman/doc_classes/VoxelLibraryMerger.xml +++ b/modules/voxelman/doc_classes/VoxelLibraryMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLibraryMergerPCM.xml b/modules/voxelman/doc_classes/VoxelLibraryMergerPCM.xml index fcdf8dfda..192ba362d 100644 --- a/modules/voxelman/doc_classes/VoxelLibraryMergerPCM.xml +++ b/modules/voxelman/doc_classes/VoxelLibraryMergerPCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLibrarySimple.xml b/modules/voxelman/doc_classes/VoxelLibrarySimple.xml index 71f2bf896..9b50714f8 100644 --- a/modules/voxelman/doc_classes/VoxelLibrarySimple.xml +++ b/modules/voxelman/doc_classes/VoxelLibrarySimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLight.xml b/modules/voxelman/doc_classes/VoxelLight.xml index 8d754099c..ddcd9182c 100644 --- a/modules/voxelman/doc_classes/VoxelLight.xml +++ b/modules/voxelman/doc_classes/VoxelLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLightJob.xml b/modules/voxelman/doc_classes/VoxelLightJob.xml index 88b0f7251..0c836aa57 100644 --- a/modules/voxelman/doc_classes/VoxelLightJob.xml +++ b/modules/voxelman/doc_classes/VoxelLightJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelLightNode.xml b/modules/voxelman/doc_classes/VoxelLightNode.xml index c6d030378..d3afdd50f 100644 --- a/modules/voxelman/doc_classes/VoxelLightNode.xml +++ b/modules/voxelman/doc_classes/VoxelLightNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMaterialCache.xml b/modules/voxelman/doc_classes/VoxelMaterialCache.xml index 3bd4e11a3..92948a67c 100644 --- a/modules/voxelman/doc_classes/VoxelMaterialCache.xml +++ b/modules/voxelman/doc_classes/VoxelMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMaterialCachePCM.xml b/modules/voxelman/doc_classes/VoxelMaterialCachePCM.xml index 41fdbb59f..b8ce5b947 100644 --- a/modules/voxelman/doc_classes/VoxelMaterialCachePCM.xml +++ b/modules/voxelman/doc_classes/VoxelMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesher.xml b/modules/voxelman/doc_classes/VoxelMesher.xml index f925013de..07d55d693 100644 --- a/modules/voxelman/doc_classes/VoxelMesher.xml +++ b/modules/voxelman/doc_classes/VoxelMesher.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherBlocky.xml b/modules/voxelman/doc_classes/VoxelMesherBlocky.xml index 534aeb43f..a1a48acdc 100644 --- a/modules/voxelman/doc_classes/VoxelMesherBlocky.xml +++ b/modules/voxelman/doc_classes/VoxelMesherBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherCubic.xml b/modules/voxelman/doc_classes/VoxelMesherCubic.xml index d16e3fe97..93ff5086f 100644 --- a/modules/voxelman/doc_classes/VoxelMesherCubic.xml +++ b/modules/voxelman/doc_classes/VoxelMesherCubic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherDefault.xml b/modules/voxelman/doc_classes/VoxelMesherDefault.xml index f02d84421..9803f2cdd 100644 --- a/modules/voxelman/doc_classes/VoxelMesherDefault.xml +++ b/modules/voxelman/doc_classes/VoxelMesherDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherJobStep.xml b/modules/voxelman/doc_classes/VoxelMesherJobStep.xml index 8166aa573..d91b840ec 100644 --- a/modules/voxelman/doc_classes/VoxelMesherJobStep.xml +++ b/modules/voxelman/doc_classes/VoxelMesherJobStep.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherLiquidBlocky.xml b/modules/voxelman/doc_classes/VoxelMesherLiquidBlocky.xml index 65ea62873..be6b1f3bc 100644 --- a/modules/voxelman/doc_classes/VoxelMesherLiquidBlocky.xml +++ b/modules/voxelman/doc_classes/VoxelMesherLiquidBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelMesherMarchingCubes.xml b/modules/voxelman/doc_classes/VoxelMesherMarchingCubes.xml index ce95ad80d..a7e3b0847 100644 --- a/modules/voxelman/doc_classes/VoxelMesherMarchingCubes.xml +++ b/modules/voxelman/doc_classes/VoxelMesherMarchingCubes.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelPropJob.xml b/modules/voxelman/doc_classes/VoxelPropJob.xml index dbded1974..53a6885cc 100644 --- a/modules/voxelman/doc_classes/VoxelPropJob.xml +++ b/modules/voxelman/doc_classes/VoxelPropJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelStructure.xml b/modules/voxelman/doc_classes/VoxelStructure.xml index 2bd758737..e935037b0 100644 --- a/modules/voxelman/doc_classes/VoxelStructure.xml +++ b/modules/voxelman/doc_classes/VoxelStructure.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelSurface.xml b/modules/voxelman/doc_classes/VoxelSurface.xml index 2c901e9d8..26f594756 100644 --- a/modules/voxelman/doc_classes/VoxelSurface.xml +++ b/modules/voxelman/doc_classes/VoxelSurface.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelSurfaceMerger.xml b/modules/voxelman/doc_classes/VoxelSurfaceMerger.xml index 830bd927a..bd153306a 100644 --- a/modules/voxelman/doc_classes/VoxelSurfaceMerger.xml +++ b/modules/voxelman/doc_classes/VoxelSurfaceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelSurfaceSimple.xml b/modules/voxelman/doc_classes/VoxelSurfaceSimple.xml index 04c55a33f..60b891919 100644 --- a/modules/voxelman/doc_classes/VoxelSurfaceSimple.xml +++ b/modules/voxelman/doc_classes/VoxelSurfaceSimple.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelTerrainJob.xml b/modules/voxelman/doc_classes/VoxelTerrainJob.xml index 4b0b58634..effced1f5 100644 --- a/modules/voxelman/doc_classes/VoxelTerrainJob.xml +++ b/modules/voxelman/doc_classes/VoxelTerrainJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelWorld.xml b/modules/voxelman/doc_classes/VoxelWorld.xml index ee2eab8db..f8566c8f9 100644 --- a/modules/voxelman/doc_classes/VoxelWorld.xml +++ b/modules/voxelman/doc_classes/VoxelWorld.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelWorldBlocky.xml b/modules/voxelman/doc_classes/VoxelWorldBlocky.xml index a15254ecc..27f8dbead 100644 --- a/modules/voxelman/doc_classes/VoxelWorldBlocky.xml +++ b/modules/voxelman/doc_classes/VoxelWorldBlocky.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelWorldCubic.xml b/modules/voxelman/doc_classes/VoxelWorldCubic.xml index 3474310aa..3e9babda2 100644 --- a/modules/voxelman/doc_classes/VoxelWorldCubic.xml +++ b/modules/voxelman/doc_classes/VoxelWorldCubic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelWorldDefault.xml b/modules/voxelman/doc_classes/VoxelWorldDefault.xml index 71402c842..2192705ac 100644 --- a/modules/voxelman/doc_classes/VoxelWorldDefault.xml +++ b/modules/voxelman/doc_classes/VoxelWorldDefault.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/VoxelWorldMarchingCubes.xml b/modules/voxelman/doc_classes/VoxelWorldMarchingCubes.xml index 486747302..e2fae0982 100644 --- a/modules/voxelman/doc_classes/VoxelWorldMarchingCubes.xml +++ b/modules/voxelman/doc_classes/VoxelWorldMarchingCubes.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/voxelman/doc_classes/WorldArea.xml b/modules/voxelman/doc_classes/WorldArea.xml index cbb50a990..620b529d1 100644 --- a/modules/voxelman/doc_classes/WorldArea.xml +++ b/modules/voxelman/doc_classes/WorldArea.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/AliasWebPage.xml b/modules/web/doc_classes/AliasWebPage.xml index e2d5b6328..16bfbc05e 100644 --- a/modules/web/doc_classes/AliasWebPage.xml +++ b/modules/web/doc_classes/AliasWebPage.xml @@ -1,5 +1,5 @@ - + Creates an alias web uri. diff --git a/modules/web/doc_classes/BBCodeParser.xml b/modules/web/doc_classes/BBCodeParser.xml index 4e0f1e044..4b3d9ad98 100644 --- a/modules/web/doc_classes/BBCodeParser.xml +++ b/modules/web/doc_classes/BBCodeParser.xml @@ -1,5 +1,5 @@ - + A class that parses bbcode into a class structure for easy manipulation, or processing. diff --git a/modules/web/doc_classes/BBCodeParserAttribute.xml b/modules/web/doc_classes/BBCodeParserAttribute.xml index 2e709faae..b146894ed 100644 --- a/modules/web/doc_classes/BBCodeParserAttribute.xml +++ b/modules/web/doc_classes/BBCodeParserAttribute.xml @@ -1,5 +1,5 @@ - + [BBCodeParser] stores bbcode attributes using this class. diff --git a/modules/web/doc_classes/BBCodeParserTag.xml b/modules/web/doc_classes/BBCodeParserTag.xml index 04c7ae7d2..caee3d7fe 100644 --- a/modules/web/doc_classes/BBCodeParserTag.xml +++ b/modules/web/doc_classes/BBCodeParserTag.xml @@ -1,5 +1,5 @@ - + [BBCodeParser] stores bbcode tags using this class. diff --git a/modules/web/doc_classes/BrowsableFolderServeWebPage.xml b/modules/web/doc_classes/BrowsableFolderServeWebPage.xml index 979a82653..9b262f148 100644 --- a/modules/web/doc_classes/BrowsableFolderServeWebPage.xml +++ b/modules/web/doc_classes/BrowsableFolderServeWebPage.xml @@ -1,5 +1,5 @@ - + The [BrowsableFolderServeWebPage] class adds folder listing functionality on top of [FolderServeWebPage]. diff --git a/modules/web/doc_classes/CSRFTokenWebServerMiddleware.xml b/modules/web/doc_classes/CSRFTokenWebServerMiddleware.xml index 01cd3ccfd..c29353b81 100644 --- a/modules/web/doc_classes/CSRFTokenWebServerMiddleware.xml +++ b/modules/web/doc_classes/CSRFTokenWebServerMiddleware.xml @@ -1,5 +1,5 @@ - + The [CSRFTokenWebServerMiddleware] is a [WebServerMiddleware] implementation that sets up, and if it's a post request, then also it validates CRSF tokens automatically. If a token fails to validate an error is sent back to the user. diff --git a/modules/web/doc_classes/FileCache.xml b/modules/web/doc_classes/FileCache.xml index cdef3fdbf..f4676e2df 100644 --- a/modules/web/doc_classes/FileCache.xml +++ b/modules/web/doc_classes/FileCache.xml @@ -1,5 +1,5 @@ - + The FileCache class provide functionality for file and directory caching for the web module. diff --git a/modules/web/doc_classes/FolderServeWebPage.xml b/modules/web/doc_classes/FolderServeWebPage.xml index 24b9ebd19..61820debf 100644 --- a/modules/web/doc_classes/FolderServeWebPage.xml +++ b/modules/web/doc_classes/FolderServeWebPage.xml @@ -1,5 +1,5 @@ - + The [FolderServeWebPage] class serves files. diff --git a/modules/web/doc_classes/FormAlphaFieldEntry.xml b/modules/web/doc_classes/FormAlphaFieldEntry.xml index 41cc63642..0727f07f9 100644 --- a/modules/web/doc_classes/FormAlphaFieldEntry.xml +++ b/modules/web/doc_classes/FormAlphaFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormAlphaNumericFieldEntry.xml b/modules/web/doc_classes/FormAlphaNumericFieldEntry.xml index b402bf37d..023e2b37b 100644 --- a/modules/web/doc_classes/FormAlphaNumericFieldEntry.xml +++ b/modules/web/doc_classes/FormAlphaNumericFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormEmailFieldEntry.xml b/modules/web/doc_classes/FormEmailFieldEntry.xml index 5c8110085..e77c62d59 100644 --- a/modules/web/doc_classes/FormEmailFieldEntry.xml +++ b/modules/web/doc_classes/FormEmailFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormExistsFieldEntry.xml b/modules/web/doc_classes/FormExistsFieldEntry.xml index 1b11b5a3f..8579e815f 100644 --- a/modules/web/doc_classes/FormExistsFieldEntry.xml +++ b/modules/web/doc_classes/FormExistsFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormField.xml b/modules/web/doc_classes/FormField.xml index 495867064..b269974e6 100644 --- a/modules/web/doc_classes/FormField.xml +++ b/modules/web/doc_classes/FormField.xml @@ -1,5 +1,5 @@ - + [FormField] represents one field in a html form, like a password or user name input. diff --git a/modules/web/doc_classes/FormFieldEntry.xml b/modules/web/doc_classes/FormFieldEntry.xml index b4aa31d9c..dc714f125 100644 --- a/modules/web/doc_classes/FormFieldEntry.xml +++ b/modules/web/doc_classes/FormFieldEntry.xml @@ -1,5 +1,5 @@ - + Used by [FormField]s to implement html form validation capabilities. diff --git a/modules/web/doc_classes/FormFloatFieldEntry.xml b/modules/web/doc_classes/FormFloatFieldEntry.xml index c67c7ba68..70190483f 100644 --- a/modules/web/doc_classes/FormFloatFieldEntry.xml +++ b/modules/web/doc_classes/FormFloatFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormIntFieldEntry.xml b/modules/web/doc_classes/FormIntFieldEntry.xml index cada27201..02ffaabb8 100644 --- a/modules/web/doc_classes/FormIntFieldEntry.xml +++ b/modules/web/doc_classes/FormIntFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormMaximumLengthFieldEntry.xml b/modules/web/doc_classes/FormMaximumLengthFieldEntry.xml index 168cd1906..9c0affdcf 100644 --- a/modules/web/doc_classes/FormMaximumLengthFieldEntry.xml +++ b/modules/web/doc_classes/FormMaximumLengthFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormMinimumLengthFieldEntry.xml b/modules/web/doc_classes/FormMinimumLengthFieldEntry.xml index 6ff753f3c..73226556d 100644 --- a/modules/web/doc_classes/FormMinimumLengthFieldEntry.xml +++ b/modules/web/doc_classes/FormMinimumLengthFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormNeedToMatchOtherFieldEntry.xml b/modules/web/doc_classes/FormNeedToMatchOtherFieldEntry.xml index d250550b8..dba798438 100644 --- a/modules/web/doc_classes/FormNeedToMatchOtherFieldEntry.xml +++ b/modules/web/doc_classes/FormNeedToMatchOtherFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormNeedsLowercaseCharacterFieldEntry.xml b/modules/web/doc_classes/FormNeedsLowercaseCharacterFieldEntry.xml index 5507fd98f..ff27e358f 100644 --- a/modules/web/doc_classes/FormNeedsLowercaseCharacterFieldEntry.xml +++ b/modules/web/doc_classes/FormNeedsLowercaseCharacterFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormNeedsOtherCharacterFieldEntry.xml b/modules/web/doc_classes/FormNeedsOtherCharacterFieldEntry.xml index ea4cfd778..627e915eb 100644 --- a/modules/web/doc_classes/FormNeedsOtherCharacterFieldEntry.xml +++ b/modules/web/doc_classes/FormNeedsOtherCharacterFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormNeedsUppercaseCharacterFieldEntry.xml b/modules/web/doc_classes/FormNeedsUppercaseCharacterFieldEntry.xml index 40b1dd3e3..4b470448a 100644 --- a/modules/web/doc_classes/FormNeedsUppercaseCharacterFieldEntry.xml +++ b/modules/web/doc_classes/FormNeedsUppercaseCharacterFieldEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/FormValidator.xml b/modules/web/doc_classes/FormValidator.xml index 5a1be8bb4..0741ddcca 100644 --- a/modules/web/doc_classes/FormValidator.xml +++ b/modules/web/doc_classes/FormValidator.xml @@ -1,5 +1,5 @@ - + The [FormValidator] implements html form validation capabilities. diff --git a/modules/web/doc_classes/HTMLBuilder.xml b/modules/web/doc_classes/HTMLBuilder.xml index c087b2487..a5d1776a8 100644 --- a/modules/web/doc_classes/HTMLBuilder.xml +++ b/modules/web/doc_classes/HTMLBuilder.xml @@ -1,5 +1,5 @@ - + A class that can be used to easily build html from code. diff --git a/modules/web/doc_classes/HTMLPaginator.xml b/modules/web/doc_classes/HTMLPaginator.xml index 1a4946496..d86168adf 100644 --- a/modules/web/doc_classes/HTMLPaginator.xml +++ b/modules/web/doc_classes/HTMLPaginator.xml @@ -1,5 +1,5 @@ - + A class that can be used to generate html pagination. diff --git a/modules/web/doc_classes/HTMLParser.xml b/modules/web/doc_classes/HTMLParser.xml index daa0e3a46..deaa8440b 100644 --- a/modules/web/doc_classes/HTMLParser.xml +++ b/modules/web/doc_classes/HTMLParser.xml @@ -1,5 +1,5 @@ - + A class that parses html into a class structure for easy manipulation, or processing. diff --git a/modules/web/doc_classes/HTMLParserAttribute.xml b/modules/web/doc_classes/HTMLParserAttribute.xml index 89d650e8c..86ed5982c 100644 --- a/modules/web/doc_classes/HTMLParserAttribute.xml +++ b/modules/web/doc_classes/HTMLParserAttribute.xml @@ -1,5 +1,5 @@ - + [HTMLParser] stores html attributes using this class. diff --git a/modules/web/doc_classes/HTMLParserTag.xml b/modules/web/doc_classes/HTMLParserTag.xml index faefc4a57..53c380e00 100644 --- a/modules/web/doc_classes/HTMLParserTag.xml +++ b/modules/web/doc_classes/HTMLParserTag.xml @@ -1,5 +1,5 @@ - + [HTMLParser] stores html tags using this class. diff --git a/modules/web/doc_classes/HTMLTag.xml b/modules/web/doc_classes/HTMLTag.xml index 5511fca6a..b0679735c 100644 --- a/modules/web/doc_classes/HTMLTag.xml +++ b/modules/web/doc_classes/HTMLTag.xml @@ -1,5 +1,5 @@ - + The HTMLTag class helps with the creation of HTML tags. HTMLBuilder uses it internally. diff --git a/modules/web/doc_classes/HTTPServerEnums.xml b/modules/web/doc_classes/HTTPServerEnums.xml index bed09f04d..42a12f055 100644 --- a/modules/web/doc_classes/HTTPServerEnums.xml +++ b/modules/web/doc_classes/HTTPServerEnums.xml @@ -1,5 +1,5 @@ - + Contains Enums used by the web module. diff --git a/modules/web/doc_classes/HTTPSession.xml b/modules/web/doc_classes/HTTPSession.xml index 7d27d978e..cd5b5ec77 100644 --- a/modules/web/doc_classes/HTTPSession.xml +++ b/modules/web/doc_classes/HTTPSession.xml @@ -1,5 +1,5 @@ - + The HTTPSession class represents a user's session. diff --git a/modules/web/doc_classes/HTTPSessionManager.xml b/modules/web/doc_classes/HTTPSessionManager.xml index 1965fd546..1ede8c75b 100644 --- a/modules/web/doc_classes/HTTPSessionManager.xml +++ b/modules/web/doc_classes/HTTPSessionManager.xml @@ -1,5 +1,5 @@ - + The [HTTPSessionManager] class stores active sessions on a server. diff --git a/modules/web/doc_classes/HTTPSessionManagerDB.xml b/modules/web/doc_classes/HTTPSessionManagerDB.xml index 293743190..7e644bf01 100644 --- a/modules/web/doc_classes/HTTPSessionManagerDB.xml +++ b/modules/web/doc_classes/HTTPSessionManagerDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/ListWebPage.xml b/modules/web/doc_classes/ListWebPage.xml index e9be5a23a..41f1ec42d 100644 --- a/modules/web/doc_classes/ListWebPage.xml +++ b/modules/web/doc_classes/ListWebPage.xml @@ -1,5 +1,5 @@ - + The ListPage WebNode can be pointed to a folder using it's folder variable, and then it will load all files in that folder, process them as markdown in alphabetical order, and put them onto a page, one after the other. It also supports pagination. @@ -49,7 +49,7 @@ This many pagination links will be visible max. - + Whether to allow pagination or not. diff --git a/modules/web/doc_classes/MarkdownRenderer.xml b/modules/web/doc_classes/MarkdownRenderer.xml index f226fc55b..d3a9304b4 100644 --- a/modules/web/doc_classes/MarkdownRenderer.xml +++ b/modules/web/doc_classes/MarkdownRenderer.xml @@ -1,5 +1,5 @@ - + Renders markdown as HTML. diff --git a/modules/web/doc_classes/PagedArticleWebPage.xml b/modules/web/doc_classes/PagedArticleWebPage.xml index 154d51f7b..78ba7f8ff 100644 --- a/modules/web/doc_classes/PagedArticleWebPage.xml +++ b/modules/web/doc_classes/PagedArticleWebPage.xml @@ -1,5 +1,5 @@ - + Using this class, a small self contained multi page article can be created. diff --git a/modules/web/doc_classes/PagedArticlesWebPage.xml b/modules/web/doc_classes/PagedArticlesWebPage.xml index 7e2e38f12..2d2d7cd9f 100644 --- a/modules/web/doc_classes/PagedArticlesWebPage.xml +++ b/modules/web/doc_classes/PagedArticlesWebPage.xml @@ -1,5 +1,5 @@ - + The [PagedArticlesWebPage] class creates [PagedArticleWebPage] for all folders found inside [code]folder[/code]. diff --git a/modules/web/doc_classes/RedirectWebPage.xml b/modules/web/doc_classes/RedirectWebPage.xml index e6ba26559..491b0526f 100644 --- a/modules/web/doc_classes/RedirectWebPage.xml +++ b/modules/web/doc_classes/RedirectWebPage.xml @@ -1,5 +1,5 @@ - + Sends a redirect when it needs to handle a request. diff --git a/modules/web/doc_classes/SessionSetupWebServerMiddleware.xml b/modules/web/doc_classes/SessionSetupWebServerMiddleware.xml index 6cef5d645..187abcab9 100644 --- a/modules/web/doc_classes/SessionSetupWebServerMiddleware.xml +++ b/modules/web/doc_classes/SessionSetupWebServerMiddleware.xml @@ -1,5 +1,5 @@ - + The [SessionSetupWebServerMiddleware] will look up [HTTPSession]s for a particular request using the stored session id. diff --git a/modules/web/doc_classes/StaticWebPage.xml b/modules/web/doc_classes/StaticWebPage.xml index da758be25..cfd608f75 100644 --- a/modules/web/doc_classes/StaticWebPage.xml +++ b/modules/web/doc_classes/StaticWebPage.xml @@ -1,5 +1,5 @@ - + Sends what's in it's [code]data[/code] property when it handles a [WebServerRequest], and what's in it's [code]preview_data[/code] property when [code]render_preview()[/code] is called. diff --git a/modules/web/doc_classes/StaticWebPageFile.xml b/modules/web/doc_classes/StaticWebPageFile.xml index bc6062714..56cf48a93 100644 --- a/modules/web/doc_classes/StaticWebPageFile.xml +++ b/modules/web/doc_classes/StaticWebPageFile.xml @@ -1,5 +1,5 @@ - + A [StaticWebPage] that loads a file to [StaticWebPage]'s [code]data[/code] property when entering the [SceneTree]. diff --git a/modules/web/doc_classes/StaticWebPageFolderFiles.xml b/modules/web/doc_classes/StaticWebPageFolderFiles.xml index 490a5e3b7..e4b976501 100644 --- a/modules/web/doc_classes/StaticWebPageFolderFiles.xml +++ b/modules/web/doc_classes/StaticWebPageFolderFiles.xml @@ -1,5 +1,5 @@ - + A [StaticWebPage] that loads all files from the given folder to [StaticWebPage]'s [code]data[/code] property when entering the [SceneTree]. diff --git a/modules/web/doc_classes/WebNode.xml b/modules/web/doc_classes/WebNode.xml index 99c080864..30bdf1b86 100644 --- a/modules/web/doc_classes/WebNode.xml +++ b/modules/web/doc_classes/WebNode.xml @@ -1,5 +1,5 @@ - + WebNodes are Nodes that can be used to create HTTP based guis for games / applications, using a [WebNode] tree for routing. They only work when they are a child of a [WebServer]. diff --git a/modules/web/doc_classes/WebPermission.xml b/modules/web/doc_classes/WebPermission.xml index 2cea4064e..122442695 100644 --- a/modules/web/doc_classes/WebPermission.xml +++ b/modules/web/doc_classes/WebPermission.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/WebRoot.xml b/modules/web/doc_classes/WebRoot.xml index d620aec67..0ed60c046 100644 --- a/modules/web/doc_classes/WebRoot.xml +++ b/modules/web/doc_classes/WebRoot.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/WebServer.xml b/modules/web/doc_classes/WebServer.xml index c407f6b56..7abd9a98c 100644 --- a/modules/web/doc_classes/WebServer.xml +++ b/modules/web/doc_classes/WebServer.xml @@ -1,5 +1,5 @@ - + The WebServer class can be used as a base for Webserver implementations. diff --git a/modules/web/doc_classes/WebServerCookie.xml b/modules/web/doc_classes/WebServerCookie.xml index 53f51956c..6051d3ecc 100644 --- a/modules/web/doc_classes/WebServerCookie.xml +++ b/modules/web/doc_classes/WebServerCookie.xml @@ -1,5 +1,5 @@ - + Used by [WebServerRequest]s, to set or delete cookies on the client. diff --git a/modules/web/doc_classes/WebServerMiddleware.xml b/modules/web/doc_classes/WebServerMiddleware.xml index a534fa3ba..ef5c90289 100644 --- a/modules/web/doc_classes/WebServerMiddleware.xml +++ b/modules/web/doc_classes/WebServerMiddleware.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/web/doc_classes/WebServerRequest.xml b/modules/web/doc_classes/WebServerRequest.xml index 93b070b9f..f6f5ac4e7 100644 --- a/modules/web/doc_classes/WebServerRequest.xml +++ b/modules/web/doc_classes/WebServerRequest.xml @@ -1,5 +1,5 @@ - + The [WebServerRequest] class represents one incoming HTTP request. It also contains the proper helper methods for sending a response. diff --git a/modules/web/doc_classes/WebServerRequestScriptable.xml b/modules/web/doc_classes/WebServerRequestScriptable.xml index 9074be171..b1765b80b 100644 --- a/modules/web/doc_classes/WebServerRequestScriptable.xml +++ b/modules/web/doc_classes/WebServerRequestScriptable.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/websocket/doc_classes/WebSocketClient.xml b/modules/websocket/doc_classes/WebSocketClient.xml index 34238667b..0344d9afb 100644 --- a/modules/websocket/doc_classes/WebSocketClient.xml +++ b/modules/websocket/doc_classes/WebSocketClient.xml @@ -1,5 +1,5 @@ - + A WebSocket client implementation. diff --git a/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml b/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml index c2046d9b2..6d07dce3c 100644 --- a/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml +++ b/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml @@ -1,5 +1,5 @@ - + Base class for WebSocket server and client. diff --git a/modules/websocket/doc_classes/WebSocketPeer.xml b/modules/websocket/doc_classes/WebSocketPeer.xml index 06f2c26f4..9c989694a 100644 --- a/modules/websocket/doc_classes/WebSocketPeer.xml +++ b/modules/websocket/doc_classes/WebSocketPeer.xml @@ -1,5 +1,5 @@ - + A class representing a specific WebSocket connection. diff --git a/modules/websocket/doc_classes/WebSocketServer.xml b/modules/websocket/doc_classes/WebSocketServer.xml index 37e8d2ce0..f27f5ef8e 100644 --- a/modules/websocket/doc_classes/WebSocketServer.xml +++ b/modules/websocket/doc_classes/WebSocketServer.xml @@ -1,5 +1,5 @@ - + A WebSocket server implementation. diff --git a/modules/wfc/doc_classes/ImageIndexer.xml b/modules/wfc/doc_classes/ImageIndexer.xml index e0d369022..edd8c061d 100644 --- a/modules/wfc/doc_classes/ImageIndexer.xml +++ b/modules/wfc/doc_classes/ImageIndexer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/wfc/doc_classes/OverlappingWaveFormCollapse.xml b/modules/wfc/doc_classes/OverlappingWaveFormCollapse.xml index aa5c5b7a6..a7b4529f7 100644 --- a/modules/wfc/doc_classes/OverlappingWaveFormCollapse.xml +++ b/modules/wfc/doc_classes/OverlappingWaveFormCollapse.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/wfc/doc_classes/TilingWaveFormCollapse.xml b/modules/wfc/doc_classes/TilingWaveFormCollapse.xml index c1478e62b..7f82d4ade 100644 --- a/modules/wfc/doc_classes/TilingWaveFormCollapse.xml +++ b/modules/wfc/doc_classes/TilingWaveFormCollapse.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/wfc/doc_classes/WaveFormCollapse.xml b/modules/wfc/doc_classes/WaveFormCollapse.xml index d0f9ec23a..586025248 100644 --- a/modules/wfc/doc_classes/WaveFormCollapse.xml +++ b/modules/wfc/doc_classes/WaveFormCollapse.xml @@ -1,5 +1,5 @@ - +