godot/doc/classes
David Briscoe 9cbc4026ee
doc: Clarify when to construct a StringName ahead of time
Fix docs don't give justification for manual construction.

Clarify how to apply manual StringName construction as an
optimization and that "string intern" means "work at parse time".

There are several godot-demo-projects (including 3d/platformer) that
incorrectly use StringName literals (they use & literals instead of just
passing strings), so clearly this is confusing.

AThousandShips did a disassembly test to prove it automatically converts
constant strings to StringName for annotated functions:

  func do_test(_var: StringName, _var2: String):
  pass

  func test():
  do_test("abc", "def")

Yields:

  Disassembling do_test(_var, _var2)
   0: line 2:     pass
   2: == END ==

  Disassembling test()
   0: line 5:     do_test("abc", "def")
   2: call self.do_test(const(&"abc"), const("def"))
   10: assign stack(3) = false
   12: == END ==

It also happens with built-in functions such as those of Input.
2024-02-09 12:08:12 +01:00
..
@GlobalScope.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AABB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AcceptDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AESContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatableBody2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatableBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatedSprite2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatedSprite3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatedTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Animation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationLibrary.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeAdd2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeAdd3.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
AnimationNodeAnimation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlend2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlend3.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
AnimationNodeBlendSpace1D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlendSpace2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlendTree.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeOneShot.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachine.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachinePlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachineTransition.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeSub2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeSync.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTimeScale.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTimeSeek.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTransition.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationPlayer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationRootNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationTree.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Area2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Area3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Array.xml Fix range error for Array.slice 2023-07-07 23:19:42 +02:00
ArrayMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ArrayOccluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AspectRatioContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AStar2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AStar3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AStarGrid2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AtlasTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioBusLayout.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectAmplify.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandLimitFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCapture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectChorus.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCompressor.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectDelay.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectDistortion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ6.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ10.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ21.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHighPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHighShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectInstance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLimiter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLowPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLowShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectNotchFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPanner.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPhaser.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPitchShift.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectRecord.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectReverb.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectSpectrumAnalyzer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectSpectrumAnalyzerInstance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectStereoEnhance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioListener2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioListener3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStream.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamGenerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamGeneratorPlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamMicrophone.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlaybackPolyphonic.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlaybackResampled.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlayer2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlayer3D.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
AudioStreamPlayer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPolyphonic.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamRandomizer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamWAV.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BackBufferCopy.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BaseButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BaseMaterial3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Basis.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BitMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Bone2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoneAttachment3D.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
BoneMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
bool.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxOccluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Button.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ButtonGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Callable.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CallbackTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Camera2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Camera3D.xml Merge pull request #75806 from bcmpinc/issue-61174 2023-07-07 16:01:47 +02:00
CameraAttributes.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraAttributesPhysical.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraAttributesPractical.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraFeed.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasItem.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasItemMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasLayer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasModulate.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CenterContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharacterBody2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharacterBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharFXTransform.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CheckBox.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CheckButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CircleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ClassDB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CodeEdit.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
CodeHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionObject2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionObject3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionPolygon2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionPolygon3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionShape3D.xml Unify and streamline connecting to Resource changes 2023-07-17 19:35:57 +02:00
Color.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ColorPicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ColorPickerButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ColorRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedCubemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedCubemapArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConcavePolygonShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConcavePolygonShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConeTwistJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConfigFile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConfirmationDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Container.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Control.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConvexPolygonShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConvexPolygonShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CPUParticles2D.xml Add finished signal to CPUParticles 2023-07-12 13:45:02 +02:00
CPUParticles3D.xml Add finished signal to CPUParticles 2023-07-12 13:45:02 +02:00
Crypto.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CryptoKey.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Cubemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CubemapArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Curve2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Curve3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Curve.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CurveTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CurveXYZTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CylinderMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CylinderShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
DampedSpringJoint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Decal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Dictionary.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
DirAccess.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
DirectionalLight2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
DirectionalLight3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
DisplayServer.xml Merge pull request #79353 from sepTN/fix-docs-for-consistency 2023-07-21 17:54:26 +02:00
DTLSServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorCommandPalette.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorDebuggerPlugin.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
EditorDebuggerSession.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorExportPlatform.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorExportPlatformPC.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorExportPlugin.xml Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
EditorFeatureProfile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystem.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystemDirectory.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystemImportFormatSupportQuery.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorImportPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorInspector.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorInspectorPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorInterface.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorNode3DGizmo.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorNode3DGizmoPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorPaths.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorPlugin.xml Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
EditorProperty.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourceConversionPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePreview.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePreviewGenerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourceTooltipPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSceneFormatImporter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScenePostImport.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScenePostImportPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScript.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScriptPicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSelection.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSettings.xml Merge pull request #78451 from alula/integer-zoom 2023-07-14 21:27:54 +02:00
EditorSpinSlider.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSyntaxHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorTranslationParserPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorUndoRedoManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorVCSInterface.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
EncodedObjectAsID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Engine.xml Fix incorrect documentation for Engine.get_architecture_name() 2023-07-07 14:51:51 -05:00
EngineDebugger.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EngineProfiler.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Environment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Expression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FileAccess.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FileDialog.xml [macOS] Implement optional native file selection dialog support for sandboxed apps. 2023-07-12 22:36:24 +03:00
FileSystemDock.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
float.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FlowContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FogMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FogVolume.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Font.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FontFile.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
FontVariation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GDExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GDExtensionManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Generic6DOFJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Geometry2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Geometry3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GeometryInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticles2D.xml Add finished signal to GPUParticles 2023-07-12 13:29:47 +02:00
GPUParticles3D.xml Add finished signal to GPUParticles 2023-07-12 13:29:47 +02:00
GPUParticlesAttractor3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesAttractorBox3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesAttractorSphere3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesAttractorVectorField3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesCollision3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesCollisionBox3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesCollisionHeightField3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesCollisionSDF3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GPUParticlesCollisionSphere3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Gradient.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GradientTexture1D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GradientTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GraphEdit.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GraphNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GridContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GrooveJoint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HashingContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HBoxContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HeightMapShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HFlowContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HingeJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HMACContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HScrollBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HSeparator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HSlider.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HSplitContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HTTPClient.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HTTPRequest.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Image.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
ImageFormatLoader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageFormatLoaderExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImmediateMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImporterMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImporterMeshInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Input.xml Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fix 2023-07-12 17:16:36 +02:00
InputEvent.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventAction.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventFromWindow.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventGesture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventJoypadButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventJoypadMotion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventKey.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMagnifyGesture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMIDI.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMouse.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMouseButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMouseMotion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventPanGesture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventScreenDrag.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventScreenTouch.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventShortcut.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventWithModifiers.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InstancePlaceholder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
int.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
IntervalTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
IP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ItemList.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaClass.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaClassWrapper.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaScriptBridge.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaScriptObject.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JNISingleton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Joint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Joint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JSON.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JSONRPC.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
KinematicCollision2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
KinematicCollision3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Label3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Label.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LabelSettings.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Light2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Light3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapGI.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapGIData.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Lightmapper.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapperRD.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapProbe.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightOccluder2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Line2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LineEdit.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LinkButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MainLoop.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MarginContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Marker2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Marker3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Marshalls.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Material.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MenuBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MenuButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Mesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshConvexDecompositionSettings.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshDataTool.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshInstance2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshLibrary.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MethodTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MissingNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MissingResource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MovieWriter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiMeshInstance2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiMeshInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiplayerAPI.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiplayerAPIExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiplayerPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiplayerPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Mutex.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationAgent2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationAgent3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationLink2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationLink3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationMesh.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
NavigationMeshGenerator.xml Add performance note for parsing source geometry 2023-07-09 21:19:22 +02:00
NavigationMeshSourceGeometryData3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationObstacle2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationObstacle3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationPathQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationPathQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationPathQueryResult2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationPathQueryResult3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationPolygon.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationRegion2D.xml Merge pull request #77191 from smix8/navigationregion_map_change_4.x 2023-07-12 17:15:13 +02:00
NavigationRegion3D.xml Merge pull request #77191 from smix8/navigationregion_map_change_4.x 2023-07-12 17:15:13 +02:00
NavigationServer2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationServer3D.xml Merge pull request #79137 from smix8/region_bake_depr_4.x 2023-07-12 15:09:50 +02:00
NinePatchRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node3D.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
Node3DGizmo.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node.xml Merge pull request #79000 from AThousandShips/owner_error 2023-07-11 11:29:30 +02:00
NodePath.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Object.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Occluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OccluderInstance3D.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
OccluderPolygon2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OfflineMultiplayerPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OmniLight3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OptimizedTranslation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OptionButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ORMMaterial3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OS.xml [macOS] Implement optional native file selection dialog support for sandboxed apps. 2023-07-12 22:36:24 +03:00
PackedByteArray.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
PackedColorArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedDataContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedDataContainerRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedFloat32Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedFloat64Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedInt32Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedInt64Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedScene.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedStringArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedVector2Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedVector3Array.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerDTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerStream.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerUDP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Panel.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PanelContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PanoramaSkyMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ParallaxBackground.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ParallaxLayer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ParticleProcessMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Path2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Path3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PCKPacker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Performance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicalBone2D.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
PhysicalBone3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicalSkyMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsBody2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsPointQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsPointQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsRayQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsRayQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer2DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3D.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
PhysicsServer3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DRenderingServerHandler.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsShapeQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsShapeQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionResult2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionResult3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PinJoint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PinJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderCubemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderCubemapArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Plane.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaneMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PointLight2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PointMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Polygon2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PolygonOccluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PolygonPathFinder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Popup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PopupMenu.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PopupPanel.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PortableCompressedTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PrimitiveMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PrismMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ProceduralSkyMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ProgressBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Projection.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ProjectSettings.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
PropertyTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
QuadMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
QuadOccluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Quaternion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RandomNumberGenerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Range.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RayCast2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RayCast3D.xml Add hit_back_faces property to RayCast3D 2023-07-11 13:02:13 +02:00
RDAttachmentFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDFramebufferPass.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendStateAttachment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineDepthStencilState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineMultisampleState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineRasterizationState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineSpecializationConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDSamplerState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderFile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSPIRV.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDTextureFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDTextureView.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDUniform.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDVertexAttribute.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Rect2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Rect2i.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RectangleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RefCounted.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ReferenceRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ReflectionProbe.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RemoteTransform2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RemoteTransform3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RenderingDevice.xml Fix many typos in documentation 2023-07-19 19:56:06 +07:00
RenderingServer.xml Merge pull request #77085 from BastiaanOlij/visualise_direction_shadowmap_frustum 2023-07-12 21:02:25 +02:00
Resource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceFormatLoader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceFormatSaver.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporterBitMap.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterBMFont.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterCSVTranslation.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterDynamicFont.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterImage.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterImageFont.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterLayeredTexture.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterOBJ.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterScene.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterShaderFile.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterTexture.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterTextureAtlas.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceImporterWAV.xml Fix documentation validation after 8352122e70 2023-07-12 17:30:34 +02:00
ResourceLoader.xml Clarify return value of get_dependencies() 2023-07-11 13:28:34 +02:00
ResourcePreloader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceSaver.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceUID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RibbonTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RichTextEffect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RichTextLabel.xml Merge pull request #79011 from bruvzg/pop_all 2023-07-14 18:49:21 +02:00
RID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RigidBody2D.xml Fix rigid body property description 2023-07-09 11:21:24 -07:00
RigidBody3D.xml Fix rigid body property description 2023-07-09 11:21:24 -07:00
RootMotionView.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SceneState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SceneTree.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SceneTreeTimer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Script.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptCreateDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptEditor.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptEditorBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptLanguage.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptLanguageExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScrollBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScrollContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SegmentShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Semaphore.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SeparationRayShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SeparationRayShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Separator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Shader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderGlobalsOverride.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderInclude.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Shape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Shape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShapeCast2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShapeCast3D.xml Unify and streamline connecting to Resource changes 2023-07-17 19:35:57 +02:00
Shortcut.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Signal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonIK3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DCCDIK.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DFABRIK.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DJiggle.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DLookAt.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DPhysicalBones.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DStackHolder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModification2DTwoBoneIK.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonModificationStack2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonProfile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonProfileHumanoid.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkinReference.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Sky.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Slider.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SliderJoint3D.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
SoftBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SphereMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SphereOccluder3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SphereShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpinBox.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SplitContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpotLight3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpringArm3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Sprite2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Sprite3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpriteBase3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpriteFrames.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StandardMaterial3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StaticBody2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StaticBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerBuffer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerGZIP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerTCP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
String.xml Merge pull request #79092 from akien-mga/doctool-remove-version-attribute 2023-07-07 08:34:55 +02:00
StringName.xml doc: Clarify when to construct a StringName ahead of time 2024-02-09 12:08:12 +01:00
StyleBox.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxEmpty.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxFlat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxLine.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SubViewport.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SubViewportContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SurfaceTool.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SyntaxHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SystemFont.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TabBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TabContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TCPServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextEdit.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
TextLine.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextParagraph.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServerDummy.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServerManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureProgressBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Theme.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ThemeDB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Thread.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileData.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileMap.xml Move TileMap layers to their own class 2023-07-20 17:23:38 +02:00
TileMapPattern.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileSet.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileSetAtlasSource.xml Merge pull request #77257 from rakkarage/tile_animation_sync 2023-07-12 21:02:31 +02:00
TileSetScenesCollectionSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileSetSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Time.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Timer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TLSOptions.xml Merge pull request #79048 from sepTN/its-platform-not-plafrom 2023-07-08 18:21:28 +02:00
TorusMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TouchScreenButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Transform2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Transform3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Translation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TranslationServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tree.xml Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_tree_control 2023-07-12 15:08:36 +02:00
TreeItem.xml Merge pull request #78393 from AThousandShips/tree_tooltip 2023-07-12 15:09:09 +02:00
TriangleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TubeTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tween.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UDPServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UndoRedo.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Variant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VBoxContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector2i.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector3.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector3i.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector4.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Vector4i.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VehicleBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VehicleWheel3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VFlowContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VideoStream.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VideoStreamPlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VideoStreamPlayer.xml Merge pull request #77858 from kinami-imai/expose_videostreamplayer_video_length 2023-07-12 17:14:44 +02:00
Viewport.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ViewportTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisibleOnScreenEnabler2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisibleOnScreenEnabler3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisibleOnScreenNotifier2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisibleOnScreenNotifier3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNode.xml Make the dragging connections more user-friendly in visual shaders 2023-07-20 15:00:19 +03:00
VisualShaderNodeBillboard.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeBooleanConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeBooleanParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeClamp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeComment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCompare.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCubemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCubemapParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveXYZTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCustom.xml Make the dragging connections more user-friendly in visual shaders 2023-07-20 15:00:19 +03:00
VisualShaderNodeDerivativeFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDeterminant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDistanceFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDotProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeExpression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFaceForward.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFresnel.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeGlobalExpression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeGroupBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIf.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeInput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIs.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeLinearSceneDepth.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMix.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMultiplyAdd.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOuterProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameterRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleAccelerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleBoxEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleConeVelocity.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmit.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMeshEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMultiplyByAxisAngle.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRandomness.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRingEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleSphereEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeProximityFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRandomRange.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeResizableBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSample3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeScreenUVToSDF.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSDFRaymarch.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSDFToScreenUV.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSmoothStep.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeStep.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSwitch.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DArrayParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureParameterTriplanar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDF.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDFNormal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformCompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformDecompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformVecMult.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVPolarCoord.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVarying.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingGetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingSetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorCompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDecompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDistance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorLen.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorRefract.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VoxelGI.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VoxelGIData.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VScrollBar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VSeparator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VSlider.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VSplitContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WeakRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Window.xml Add a default theme for unfocused Windows 2023-07-12 22:35:03 +02:00
WorkerThreadPool.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
World2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
World3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldBoundaryShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldBoundaryShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldEnvironment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
X509Certificate.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XMLParser.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRAnchor3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRCamera3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRController3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRInterface.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRInterfaceExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRNode3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XROrigin3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRPose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRPositionalTracker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00