behaviour-tree-test/doc/classes
Twarit 97959a53df Add an overridable VCS Interface for the editor
The VCS interface can be thought of like a proxy system, where any call
to the API is redirected to the actual implementation of the VCS API
which may be existing in the form of a GDNative plugin which is marked
as a singleton and is not marked reloadable. If the implementation
doesn't exist in the file system, it only returns the default responses which contain
mostly empty containers of the data type that every API call returns.

EditorVCSInterface is used like a Godot object with a script attached to it. The script
is the implementation of the API and the object is the interface to the
script, which returns default responses if the script doesn't exist or
if the script doesn't define a function that handles that particular API call.

The entire system has been implemented using Object::call() and its
ability to switch to the script instance to handle the API call if the
script exists. Look for VersionControlEditorPlugin::_initialize() for
the essential API setup.
2019-09-03 20:01:14 +05:30
..
@GlobalScope.xml Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of allow_greater/allow_lesser) 2019-08-10 18:59:42 +02:00
AABB.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AcceptDialog.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AnimatedSprite.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AnimatedSprite3D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AnimatedTexture.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Animation.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AnimationNode.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
AnimationNodeAdd2.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeAdd3.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeAnimation.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeBlend2.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeBlend3.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeBlendSpace1D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeBlendSpace2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeBlendTree.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeOneShot.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AnimationNodeStateMachinePlayback.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AnimationNodeStateMachineTransition.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
AnimationPlayer.xml Mention caveat with looped animations in AnimationPlayer.queue() 2019-08-19 15:04:13 +02:00
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AnimationTreePlayer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Area.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Area2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Array.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ArrayMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
ARVRAnchor.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ARVRCamera.xml
ARVRController.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ARVRInterface.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ARVROrigin.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ARVRPositionalTracker.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ARVRServer.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AStar.xml AStar and AStar2D examples fixed to not use 'as' keyword and also removed error causing code 2019-07-20 15:06:58 +05:30
AStar2D.xml AStar and AStar2D examples fixed to not use 'as' keyword and also removed error causing code 2019-07-20 15:06:58 +05:30
AtlasTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AudioBusLayout.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffect.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectAmplify.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectBandLimitFilter.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectBandPassFilter.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectChorus.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
AudioEffectCompressor.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectDelay.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectDistortion.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectEQ.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectEQ6.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectEQ10.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectEQ21.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectFilter.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioEffectHighPassFilter.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectHighShelfFilter.xml
AudioEffectInstance.xml
AudioEffectLimiter.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectLowPassFilter.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectLowShelfFilter.xml
AudioEffectNotchFilter.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioEffectPanner.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioEffectPhaser.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectPitchShift.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioEffectRecord.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioEffectReverb.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
AudioEffectSpectrumAnalyzer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioEffectSpectrumAnalyzerInstance.xml doc: Complete and harmonize all _MAX constant descriptions 2019-06-27 11:10:53 +02:00
AudioEffectStereoEnhance.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioServer.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
AudioStream.xml
AudioStreamGenerator.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml
AudioStreamPlayback.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
AudioStreamPlaybackResampled.xml
AudioStreamPlayer.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AudioStreamPlayer2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AudioStreamPlayer3D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AudioStreamRandomPitch.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
AudioStreamSample.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
BackBufferCopy.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
BakedLightmap.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
BakedLightmapData.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
BaseButton.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Basis.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
BitMap.xml
BitmapFont.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Bone2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
BoneAttachment.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
bool.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
BoxContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
BoxShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Button.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
ButtonGroup.xml
Camera.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Camera2D.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
CameraFeed.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CameraServer.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
CameraTexture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CanvasItem.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
CanvasItemMaterial.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
CanvasLayer.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
CanvasModulate.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CapsuleMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
CapsuleShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CapsuleShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CenterContainer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
CheckBox.xml Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but wasn't used. 2019-08-06 13:27:07 -04:00
CheckButton.xml Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but wasn't used. 2019-08-06 13:27:07 -04:00
CircleShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ClassDB.xml Fix various typos and style errors in text 2019-08-19 20:43:42 +02:00
ClippedCamera.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CollisionObject.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
CollisionObject2D.xml Documents the need for input_pickable in _input_event 2019-07-22 15:12:49 +02:00
CollisionPolygon.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CollisionPolygon2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
CollisionShape.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
CollisionShape2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Color.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ColorPicker.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ColorPickerButton.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
ColorRect.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ConcavePolygonShape.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ConcavePolygonShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ConeTwistJoint.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
ConfigFile.xml doc: Sync classref with current source 2019-06-29 12:24:18 +02:00
ConfirmationDialog.xml
Container.xml
Control.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
ConvexPolygonShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ConvexPolygonShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CPUParticles.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
CPUParticles2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Crypto.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
CryptoKey.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
CubeMap.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CubeMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Curve.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Curve2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Curve3D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
CurveTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
CylinderMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
CylinderShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
DampedSpringJoint2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Dictionary.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
DirectionalLight.xml doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
Directory.xml Fix various typos and style errors in text 2019-08-19 20:43:42 +02:00
DynamicFont.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
DynamicFontData.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
EditorExportPlugin.xml
EditorFeatureProfile.xml doc: Complete and harmonize all _MAX constant descriptions 2019-06-27 11:10:53 +02:00
EditorFileDialog.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
EditorFileSystem.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorFileSystemDirectory.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorImportPlugin.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
EditorInspector.xml
EditorInspectorPlugin.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorInterface.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
EditorNavigationMeshGenerator.xml
EditorPlugin.xml Improve documentation of EditorPlugin.add_tool_submenu_item method 2019-08-12 20:58:21 +01:00
EditorProperty.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
EditorResourceConversionPlugin.xml
EditorResourcePreview.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorResourcePreviewGenerator.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorSceneImporter.xml Add docs for EditorInterface, EditorPlugin and EditorSceneImporter 2019-07-20 10:41:42 -03:00
EditorSceneImporterAssimp.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorScenePostImport.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorScript.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorSelection.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorSettings.xml Clearify how hex_to_int expects a '0x' prefixed string. Provide a small hex_to_int example 2019-07-07 21:12:03 +02:00
EditorSpatialGizmo.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
EditorSpatialGizmoPlugin.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
EditorVCSInterface.xml Add an overridable VCS Interface for the editor 2019-09-03 20:01:14 +05:30
EncodedObjectAsID.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Engine.xml Add access to interpolation fraction for fixed timestep interpolation 2019-07-11 08:25:26 +01:00
Environment.xml Invert and adjust the default fog height values 2019-08-07 18:21:44 +02:00
Expression.xml doc: Don't use GlobalScope scope in hyperlinks, it's automatically inferred 2019-06-27 14:43:37 +02:00
File.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
FileDialog.xml Rename FileDialog's folder icon custom color to folder_icon_modulate 2019-08-21 18:43:01 +02:00
float.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Font.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
FuncRef.xml Add FuncRef.call_funcv 2019-08-08 11:58:57 +03:00
Generic6DOFJoint.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
Geometry.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
GeometryInstance.xml Improve the GeometryInstance class documentation 2019-08-21 14:22:37 +02:00
GIProbe.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
GIProbeData.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Gradient.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
GradientTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
GraphEdit.xml doc: Sync classref with current source 2019-08-05 15:21:03 +02:00
GraphNode.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
GridContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
GrooveJoint2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
HashingContext.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
HBoxContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
HeightMapShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
HingeJoint.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
HScrollBar.xml
HSeparator.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
HSlider.xml
HSplitContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
HTTPClient.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
HTTPRequest.xml doc: Sync classref with current source 2019-07-10 16:06:23 +02:00
Image.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
ImageTexture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ImmediateGeometry.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Input.xml Merge pull request #31437 from volzhs/vibrate-mobile 2019-08-21 21:10:22 +02:00
InputDefault.xml
InputEvent.xml Added missing InputEvent documentation 2019-07-18 12:03:28 +02:00
InputEventAction.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventGesture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventJoypadButton.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventJoypadMotion.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventKey.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventMagnifyGesture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventMIDI.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventMouse.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventMouseButton.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventMouseMotion.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventPanGesture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventScreenDrag.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventScreenTouch.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputEventWithModifiers.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
InputMap.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
InstancePlaceholder.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
int.xml
InterpolatedCamera.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
IP.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
IP_Unix.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ItemList.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
JavaScript.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Joint.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Joint2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
JSON.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
JSONParseResult.xml Fix uninitialized variables in Line2D, JSONParseResult and TileMap 2019-06-30 13:58:07 +02:00
KinematicBody.xml [DOCS] Correct "fixed process" reference in KinematicBody doc 2019-07-26 18:50:12 -07:00
KinematicBody2D.xml [DOCS] Correct "fixed process" reference in KinematicBody doc 2019-07-26 18:50:12 -07:00
KinematicCollision.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
KinematicCollision2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Label.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
LargeTexture.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Light.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
Light2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
LightOccluder2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Line2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
LineEdit.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
LineShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
LinkButton.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
Listener.xml
MainLoop.xml Fix various typos and style errors in text 2019-08-19 20:43:42 +02:00
MarginContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Marshalls.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Material.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MenuButton.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
Mesh.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
MeshDataTool.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
MeshInstance.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MeshInstance2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MeshLibrary.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
MeshTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MultiMesh.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MultiMeshInstance.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MultiMeshInstance2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
MultiplayerAPI.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
Mutex.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Navigation.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Navigation2D.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
NavigationMesh.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
NavigationMeshInstance.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
NavigationPolygon.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
NavigationPolygonInstance.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
NetworkedMultiplayerPeer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Nil.xml
NinePatchRect.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Node.xml Documentation note that Node::add_child() fails if child already has a parent 2019-08-14 10:41:30 -04:00
Node2D.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
NodePath.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Object.xml Add FuncRef.call_funcv 2019-08-08 11:58:57 +03:00
OccluderPolygon2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
OmniLight.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
OptionButton.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
OS.xml Clarify what %APPDATA% expands to in Windows 2019-07-09 04:42:42 -04:00
PackedDataContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PackedDataContainerRef.xml
PackedScene.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
PacketPeer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PacketPeerStream.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
PacketPeerUDP.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Panel.xml
PanelContainer.xml
PanoramaSky.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
ParallaxBackground.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ParallaxLayer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Particles.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Particles2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
ParticlesMaterial.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Path.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Path2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
PathFollow.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PathFollow2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
PCKPacker.xml
Performance.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PHashTranslation.xml
PhysicalBone.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Physics2DDirectBodyState.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Physics2DDirectBodyStateSW.xml
Physics2DDirectSpaceState.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Physics2DServer.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Physics2DServerSW.xml
Physics2DShapeQueryParameters.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Physics2DShapeQueryResult.xml
Physics2DTestMotionResult.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
PhysicsBody.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
PhysicsBody2D.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
PhysicsDirectBodyState.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PhysicsDirectSpaceState.xml
PhysicsMaterial.xml doc: Mark PhysicsBody bounce/friction as deprecated 2019-06-30 13:58:07 +02:00
PhysicsServer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
PhysicsShapeQueryParameters.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PhysicsShapeQueryResult.xml
PinJoint.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
PinJoint2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Plane.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PlaneMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
PlaneShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
PointMesh.xml added pointMesh primitive 2019-07-24 12:14:31 -07:00
Polygon2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
PolygonPathFinder.xml
PoolByteArray.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
PoolColorArray.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PoolIntArray.xml Mention 32-bit integer limit in the PoolIntArray documentation 2019-08-02 14:44:41 +02:00
PoolRealArray.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PoolStringArray.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PoolVector2Array.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PoolVector3Array.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Popup.xml Exposed set_as_minsize to gdscript 2019-08-14 16:09:55 +09:30
PopupDialog.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PopupMenu.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
PopupPanel.xml
Position2D.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Position3D.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
PrimitiveMesh.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
PrismMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
ProceduralSky.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ProgressBar.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
ProjectSettings.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
ProximityGroup.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ProxyTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
QuadMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Quat.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
RandomNumberGenerator.xml Added example on how to use RandomNumberGenerator 2019-06-30 16:41:45 +01:00
Range.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
RayCast.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
RayCast2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
RayShape.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
RayShape2D.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Rect2.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
RectangleShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Reference.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ReferenceRect.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ReflectionProbe.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
RemoteTransform.xml Added force_update_cache() to RemoteTransform and RemoteTransform2D 2019-07-09 14:50:03 +02:00
RemoteTransform2D.xml Added force_update_cache() to RemoteTransform and RemoteTransform2D 2019-07-09 14:50:03 +02:00
Resource.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ResourceFormatLoader.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ResourceFormatLoaderCrypto.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
ResourceFormatSaver.xml doc: Don't use GlobalScope scope in hyperlinks, it's automatically inferred 2019-06-27 14:43:37 +02:00
ResourceFormatSaverCrypto.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
ResourceImporter.xml doc: Complete and harmonize all _MAX constant descriptions 2019-06-27 11:10:53 +02:00
ResourceInteractiveLoader.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ResourceLoader.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ResourcePreloader.xml doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
ResourceSaver.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
RichTextLabel.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
RID.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
RigidBody.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
RigidBody2D.xml Fix custom inertia in physics2d, closes#30838 2019-08-22 20:30:03 +08:00
RootMotionView.xml
SceneState.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
SceneTree.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
SceneTreeTimer.xml
Script.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
ScriptCreateDialog.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
ScriptEditor.xml
ScrollBar.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ScrollContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SegmentShape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Semaphore.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Separator.xml
Shader.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ShaderMaterial.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Shape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Shape2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
ShortCut.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Skeleton.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Skeleton2D.xml
SkeletonIK.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Sky.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Slider.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SliderJoint.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
SoftBody.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Spatial.xml Call out scaling in Spatial.translate docstring 2019-07-04 11:56:17 +02:00
SpatialGizmo.xml
SpatialMaterial.xml doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
SpatialVelocityTracker.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SphereMesh.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
SphereShape.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SpinBox.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SplitContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SpotLight.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
SpringArm.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Sprite.xml doc: Sync classref with current source 2019-07-29 21:12:57 +02:00
Sprite3D.xml doc: Sync classref with current source 2019-07-29 21:12:57 +02:00
SpriteBase3D.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
SpriteFrames.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
StaticBody.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
StaticBody2D.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
StreamPeer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
StreamPeerBuffer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
StreamPeerSSL.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
StreamPeerTCP.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
StreamTexture.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
String.xml doc: Sync classref with current source 2019-07-29 21:12:57 +02:00
StyleBox.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
StyleBoxEmpty.xml
StyleBoxFlat.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
StyleBoxLine.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
StyleBoxTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
SurfaceTool.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
TabContainer.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
Tabs.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
TCP_Server.xml Add TCP Server is_listening method 2019-07-03 18:42:46 +02:00
TextEdit.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
TextFile.xml
Texture.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
Texture3D.xml
TextureArray.xml
TextureButton.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
TextureLayered.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
TextureProgress.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
TextureRect.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Theme.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Thread.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
TileMap.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
TileSet.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Timer.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
ToolButton.xml TreeItem: Rename new button disable method to set_button_disabled 2019-07-09 09:17:42 +02:00
TouchScreenButton.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
Transform.xml Document constants in Transform/Transform2D 2019-07-04 23:51:51 -04:00
Transform2D.xml Document constants in Transform/Transform2D 2019-07-04 23:51:51 -04:00
Translation.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
TranslationServer.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Tree.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
TreeItem.xml Tree: fix and expose icon modulation 2019-08-24 17:37:22 +02:00
TriangleMesh.xml
Tween.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
UndoRedo.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
Variant.xml Improve the Variant class documentation 2019-07-20 23:42:26 +02:00
VBoxContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
Vector2.xml Add Vector2/3 sign and posmod functions, misc additions 2019-08-17 18:31:55 -04:00
Vector3.xml Add Vector2/3 sign and posmod functions, misc additions 2019-08-17 18:31:55 -04:00
VehicleBody.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VehicleWheel.xml Update documentation for new VehicleWheel members 2019-07-18 14:51:41 -04:00
VideoPlayer.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VideoStream.xml
Viewport.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
ViewportContainer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
ViewportTexture.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisibilityEnabler.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
VisibilityEnabler2D.xml DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
VisibilityNotifier.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisibilityNotifier2D.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualInstance.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualServer.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
VisualShader.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNode.xml Plugin support for visual shaders 2019-08-14 15:52:27 +03:00
VisualShaderNodeBooleanConstant.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeBooleanUniform.xml
VisualShaderNodeColorConstant.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeColorFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeColorOp.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeColorUniform.xml
VisualShaderNodeCompare.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VisualShaderNodeCubeMap.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VisualShaderNodeCubeMapUniform.xml
VisualShaderNodeCustom.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
VisualShaderNodeDeterminant.xml
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeFaceForward.xml
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
VisualShaderNodeGroupBase.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
VisualShaderNodeIf.xml
VisualShaderNodeInput.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeIs.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VisualShaderNodeOuterProduct.xml
VisualShaderNodeOutput.xml
VisualShaderNodeScalarClamp.xml
VisualShaderNodeScalarConstant.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeScalarDerivativeFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeScalarFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeScalarInterp.xml
VisualShaderNodeScalarOp.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeScalarSmoothStep.xml
VisualShaderNodeScalarUniform.xml
VisualShaderNodeSwitch.xml
VisualShaderNodeTexture.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VisualShaderNodeTextureUniform.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeTextureUniformTriplanar.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
VisualShaderNodeTransformCompose.xml
VisualShaderNodeTransformConstant.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeTransformDecompose.xml
VisualShaderNodeTransformFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeTransformMult.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeTransformUniform.xml
VisualShaderNodeTransformVecMult.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeUniform.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeVec3Constant.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeVec3Uniform.xml
VisualShaderNodeVectorClamp.xml
VisualShaderNodeVectorCompose.xml
VisualShaderNodeVectorDecompose.xml
VisualShaderNodeVectorDerivativeFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeVectorDistance.xml
VisualShaderNodeVectorFunc.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeVectorInterp.xml
VisualShaderNodeVectorLen.xml
VisualShaderNodeVectorOp.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VisualShaderNodeVectorRefract.xml
VisualShaderNodeVectorScalarMix.xml doc: Sync classref with current source 2019-08-13 12:35:50 +02:00
VisualShaderNodeVectorScalarSmoothStep.xml
VisualShaderNodeVectorScalarStep.xml
VisualShaderNodeVectorSmoothStep.xml
VScrollBar.xml
VSeparator.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
VSlider.xml
VSplitContainer.xml doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
WeakRef.xml
WindowDialog.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
World.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
World2D.xml doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
WorldEnvironment.xml doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
X509Certificate.xml doc: Sync classref with current source 2019-08-22 14:49:30 +02:00
XMLParser.xml Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
YSort.xml doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00