diff --git a/doc/classes/Navigation2D.xml b/doc/classes/Navigation2D.xml index 8c8f8bbe9..bd8bec086 100644 --- a/doc/classes/Navigation2D.xml +++ b/doc/classes/Navigation2D.xml @@ -1,5 +1,5 @@ - + 2D navigation and pathfinding node. diff --git a/doc/classes/NetworkedMultiplayerCustom.xml b/doc/classes/NetworkedMultiplayerCustom.xml index 5c96bbfd5..2c23fc966 100644 --- a/doc/classes/NetworkedMultiplayerCustom.xml +++ b/doc/classes/NetworkedMultiplayerCustom.xml @@ -1,5 +1,5 @@ - + A [NetworkedMultiplayerPeer] implementation that can be controlled from a script. diff --git a/doc/classes/NetworkedMultiplayerPeer.xml b/doc/classes/NetworkedMultiplayerPeer.xml index 4bd7dc0ce..332c8a68b 100644 --- a/doc/classes/NetworkedMultiplayerPeer.xml +++ b/doc/classes/NetworkedMultiplayerPeer.xml @@ -1,5 +1,5 @@ - + A high-level network interface to simplify multiplayer interactions. diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index 9c37e3db2..0fbd0c44d 100644 --- a/doc/classes/NinePatchRect.xml +++ b/doc/classes/NinePatchRect.xml @@ -1,5 +1,5 @@ - + Scalable texture-based frame that tiles the texture's centers and sides, but keeps the corners' original size. Perfect for panels and dialog boxes. diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index df6db1a68..666b6a080 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1,5 +1,5 @@ - + Base class for all [i]scene[/i] objects. @@ -74,6 +74,18 @@ [b]Note:[/b] This method is only called if the node is present in the scene tree (i.e. if it's not an orphan). + + + + + + + + + + + + @@ -314,6 +326,11 @@ Returns the time elapsed (in seconds) since the last process callback. This value may vary from frame to frame. + + + + + @@ -438,6 +455,26 @@ Returns [code]true[/code] if internal physics processing is enabled (see [method set_physics_process_internal]). + + + + + + + + + + + + + + + + + + + + @@ -722,6 +759,30 @@ Enables or disables processing. When a node is being processed, it will receive a [constant NOTIFICATION_PROCESS] on every drawn frame (and the [method _process] callback will be called if exists). Enabled automatically if [method _process] is overridden. Any calls to this before [method _ready] will be ignored. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml index ecb92283d..c28572c8d 100644 --- a/doc/classes/Node2D.xml +++ b/doc/classes/Node2D.xml @@ -1,5 +1,5 @@ - + A 2D game object, inherited by all 2D-related nodes. Has a position, rotation, scale, and Z index. diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index 6a7d5a390..3a4fdf1d2 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -1,5 +1,5 @@ - + Pre-parsed scene tree path. diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 66ddd5517..40826d19b 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -1,5 +1,5 @@ - + Operating System functions. diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 4c00eb56f..72066b89f 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -1,5 +1,5 @@ - + Base class for all non-built-in types. diff --git a/doc/classes/Occluder.xml b/doc/classes/Occluder.xml index 8d86d00e9..13a6a4872 100644 --- a/doc/classes/Occluder.xml +++ b/doc/classes/Occluder.xml @@ -1,5 +1,5 @@ - + Allows [OccluderShape]s to be used for occlusion culling. diff --git a/doc/classes/OccluderPolygon2D.xml b/doc/classes/OccluderPolygon2D.xml index ba733b43c..4c4230a8e 100644 --- a/doc/classes/OccluderPolygon2D.xml +++ b/doc/classes/OccluderPolygon2D.xml @@ -1,5 +1,5 @@ - + Defines a 2D polygon for LightOccluder2D. diff --git a/doc/classes/OccluderShape.xml b/doc/classes/OccluderShape.xml index d81ff8c14..b607e4073 100644 --- a/doc/classes/OccluderShape.xml +++ b/doc/classes/OccluderShape.xml @@ -1,5 +1,5 @@ - + Base class for shapes used for occlusion culling by the [Occluder] node. diff --git a/doc/classes/OccluderShapePolygon.xml b/doc/classes/OccluderShapePolygon.xml index b72fc6634..2868af175 100644 --- a/doc/classes/OccluderShapePolygon.xml +++ b/doc/classes/OccluderShapePolygon.xml @@ -1,5 +1,5 @@ - + Polygon occlusion primitive for use with the [Occluder] node. diff --git a/doc/classes/OccluderShapeSphere.xml b/doc/classes/OccluderShapeSphere.xml index c3e50bc51..ec5c7e06b 100644 --- a/doc/classes/OccluderShapeSphere.xml +++ b/doc/classes/OccluderShapeSphere.xml @@ -1,5 +1,5 @@ - + Spherical occlusion primitive for use with the [Occluder] node. diff --git a/doc/classes/OmniLight.xml b/doc/classes/OmniLight.xml index ce2a63769..f7a64cadd 100644 --- a/doc/classes/OmniLight.xml +++ b/doc/classes/OmniLight.xml @@ -1,5 +1,5 @@ - + Omnidirectional light, such as a light bulb or a candle. @@ -27,6 +27,7 @@ The shadow rendering mode to use for this [OmniLight]. See [enum ShadowMode]. [b]Note:[/b] In GLES2, [constant SHADOW_CUBE] is only supported on GPUs that feature support for depth cubemaps. Old GPUs such as the Radeon HD 4000 series don't support cubemap shadows and will fall back to dual paraboloid shadows as a result. + diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index e91d96cc9..d334938d1 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -1,5 +1,5 @@ - + Button control that provides selectable options when pressed. diff --git a/doc/classes/PCKPacker.xml b/doc/classes/PCKPacker.xml index 4398e26c4..917385b2d 100644 --- a/doc/classes/PCKPacker.xml +++ b/doc/classes/PCKPacker.xml @@ -1,5 +1,5 @@ - + Creates packages that can be loaded into a running project. diff --git a/doc/classes/PHashTranslation.xml b/doc/classes/PHashTranslation.xml index cc2a44bf4..ce28764be 100644 --- a/doc/classes/PHashTranslation.xml +++ b/doc/classes/PHashTranslation.xml @@ -1,5 +1,5 @@ - + Optimized translation. diff --git a/doc/classes/PLogger.xml b/doc/classes/PLogger.xml index 01800a4e9..bd15f9345 100644 --- a/doc/classes/PLogger.xml +++ b/doc/classes/PLogger.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PackedDataContainer.xml b/doc/classes/PackedDataContainer.xml index 1aec73823..c32b689e4 100644 --- a/doc/classes/PackedDataContainer.xml +++ b/doc/classes/PackedDataContainer.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PackedDataContainerRef.xml b/doc/classes/PackedDataContainerRef.xml index dada0d8ce..7f9af58b8 100644 --- a/doc/classes/PackedDataContainerRef.xml +++ b/doc/classes/PackedDataContainerRef.xml @@ -1,5 +1,5 @@ - + Reference version of [PackedDataContainer]. diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index ed0f769c4..4f0f6029f 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -1,5 +1,5 @@ - + An abstraction of a serialized scene. diff --git a/doc/classes/PacketPeer.xml b/doc/classes/PacketPeer.xml index 7cb83cd14..bcd85c008 100644 --- a/doc/classes/PacketPeer.xml +++ b/doc/classes/PacketPeer.xml @@ -1,5 +1,5 @@ - + Abstraction and base class for packet-based protocols. diff --git a/doc/classes/PacketPeerDTLS.xml b/doc/classes/PacketPeerDTLS.xml index b535f4d18..ce44860b3 100644 --- a/doc/classes/PacketPeerDTLS.xml +++ b/doc/classes/PacketPeerDTLS.xml @@ -1,5 +1,5 @@ - + DTLS packet peer. diff --git a/doc/classes/PacketPeerStream.xml b/doc/classes/PacketPeerStream.xml index 34ffc15a4..bb57250ff 100644 --- a/doc/classes/PacketPeerStream.xml +++ b/doc/classes/PacketPeerStream.xml @@ -1,5 +1,5 @@ - + Wrapper to use a PacketPeer over a StreamPeer. diff --git a/doc/classes/PacketPeerUDP.xml b/doc/classes/PacketPeerUDP.xml index accaf5824..b6875db94 100644 --- a/doc/classes/PacketPeerUDP.xml +++ b/doc/classes/PacketPeerUDP.xml @@ -1,5 +1,5 @@ - + UDP packet peer. diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml index bdad6f74f..554325aee 100644 --- a/doc/classes/Panel.xml +++ b/doc/classes/Panel.xml @@ -1,5 +1,5 @@ - + Provides an opaque background for [Control] children. diff --git a/doc/classes/PanelContainer.xml b/doc/classes/PanelContainer.xml index 425fbfe5f..5525ef0d3 100644 --- a/doc/classes/PanelContainer.xml +++ b/doc/classes/PanelContainer.xml @@ -1,5 +1,5 @@ - + Panel container type. diff --git a/doc/classes/PanoramaSky.xml b/doc/classes/PanoramaSky.xml index 50a46d525..d2f08ba1f 100644 --- a/doc/classes/PanoramaSky.xml +++ b/doc/classes/PanoramaSky.xml @@ -1,5 +1,5 @@ - + A type of [Sky] used to draw a background texture. diff --git a/doc/classes/ParallaxBackground.xml b/doc/classes/ParallaxBackground.xml index 2b26903ca..220e8ecf5 100644 --- a/doc/classes/ParallaxBackground.xml +++ b/doc/classes/ParallaxBackground.xml @@ -1,5 +1,5 @@ - + A node used to create a parallax scrolling background. diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml index 1482833a2..d42cd03a1 100644 --- a/doc/classes/ParallaxLayer.xml +++ b/doc/classes/ParallaxLayer.xml @@ -1,5 +1,5 @@ - + A parallax scrolling layer to be used with [ParallaxBackground]. diff --git a/doc/classes/ParticlesMaterial.xml b/doc/classes/ParticlesMaterial.xml index b3bad4b3e..f8318670d 100644 --- a/doc/classes/ParticlesMaterial.xml +++ b/doc/classes/ParticlesMaterial.xml @@ -1,5 +1,5 @@ - + Particle properties for [Particles] and [Particles2D] nodes. diff --git a/doc/classes/Path.xml b/doc/classes/Path.xml index b2d60fdf6..9a83f2ca5 100644 --- a/doc/classes/Path.xml +++ b/doc/classes/Path.xml @@ -1,5 +1,5 @@ - + Contains a [Curve3D] path for [PathFollow] nodes to follow. diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index 3faf9a9ab..072f3dc0b 100644 --- a/doc/classes/Path2D.xml +++ b/doc/classes/Path2D.xml @@ -1,5 +1,5 @@ - + Contains a [Curve2D] path for [PathFollow2D] nodes to follow. diff --git a/doc/classes/PathFollow.xml b/doc/classes/PathFollow.xml index 13b4e399e..3758bf359 100644 --- a/doc/classes/PathFollow.xml +++ b/doc/classes/PathFollow.xml @@ -1,5 +1,5 @@ - + Point sampler for a [Path]. diff --git a/doc/classes/PathFollow2D.xml b/doc/classes/PathFollow2D.xml index 233060a41..b9e1fbadd 100644 --- a/doc/classes/PathFollow2D.xml +++ b/doc/classes/PathFollow2D.xml @@ -1,5 +1,5 @@ - + Point sampler for a [Path2D]. diff --git a/doc/classes/Performance.xml b/doc/classes/Performance.xml index ac4809384..f720b007f 100644 --- a/doc/classes/Performance.xml +++ b/doc/classes/Performance.xml @@ -1,5 +1,5 @@ - + Exposes performance-related data. diff --git a/doc/classes/Physics2DDirectBodyState.xml b/doc/classes/Physics2DDirectBodyState.xml index 3ad6c8c06..e6437479d 100644 --- a/doc/classes/Physics2DDirectBodyState.xml +++ b/doc/classes/Physics2DDirectBodyState.xml @@ -1,5 +1,5 @@ - + Direct access object to a physics body in the [Physics2DServer]. diff --git a/doc/classes/Physics2DDirectSpaceState.xml b/doc/classes/Physics2DDirectSpaceState.xml index c6ede8052..4f90ccb0f 100644 --- a/doc/classes/Physics2DDirectSpaceState.xml +++ b/doc/classes/Physics2DDirectSpaceState.xml @@ -1,5 +1,5 @@ - + Direct access object to a space in the [Physics2DServer]. diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index 706fd5fa2..db7b3b1ae 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level 2D physics access. diff --git a/doc/classes/Physics2DShapeQueryParameters.xml b/doc/classes/Physics2DShapeQueryParameters.xml index ef70eb518..180b0516c 100644 --- a/doc/classes/Physics2DShapeQueryParameters.xml +++ b/doc/classes/Physics2DShapeQueryParameters.xml @@ -1,5 +1,5 @@ - + Parameters to be sent to a 2D shape physics query. diff --git a/doc/classes/Physics2DTestMotionResult.xml b/doc/classes/Physics2DTestMotionResult.xml index 06026dc42..a3db7a470 100644 --- a/doc/classes/Physics2DTestMotionResult.xml +++ b/doc/classes/Physics2DTestMotionResult.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PhysicsBody.xml b/doc/classes/PhysicsBody.xml index 54e28a6ee..a78cfd88c 100644 --- a/doc/classes/PhysicsBody.xml +++ b/doc/classes/PhysicsBody.xml @@ -1,5 +1,5 @@ - + Base class for all objects affected by physics in 3D space. diff --git a/doc/classes/PhysicsBody2D.xml b/doc/classes/PhysicsBody2D.xml index 80d45e9a3..3ee7b1873 100644 --- a/doc/classes/PhysicsBody2D.xml +++ b/doc/classes/PhysicsBody2D.xml @@ -1,5 +1,5 @@ - + Base class for all objects affected by physics in 2D space. diff --git a/doc/classes/PhysicsDirectBodyState.xml b/doc/classes/PhysicsDirectBodyState.xml index b021fab11..43c55bab5 100644 --- a/doc/classes/PhysicsDirectBodyState.xml +++ b/doc/classes/PhysicsDirectBodyState.xml @@ -1,5 +1,5 @@ - + Direct access object to a physics body in the [PhysicsServer]. diff --git a/doc/classes/PhysicsDirectSpaceState.xml b/doc/classes/PhysicsDirectSpaceState.xml index 469fccc6d..5f1e862b2 100644 --- a/doc/classes/PhysicsDirectSpaceState.xml +++ b/doc/classes/PhysicsDirectSpaceState.xml @@ -1,5 +1,5 @@ - + Direct access object to a space in the [PhysicsServer]. diff --git a/doc/classes/PhysicsMaterial.xml b/doc/classes/PhysicsMaterial.xml index 9997d147d..a4cc90481 100644 --- a/doc/classes/PhysicsMaterial.xml +++ b/doc/classes/PhysicsMaterial.xml @@ -1,5 +1,5 @@ - + A material for physics properties. diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 53d421693..1778b17c8 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1,5 +1,5 @@ - + Server interface for low-level physics access. diff --git a/doc/classes/PhysicsShapeQueryParameters.xml b/doc/classes/PhysicsShapeQueryParameters.xml index 96559de86..4f83f9407 100644 --- a/doc/classes/PhysicsShapeQueryParameters.xml +++ b/doc/classes/PhysicsShapeQueryParameters.xml @@ -1,5 +1,5 @@ - + Parameters to be sent to a 3D shape physics query. diff --git a/doc/classes/PhysicsTestMotionResult.xml b/doc/classes/PhysicsTestMotionResult.xml index 402398609..58cd185fe 100644 --- a/doc/classes/PhysicsTestMotionResult.xml +++ b/doc/classes/PhysicsTestMotionResult.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml index f1516b405..6b8f9a685 100644 --- a/doc/classes/PinJoint.xml +++ b/doc/classes/PinJoint.xml @@ -1,5 +1,5 @@ - + Pin joint for 3D PhysicsBodies. diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml index c33dab41e..56121de7e 100644 --- a/doc/classes/PinJoint2D.xml +++ b/doc/classes/PinJoint2D.xml @@ -1,5 +1,5 @@ - + Pin Joint for 2D shapes. diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml index 29077a6d2..51cd6e3d7 100644 --- a/doc/classes/Plane.xml +++ b/doc/classes/Plane.xml @@ -1,5 +1,5 @@ - + Plane in hessian form. diff --git a/doc/classes/PlaneMesh.xml b/doc/classes/PlaneMesh.xml index 2f395b8ee..41bc9a82b 100644 --- a/doc/classes/PlaneMesh.xml +++ b/doc/classes/PlaneMesh.xml @@ -1,5 +1,5 @@ - + Class representing a planar [PrimitiveMesh]. diff --git a/doc/classes/PlaneShape.xml b/doc/classes/PlaneShape.xml index 6e26a5e7f..107eb5348 100644 --- a/doc/classes/PlaneShape.xml +++ b/doc/classes/PlaneShape.xml @@ -1,5 +1,5 @@ - + Infinite plane shape for 3D collisions. diff --git a/doc/classes/PointMesh.xml b/doc/classes/PointMesh.xml index ab58fe79f..65624923c 100644 --- a/doc/classes/PointMesh.xml +++ b/doc/classes/PointMesh.xml @@ -1,5 +1,5 @@ - + Mesh with a single Point primitive. diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index 85b900874..91f4291db 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -1,5 +1,5 @@ - + A 2D polygon. diff --git a/doc/classes/PolygonPathFinder.xml b/doc/classes/PolygonPathFinder.xml index 42a272ec4..19079a9bc 100644 --- a/doc/classes/PolygonPathFinder.xml +++ b/doc/classes/PolygonPathFinder.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml index 1a58853bc..7adb8ee52 100644 --- a/doc/classes/PoolByteArray.xml +++ b/doc/classes/PoolByteArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of bytes. diff --git a/doc/classes/PoolColorArray.xml b/doc/classes/PoolColorArray.xml index ea82195fb..6475ad70d 100644 --- a/doc/classes/PoolColorArray.xml +++ b/doc/classes/PoolColorArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Color]s. diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml index 4502c00be..ba81392ea 100644 --- a/doc/classes/PoolIntArray.xml +++ b/doc/classes/PoolIntArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of integers ([int]). diff --git a/doc/classes/PoolRealArray.xml b/doc/classes/PoolRealArray.xml index a36fea338..06d85a51b 100644 --- a/doc/classes/PoolRealArray.xml +++ b/doc/classes/PoolRealArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of real numbers ([float]). diff --git a/doc/classes/PoolStringArray.xml b/doc/classes/PoolStringArray.xml index d793c2021..92892aaa2 100644 --- a/doc/classes/PoolStringArray.xml +++ b/doc/classes/PoolStringArray.xml @@ -1,5 +1,5 @@ - + A pooled Array of [String]. diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index adce5e4d6..a73c6a33d 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Vector2]s. diff --git a/doc/classes/PoolVector2iArray.xml b/doc/classes/PoolVector2iArray.xml index 4cc3392d0..af98d7c9c 100644 --- a/doc/classes/PoolVector2iArray.xml +++ b/doc/classes/PoolVector2iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector3Array.xml b/doc/classes/PoolVector3Array.xml index 7b5c8e7f9..dc37379ff 100644 --- a/doc/classes/PoolVector3Array.xml +++ b/doc/classes/PoolVector3Array.xml @@ -1,5 +1,5 @@ - + A pooled Array of [Vector3]. diff --git a/doc/classes/PoolVector3iArray.xml b/doc/classes/PoolVector3iArray.xml index 792ee4df1..fa72de864 100644 --- a/doc/classes/PoolVector3iArray.xml +++ b/doc/classes/PoolVector3iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector4Array.xml b/doc/classes/PoolVector4Array.xml index 4515babbf..001a2486b 100644 --- a/doc/classes/PoolVector4Array.xml +++ b/doc/classes/PoolVector4Array.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/PoolVector4iArray.xml b/doc/classes/PoolVector4iArray.xml index e9c339104..4071a43ff 100644 --- a/doc/classes/PoolVector4iArray.xml +++ b/doc/classes/PoolVector4iArray.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index c38fa9502..d995f4b89 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -1,5 +1,5 @@ - + Base container control for popups and dialogs. diff --git a/doc/classes/PopupDialog.xml b/doc/classes/PopupDialog.xml index 904ac7c05..70f4b7513 100644 --- a/doc/classes/PopupDialog.xml +++ b/doc/classes/PopupDialog.xml @@ -1,5 +1,5 @@ - + Base class for popup dialogs. diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index b4f86d555..aacc687cd 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -1,5 +1,5 @@ - + PopupMenu displays a list of options. diff --git a/doc/classes/PopupPanel.xml b/doc/classes/PopupPanel.xml index 8b676395e..dbe449bd8 100644 --- a/doc/classes/PopupPanel.xml +++ b/doc/classes/PopupPanel.xml @@ -1,5 +1,5 @@ - + Class for displaying popups with a panel background. diff --git a/doc/classes/Portal.xml b/doc/classes/Portal.xml index 8a83020f1..f40498da6 100644 --- a/doc/classes/Portal.xml +++ b/doc/classes/Portal.xml @@ -1,5 +1,5 @@ - + Portal nodes are used to enable visibility between [Room]s. diff --git a/doc/classes/Position2D.xml b/doc/classes/Position2D.xml index 6964a8f12..f80fe3e1f 100644 --- a/doc/classes/Position2D.xml +++ b/doc/classes/Position2D.xml @@ -1,5 +1,5 @@ - + Generic 2D position hint for editing. diff --git a/doc/classes/Position3D.xml b/doc/classes/Position3D.xml index 1a7e7baa8..07762cfbc 100644 --- a/doc/classes/Position3D.xml +++ b/doc/classes/Position3D.xml @@ -1,5 +1,5 @@ - + Generic 3D position hint for editing. diff --git a/doc/classes/PrimitiveMesh.xml b/doc/classes/PrimitiveMesh.xml index beac32f63..3659b159f 100644 --- a/doc/classes/PrimitiveMesh.xml +++ b/doc/classes/PrimitiveMesh.xml @@ -1,5 +1,5 @@ - + Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh. diff --git a/doc/classes/PrismMesh.xml b/doc/classes/PrismMesh.xml index 4a49bb676..bd4a9ff25 100644 --- a/doc/classes/PrismMesh.xml +++ b/doc/classes/PrismMesh.xml @@ -1,5 +1,5 @@ - + Class representing a prism-shaped [PrimitiveMesh]. diff --git a/doc/classes/ProceduralSky.xml b/doc/classes/ProceduralSky.xml index 355279cdc..fc9a3d558 100644 --- a/doc/classes/ProceduralSky.xml +++ b/doc/classes/ProceduralSky.xml @@ -1,5 +1,5 @@ - + Type of [Sky] that is generated procedurally based on user input parameters. diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index 140aa0bd5..d68925d08 100644 --- a/doc/classes/ProgressBar.xml +++ b/doc/classes/ProgressBar.xml @@ -1,5 +1,5 @@ - + General-purpose progress bar. @@ -11,12 +11,9 @@ - If [code]true[/code], the fill percentage is displayed on the bar. - - diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 36d112d2e..c0e7273ed 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1,5 +1,5 @@ - + Contains global variables accessible from everywhere. @@ -517,7 +517,7 @@ Print more information to standard output when running. It displays information such as memory leaks, which scenes and resources are being loaded, etc. - + Color of the avoidance agents radius, visible when "Visible Avoidance" is enabled in the Debug menu. @@ -529,19 +529,19 @@ If enabled, displays static avoidance obstacles when "Visible Avoidance" is enabled in the Debug menu. - + Color of the avoidance obstacles radius, visible when "Visible Avoidance" is enabled in the Debug menu. - + Color of the static avoidance obstacles edges when their vertices are winded in order to push agents in, visible when "Visible Avoidance" is enabled in the Debug menu. - + Color of the static avoidance obstacles edges when their vertices are winded in order to push agents out, visible when "Visible Avoidance" is enabled in the Debug menu. - + Color of the static avoidance obstacles faces when their vertices are winded in order to push agents in, visible when "Visible Avoidance" is enabled in the Debug menu. - + Color of the static avoidance obstacles faces when their vertices are winded in order to push agents out, visible when "Visible Avoidance" is enabled in the Debug menu. @@ -556,13 +556,13 @@ Color of the collision shapes, visible when "Visible Collision Shapes" is enabled in the Debug menu. - + Color to display enabled navigation agent paths when an agent has debug enabled. Rasterized size (pixel) used to render navigation agent path points when an agent has debug enabled. - + Color to display edge connections between navigation regions, visible when "Visible Navigation" is enabled in the Debug menu. @@ -592,31 +592,24 @@ If enabled, displays navigation link connections through geometry when "Visible Navigation" is enabled in the Debug menu. - + Color to display enabled navigation mesh polygon edges, visible when "Visible Navigation" is enabled in the Debug menu. - + Color to display disabled navigation mesh polygon edges, visible when "Visible Navigation" is enabled in the Debug menu. - + Color to display enabled navigation mesh polygon faces, visible when "Visible Navigation" is enabled in the Debug menu. - + Color to display disabled navigation mesh polygon faces, visible when "Visible Navigation" is enabled in the Debug menu. - + Color to use to display navigation link connections, visible when "Visible Navigation" is enabled in the Debug menu. - + Color to use to display disabled navigation link connections, visible when "Visible Navigation" is enabled in the Debug menu. - - Sets which navigation mesh generator to use to bake navigation meshes and parse source geometry from the scene. - "DEFAULT" and "GodotNavigationMeshGenerator" are the same, as there is currently no alternative navigation mesh generator implemented. - - - If [code]true[/code] the navigation mesh generator uses ThreadPool for baking navigation meshes. - Custom image for the mouse cursor (limited to 256×256). @@ -1381,30 +1374,6 @@ Optional name for the navigation avoidance layer 1. If left empty, the layer will display as "Layer 1". - - Optional name for the navigation avoidance layer 2. If left empty, the layer will display as "Layer 2". - - - Optional name for the navigation avoidance layer 3. If left empty, the layer will display as "Layer 3". - - - Optional name for the navigation avoidance layer 4. If left empty, the layer will display as "Layer 4". - - - Optional name for the navigation avoidance layer 5. If left empty, the layer will display as "Layer 5". - - - Optional name for the navigation avoidance layer 6. If left empty, the layer will display as "Layer 6". - - - Optional name for the navigation avoidance layer 7. If left empty, the layer will display as "Layer 7". - - - Optional name for the navigation avoidance layer 8. If left empty, the layer will display as "Layer 8". - - - Optional name for the navigation avoidance layer 9. If left empty, the layer will display as "Layer 9". - Optional name for the navigation avoidance layer 10. If left empty, the layer will display as "Layer 10". @@ -1435,6 +1404,9 @@ Optional name for the navigation avoidance layer 19. If left empty, the layer will display as "Layer 19". + + Optional name for the navigation avoidance layer 2. If left empty, the layer will display as "Layer 2". + Optional name for the navigation avoidance layer 20. If left empty, the layer will display as "Layer 20". @@ -1465,6 +1437,9 @@ Optional name for the navigation avoidance layer 29. If left empty, the layer will display as "Layer 29". + + Optional name for the navigation avoidance layer 3. If left empty, the layer will display as "Layer 3". + Optional name for the navigation avoidance layer 30. If left empty, the layer will display as "Layer 30". @@ -1474,6 +1449,24 @@ Optional name for the navigation avoidance layer 32. If left empty, the layer will display as "Layer 32". + + Optional name for the navigation avoidance layer 4. If left empty, the layer will display as "Layer 4". + + + Optional name for the navigation avoidance layer 5. If left empty, the layer will display as "Layer 5". + + + Optional name for the navigation avoidance layer 6. If left empty, the layer will display as "Layer 6". + + + Optional name for the navigation avoidance layer 7. If left empty, the layer will display as "Layer 7". + + + Optional name for the navigation avoidance layer 8. If left empty, the layer will display as "Layer 8". + + + Optional name for the navigation avoidance layer 9. If left empty, the layer will display as "Layer 9". + The locale to fall back to if a translation isn't available in a given language. If left empty, [code]en[/code] (English) will be used. @@ -1513,6 +1506,8 @@ Default link connection radius for 2D navigation maps. See [method NavigationServer2D.map_set_link_connection_radius]. + + If enabled 2D navigation regions will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. This setting only affects World2D default navigation maps. @@ -1525,11 +1520,16 @@ Default edge connection margin for 3D navigation maps. See [method NavigationServer.map_set_edge_connection_margin]. + + Default link connection radius for 3D navigation maps. See [method NavigationServer3D.map_set_link_connection_radius]. + Default map up vector for 3D navigation maps. See [method NavigationServer.map_set_up]. - - Default link connection radius for 3D navigation maps. See [method NavigationServer3D.map_set_link_connection_radius]. + + + + If enabled 3D navigation regions will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. This setting only affects World3D default navigation maps. If enabled and avoidance calculations use multiple threads the threads run with high priority. @@ -1537,8 +1537,12 @@ If enabled the avoidance calculations use multiple threads. - - If enabled 3D navigation regions will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. This setting only affects World3D default navigation maps. + + Sets which navigation mesh generator to use to bake navigation meshes and parse source geometry from the scene. + "DEFAULT" and "GodotNavigationMeshGenerator" are the same, as there is currently no alternative navigation mesh generator implemented. + + + If [code]true[/code] the navigation mesh generator uses ThreadPool for baking navigation meshes. Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index 367752bf6..0da5867ba 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Prop2DDataMeshData.xml b/doc/classes/Prop2DDataMeshData.xml index 428f8112c..7f9aeac3b 100644 --- a/doc/classes/Prop2DDataMeshData.xml +++ b/doc/classes/Prop2DDataMeshData.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Prop2DDataSprite.xml b/doc/classes/Prop2DDataSprite.xml index 34d5b077c..4ced10b30 100644 --- a/doc/classes/Prop2DDataSprite.xml +++ b/doc/classes/Prop2DDataSprite.xml @@ -1,5 +1,5 @@ - + @@ -9,29 +9,29 @@ + + + + + + + + + + - - - - - - - - - - - + - + - + diff --git a/doc/classes/PropertyTweener.xml b/doc/classes/PropertyTweener.xml index 65de23f87..252313ae2 100644 --- a/doc/classes/PropertyTweener.xml +++ b/doc/classes/PropertyTweener.xml @@ -1,5 +1,5 @@ - + Interpolates an [Object]'s property over time. diff --git a/doc/classes/ProximityGroup.xml b/doc/classes/ProximityGroup.xml index 987376b75..b84bcfaec 100644 --- a/doc/classes/ProximityGroup.xml +++ b/doc/classes/ProximityGroup.xml @@ -1,5 +1,5 @@ - + General-purpose 3D proximity detection node. diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml index 01ee51ccf..7cc1a132e 100644 --- a/doc/classes/ProxyTexture.xml +++ b/doc/classes/ProxyTexture.xml @@ -1,5 +1,5 @@ - + @@ -11,6 +11,7 @@ + diff --git a/doc/classes/QuadMesh.xml b/doc/classes/QuadMesh.xml index bb2adee54..849cc5188 100644 --- a/doc/classes/QuadMesh.xml +++ b/doc/classes/QuadMesh.xml @@ -1,5 +1,5 @@ - + Class representing a square mesh. diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index e8894271f..939f79c51 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -1,5 +1,5 @@ - + Quaternion. diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml index 8c92f1107..4b2ca0198 100644 --- a/doc/classes/RID.xml +++ b/doc/classes/RID.xml @@ -1,5 +1,5 @@ - + Handle for a [Resource]'s unique ID. diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml index 6c2638c2e..1c9c854c4 100644 --- a/doc/classes/RandomNumberGenerator.xml +++ b/doc/classes/RandomNumberGenerator.xml @@ -1,5 +1,5 @@ - + A class for generating pseudo-random numbers. diff --git a/doc/classes/Range.xml b/doc/classes/Range.xml index 34af81564..98e22b923 100644 --- a/doc/classes/Range.xml +++ b/doc/classes/Range.xml @@ -1,5 +1,5 @@ - + Abstract base class for range-based controls. @@ -40,7 +40,6 @@ If [code]true[/code], and [code]min_value[/code] is greater than 0, [code]value[/code] will be represented exponentially rather than linearly. - Maximum value. Range is clamped if [code]value[/code] is greater than [code]max_value[/code]. @@ -56,7 +55,8 @@ If [code]true[/code], [code]value[/code] will always be rounded to the nearest integer. - + + If greater than 0, [code]value[/code] will always be rounded to a multiple of [code]step[/code]. If [code]rounded[/code] is also [code]true[/code], [code]value[/code] will first be rounded to a multiple of [code]step[/code] then rounded to the nearest integer. diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml index d85983962..2e6c01e46 100644 --- a/doc/classes/RayCast.xml +++ b/doc/classes/RayCast.xml @@ -1,5 +1,5 @@ - + Query the closest object intersecting a ray. diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml index 87d627203..98a8ce260 100644 --- a/doc/classes/RayCast2D.xml +++ b/doc/classes/RayCast2D.xml @@ -1,5 +1,5 @@ - + Query the closest object intersecting a ray. diff --git a/doc/classes/RayShape.xml b/doc/classes/RayShape.xml index 96d384763..3d55eaafe 100644 --- a/doc/classes/RayShape.xml +++ b/doc/classes/RayShape.xml @@ -1,5 +1,5 @@ - + Ray shape for 3D collisions. diff --git a/doc/classes/RayShape2D.xml b/doc/classes/RayShape2D.xml index 4126e0e0c..a60a431c3 100644 --- a/doc/classes/RayShape2D.xml +++ b/doc/classes/RayShape2D.xml @@ -1,5 +1,5 @@ - + Ray shape for 2D collisions. diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index c15faa2f7..42829f72a 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -1,5 +1,5 @@ - + 2D axis-aligned bounding box. diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml index b25d4b672..84f7ac3d1 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml index 87cd61aff..2d47f485c 100644 --- a/doc/classes/RectangleShape2D.xml +++ b/doc/classes/RectangleShape2D.xml @@ -1,5 +1,5 @@ - + Rectangle shape for 2D collisions. diff --git a/doc/classes/Reference.xml b/doc/classes/Reference.xml index caba3602d..65b923f29 100644 --- a/doc/classes/Reference.xml +++ b/doc/classes/Reference.xml @@ -1,5 +1,5 @@ - + Base class for reference-counted objects. diff --git a/doc/classes/ReferenceRect.xml b/doc/classes/ReferenceRect.xml index ed947d139..a1e6ea59f 100644 --- a/doc/classes/ReferenceRect.xml +++ b/doc/classes/ReferenceRect.xml @@ -1,5 +1,5 @@ - + Reference frame for GUI. diff --git a/doc/classes/ReflectionProbe.xml b/doc/classes/ReflectionProbe.xml index a76c03580..9569f602e 100644 --- a/doc/classes/ReflectionProbe.xml +++ b/doc/classes/ReflectionProbe.xml @@ -1,5 +1,5 @@ - + Captures its surroundings to create fast, accurate reflections from a given point. diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml index 742637275..b69b15d3d 100644 --- a/doc/classes/RemoteTransform.xml +++ b/doc/classes/RemoteTransform.xml @@ -1,5 +1,5 @@ - + RemoteTransform pushes its own [Transform] to another [Spatial] derived Node in the scene. diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 8b998fe17..624f4dcd3 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -1,5 +1,5 @@ - + RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] derived Node in the scene. diff --git a/doc/classes/RenderingServer.xml b/doc/classes/RenderingServer.xml index e4f8a6da0..b6e2607da 100644 --- a/doc/classes/RenderingServer.xml +++ b/doc/classes/RenderingServer.xml @@ -1,5 +1,5 @@ - + Server for anything visible. @@ -717,7 +717,7 @@ Modulates all colors in the given canvas. - ] + diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml index 16a77c2e0..38d27cae5 100644 --- a/doc/classes/Resource.xml +++ b/doc/classes/Resource.xml @@ -1,5 +1,5 @@ - + Base class for all resources. diff --git a/doc/classes/ResourceFormatLoader.xml b/doc/classes/ResourceFormatLoader.xml index eb911b2ae..6d473f67d 100644 --- a/doc/classes/ResourceFormatLoader.xml +++ b/doc/classes/ResourceFormatLoader.xml @@ -1,5 +1,5 @@ - + Loads a specific resource type from a file. diff --git a/doc/classes/ResourceFormatSaver.xml b/doc/classes/ResourceFormatSaver.xml index 029fd185e..c1d269975 100644 --- a/doc/classes/ResourceFormatSaver.xml +++ b/doc/classes/ResourceFormatSaver.xml @@ -1,5 +1,5 @@ - + Saves a specific resource type to a file. diff --git a/doc/classes/ResourceImporter.xml b/doc/classes/ResourceImporter.xml index c624c6953..6e1d25ccd 100644 --- a/doc/classes/ResourceImporter.xml +++ b/doc/classes/ResourceImporter.xml @@ -1,5 +1,5 @@ - + Base class for the implementation of core resource importers. diff --git a/doc/classes/ResourceInteractiveLoader.xml b/doc/classes/ResourceInteractiveLoader.xml index d10fcc00a..a38c4baf4 100644 --- a/doc/classes/ResourceInteractiveLoader.xml +++ b/doc/classes/ResourceInteractiveLoader.xml @@ -1,5 +1,5 @@ - + Interactive [Resource] loader. diff --git a/doc/classes/ResourceLoader.xml b/doc/classes/ResourceLoader.xml index 184859b10..9328aa2c5 100644 --- a/doc/classes/ResourceLoader.xml +++ b/doc/classes/ResourceLoader.xml @@ -1,5 +1,5 @@ - + Singleton used to load resource files. diff --git a/doc/classes/ResourcePreloader.xml b/doc/classes/ResourcePreloader.xml index 1d3459f37..1f0bc66da 100644 --- a/doc/classes/ResourcePreloader.xml +++ b/doc/classes/ResourcePreloader.xml @@ -1,5 +1,5 @@ - + Resource Preloader Node. diff --git a/doc/classes/ResourceSaver.xml b/doc/classes/ResourceSaver.xml index ea1324a6a..0127b7966 100644 --- a/doc/classes/ResourceSaver.xml +++ b/doc/classes/ResourceSaver.xml @@ -1,5 +1,5 @@ - + Singleton for saving Godot-specific resource types. diff --git a/doc/classes/RichTextEffect.xml b/doc/classes/RichTextEffect.xml index 48751ad08..9d121caeb 100644 --- a/doc/classes/RichTextEffect.xml +++ b/doc/classes/RichTextEffect.xml @@ -1,5 +1,5 @@ - + A custom effect for use with [RichTextLabel]. diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 7c3042a8d..c8dec9b57 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -1,5 +1,5 @@ - + Label that displays rich text. diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml index 2cec4ee6d..b619e0085 100644 --- a/doc/classes/RigidBody.xml +++ b/doc/classes/RigidBody.xml @@ -1,5 +1,5 @@ - + Physics Body whose position is determined through physics simulation in 3D space. diff --git a/doc/classes/RigidBody2D.xml b/doc/classes/RigidBody2D.xml index d368a595a..d694dfb75 100644 --- a/doc/classes/RigidBody2D.xml +++ b/doc/classes/RigidBody2D.xml @@ -1,5 +1,5 @@ - + A body that is controlled by the 2D physics engine. diff --git a/doc/classes/Room.xml b/doc/classes/Room.xml index ce1d6a00d..d5eae077d 100644 --- a/doc/classes/Room.xml +++ b/doc/classes/Room.xml @@ -1,5 +1,5 @@ - + Room node, used to group objects together locally for [Portal] culling. diff --git a/doc/classes/RoomGroup.xml b/doc/classes/RoomGroup.xml index 2dfe85516..ed7934c1f 100644 --- a/doc/classes/RoomGroup.xml +++ b/doc/classes/RoomGroup.xml @@ -1,5 +1,5 @@ - + Groups [Room]s together to allow common functionality. diff --git a/doc/classes/RoomManager.xml b/doc/classes/RoomManager.xml index a3dfd7e5a..0eb1ef370 100644 --- a/doc/classes/RoomManager.xml +++ b/doc/classes/RoomManager.xml @@ -1,5 +1,5 @@ - + The RoomManager node is used to control the portal culling system. diff --git a/doc/classes/RootMotionView.xml b/doc/classes/RootMotionView.xml index 78477cbf2..240339562 100644 --- a/doc/classes/RootMotionView.xml +++ b/doc/classes/RootMotionView.xml @@ -1,5 +1,5 @@ - + Editor-only helper for setting up root motion in [AnimationTree]. diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml index 35a344ce4..63e0d92f0 100644 --- a/doc/classes/SceneState.xml +++ b/doc/classes/SceneState.xml @@ -1,5 +1,5 @@ - + A script interface to a scene file's data. diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 656bae852..7ecda6680 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -1,5 +1,5 @@ - + Manages the game loop via a hierarchy of nodes. @@ -122,6 +122,11 @@ Returns [code]true[/code] if there is a [member network_peer] set. + + + + + @@ -171,6 +176,12 @@ Returns [constant OK] on success, [constant ERR_UNCONFIGURED] if no [member current_scene] was defined yet, [constant ERR_CANT_OPEN] if [member current_scene] cannot be loaded into a [PackedScene], or [constant ERR_CANT_CREATE] if the scene cannot be instantiated. + + + + + + diff --git a/doc/classes/SceneTreeTimer.xml b/doc/classes/SceneTreeTimer.xml index fff2ede83..8935c0b59 100644 --- a/doc/classes/SceneTreeTimer.xml +++ b/doc/classes/SceneTreeTimer.xml @@ -1,5 +1,5 @@ - + One-shot timer. diff --git a/doc/classes/SceneTreeTween.xml b/doc/classes/SceneTreeTween.xml index 41b3c84f4..40b8e6afe 100644 --- a/doc/classes/SceneTreeTween.xml +++ b/doc/classes/SceneTreeTween.xml @@ -1,5 +1,5 @@ - + Lightweight object used for general-purpose animation via script, using [Tweener]s. diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 5172f2b5b..5fe46352c 100644 --- a/doc/classes/Script.xml +++ b/doc/classes/Script.xml @@ -1,5 +1,5 @@ - + A class stored as a resource. diff --git a/doc/classes/ScriptCreateDialog.xml b/doc/classes/ScriptCreateDialog.xml index 04701ee54..0f133becd 100644 --- a/doc/classes/ScriptCreateDialog.xml +++ b/doc/classes/ScriptCreateDialog.xml @@ -1,5 +1,5 @@ - + The Editor's popup dialog for creating new [Script] files. diff --git a/doc/classes/ScrollBar.xml b/doc/classes/ScrollBar.xml index d1368b336..ca0b0ce1d 100644 --- a/doc/classes/ScrollBar.xml +++ b/doc/classes/ScrollBar.xml @@ -1,5 +1,5 @@ - + Base class for scroll bars. @@ -14,8 +14,6 @@ Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the [ScrollBar] is focused. - - diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml index 6a6b0b64e..734f10967 100644 --- a/doc/classes/ScrollContainer.xml +++ b/doc/classes/ScrollContainer.xml @@ -1,5 +1,5 @@ - + A helper node for displaying scrollable elements such as lists. diff --git a/doc/classes/SegmentShape2D.xml b/doc/classes/SegmentShape2D.xml index 9dcea3413..4cbb39fab 100644 --- a/doc/classes/SegmentShape2D.xml +++ b/doc/classes/SegmentShape2D.xml @@ -1,5 +1,5 @@ - + Segment shape for 2D collisions. diff --git a/doc/classes/Semaphore.xml b/doc/classes/Semaphore.xml index 4d62c179a..841bae82b 100644 --- a/doc/classes/Semaphore.xml +++ b/doc/classes/Semaphore.xml @@ -1,5 +1,5 @@ - + A synchronization semaphore. diff --git a/doc/classes/Separator.xml b/doc/classes/Separator.xml index 929ad4891..e1e0652d3 100644 --- a/doc/classes/Separator.xml +++ b/doc/classes/Separator.xml @@ -1,5 +1,5 @@ - + Base class for separators. diff --git a/doc/classes/Shader.xml b/doc/classes/Shader.xml index 2dd36e58b..6ff866fb0 100644 --- a/doc/classes/Shader.xml +++ b/doc/classes/Shader.xml @@ -1,5 +1,5 @@ - + A custom shader program. diff --git a/doc/classes/ShaderMaterial.xml b/doc/classes/ShaderMaterial.xml index 49e6f1875..801de67c7 100644 --- a/doc/classes/ShaderMaterial.xml +++ b/doc/classes/ShaderMaterial.xml @@ -1,5 +1,5 @@ - + A material that uses a custom [Shader] program. diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index d157b09d9..3f8a9e7a0 100644 --- a/doc/classes/Shape.xml +++ b/doc/classes/Shape.xml @@ -1,5 +1,5 @@ - + Base class for all 3D shape resources. diff --git a/doc/classes/Shape2D.xml b/doc/classes/Shape2D.xml index 06ba8b21d..1ae807238 100644 --- a/doc/classes/Shape2D.xml +++ b/doc/classes/Shape2D.xml @@ -1,5 +1,5 @@ - + Base class for all 2D shapes. diff --git a/doc/classes/ShapeCast.xml b/doc/classes/ShapeCast.xml index 48e2c1bf0..97ee9a23b 100644 --- a/doc/classes/ShapeCast.xml +++ b/doc/classes/ShapeCast.xml @@ -1,5 +1,5 @@ - + Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node. diff --git a/doc/classes/ShapeCast2D.xml b/doc/classes/ShapeCast2D.xml index 2c8eb6aea..c757050c7 100644 --- a/doc/classes/ShapeCast2D.xml +++ b/doc/classes/ShapeCast2D.xml @@ -1,5 +1,5 @@ - + Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node. diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml index ce330c5fd..32e2e41ec 100644 --- a/doc/classes/ShortCut.xml +++ b/doc/classes/ShortCut.xml @@ -1,5 +1,5 @@ - + A shortcut for binding input. diff --git a/doc/classes/Sky.xml b/doc/classes/Sky.xml index e985f7578..92c8ad10a 100644 --- a/doc/classes/Sky.xml +++ b/doc/classes/Sky.xml @@ -1,5 +1,5 @@ - + The base class for [PanoramaSky] and [ProceduralSky]. diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 584fdd4e4..c105e94cf 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -1,5 +1,5 @@ - + Base class for GUI sliders. @@ -15,10 +15,11 @@ If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. + If [code]true[/code], the value can be changed using the mouse wheel. - + Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. diff --git a/doc/classes/SliderJoint.xml b/doc/classes/SliderJoint.xml index c63e0e7ca..d2824fb8e 100644 --- a/doc/classes/SliderJoint.xml +++ b/doc/classes/SliderJoint.xml @@ -1,5 +1,5 @@ - + Slider between two PhysicsBodies in 3D. diff --git a/doc/classes/SoftBody.xml b/doc/classes/SoftBody.xml index 3fb2fb94a..33a07bf9a 100644 --- a/doc/classes/SoftBody.xml +++ b/doc/classes/SoftBody.xml @@ -1,5 +1,5 @@ - + A soft mesh physics body. diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index c40689bd5..25c460435 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -1,5 +1,5 @@ - + Most basic 3D game object, parent of all 3D-related nodes. diff --git a/doc/classes/SpatialGizmo.xml b/doc/classes/SpatialGizmo.xml index 3182ba268..1986296f1 100644 --- a/doc/classes/SpatialGizmo.xml +++ b/doc/classes/SpatialGizmo.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml index 5b866e983..2994e077e 100644 --- a/doc/classes/SpatialMaterial.xml +++ b/doc/classes/SpatialMaterial.xml @@ -1,5 +1,5 @@ - + Default 3D rendering material. diff --git a/doc/classes/SpatialVelocityTracker.xml b/doc/classes/SpatialVelocityTracker.xml index bc9a3e5c9..d34b067e0 100644 --- a/doc/classes/SpatialVelocityTracker.xml +++ b/doc/classes/SpatialVelocityTracker.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/SphereMesh.xml b/doc/classes/SphereMesh.xml index 48d46ea32..457129e6b 100644 --- a/doc/classes/SphereMesh.xml +++ b/doc/classes/SphereMesh.xml @@ -1,5 +1,5 @@ - + Class representing a spherical [PrimitiveMesh]. diff --git a/doc/classes/SphereShape.xml b/doc/classes/SphereShape.xml index 34822ebc3..f4ae09d9b 100644 --- a/doc/classes/SphereShape.xml +++ b/doc/classes/SphereShape.xml @@ -1,5 +1,5 @@ - + Sphere shape for 3D collisions. diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index b105c25ed..3b0d8a3cd 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -1,5 +1,5 @@ - + Numerical input text field. @@ -45,10 +45,11 @@ If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be read only. - Adds the specified [code]prefix[/code] string before the numerical value of the [SpinBox]. + + Adds the specified [code]suffix[/code] string after the numerical value of the [SpinBox]. diff --git a/doc/classes/SplitContainer.xml b/doc/classes/SplitContainer.xml index 5861d8d71..31904b90c 100644 --- a/doc/classes/SplitContainer.xml +++ b/doc/classes/SplitContainer.xml @@ -1,5 +1,5 @@ - + Container for splitting and adjusting. diff --git a/doc/classes/SpotLight.xml b/doc/classes/SpotLight.xml index 9ef5ddc94..736557a76 100644 --- a/doc/classes/SpotLight.xml +++ b/doc/classes/SpotLight.xml @@ -1,5 +1,5 @@ - + A spotlight, such as a reflector spotlight or a lantern. @@ -14,6 +14,7 @@ + The spotlight's angle in degrees. [b]Note:[/b] [member spot_angle] is not affected by [member Spatial.scale] (the light's scale or its parent's scale). diff --git a/doc/classes/SpringArm.xml b/doc/classes/SpringArm.xml index 654f6fb4f..f6914bf34 100644 --- a/doc/classes/SpringArm.xml +++ b/doc/classes/SpringArm.xml @@ -1,5 +1,5 @@ - + A helper node, mostly used in 3rd person cameras. diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index fb07a0baf..64d255d7a 100644 --- a/doc/classes/Sprite.xml +++ b/doc/classes/Sprite.xml @@ -1,5 +1,5 @@ - + General-purpose sprite node. diff --git a/doc/classes/Sprite3D.xml b/doc/classes/Sprite3D.xml index 80cc246c0..bd5cf0f6a 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -1,5 +1,5 @@ - + 2D sprite node in a 3D world. diff --git a/doc/classes/SpriteBase3D.xml b/doc/classes/SpriteBase3D.xml index 10baabb49..d8ab7c771 100644 --- a/doc/classes/SpriteBase3D.xml +++ b/doc/classes/SpriteBase3D.xml @@ -1,5 +1,5 @@ - + 2D sprite node in 3D environment. @@ -76,7 +76,6 @@ The size of one pixel's width on the sprite to scale it in 3D. - Sets the render priority for the sprite. Higher priority objects will be sorted in front of lower priority objects. [b]Node:[/b] This only applies if [member alpha_cut] is set to [constant ALPHA_CUT_DISABLED] (default value). diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml index fc7f0e9d3..87ceee7d7 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -1,5 +1,5 @@ - + Sprite frame library for AnimatedSprite and AnimatedSprite3D. diff --git a/doc/classes/StaticBody.xml b/doc/classes/StaticBody.xml index 4b4923bae..e8596c6b7 100644 --- a/doc/classes/StaticBody.xml +++ b/doc/classes/StaticBody.xml @@ -1,5 +1,5 @@ - + Physics body for 3D physics which is static or moves only by script. Useful for floor and walls. diff --git a/doc/classes/StaticBody2D.xml b/doc/classes/StaticBody2D.xml index 542690049..7dd04644b 100644 --- a/doc/classes/StaticBody2D.xml +++ b/doc/classes/StaticBody2D.xml @@ -1,5 +1,5 @@ - + Physics body for 2D physics which is static or moves only by script. Useful for floor and walls. diff --git a/doc/classes/StreamPeer.xml b/doc/classes/StreamPeer.xml index 8890afc49..67c62e062 100644 --- a/doc/classes/StreamPeer.xml +++ b/doc/classes/StreamPeer.xml @@ -1,5 +1,5 @@ - + Abstraction and base class for stream-based protocols. diff --git a/doc/classes/StreamPeerBuffer.xml b/doc/classes/StreamPeerBuffer.xml index 2ec5ea787..7d3af912b 100644 --- a/doc/classes/StreamPeerBuffer.xml +++ b/doc/classes/StreamPeerBuffer.xml @@ -1,5 +1,5 @@ - + Data buffer stream peer. diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 839f8611b..7338b5d25 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -1,5 +1,5 @@ - + SSL stream peer. diff --git a/doc/classes/StreamPeerTCP.xml b/doc/classes/StreamPeerTCP.xml index d0913ad64..4cecd8795 100644 --- a/doc/classes/StreamPeerTCP.xml +++ b/doc/classes/StreamPeerTCP.xml @@ -1,5 +1,5 @@ - + TCP stream peer. diff --git a/doc/classes/StreamTexture.xml b/doc/classes/StreamTexture.xml index efa45fdf1..8fea9c3a4 100644 --- a/doc/classes/StreamTexture.xml +++ b/doc/classes/StreamTexture.xml @@ -1,5 +1,5 @@ - + A [code].stex[/code] texture. @@ -21,6 +21,7 @@ The StreamTexture's file path to a [code].stex[/code] file. + diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 048fc481c..a940ec01a 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -1,5 +1,5 @@ - + Built-in string class. @@ -1218,6 +1218,16 @@ + + + + + + + + + + diff --git a/doc/classes/StringName.xml b/doc/classes/StringName.xml index 62daac4a9..423899d0a 100644 --- a/doc/classes/StringName.xml +++ b/doc/classes/StringName.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml index 30bb84221..787ae3973 100644 --- a/doc/classes/StyleBox.xml +++ b/doc/classes/StyleBox.xml @@ -1,5 +1,5 @@ - + Base class for drawing stylized boxes for the UI. diff --git a/doc/classes/StyleBoxEmpty.xml b/doc/classes/StyleBoxEmpty.xml index a0cfccacf..25e67617d 100644 --- a/doc/classes/StyleBoxEmpty.xml +++ b/doc/classes/StyleBoxEmpty.xml @@ -1,5 +1,5 @@ - + Empty stylebox (does not display anything). diff --git a/doc/classes/StyleBoxFlat.xml b/doc/classes/StyleBoxFlat.xml index 1e858c54a..89be3ac70 100644 --- a/doc/classes/StyleBoxFlat.xml +++ b/doc/classes/StyleBoxFlat.xml @@ -1,5 +1,5 @@ - + Customizable [StyleBox] with a given set of parameters (no texture required). diff --git a/doc/classes/StyleBoxLine.xml b/doc/classes/StyleBoxLine.xml index b21f27490..ac76e7ed3 100644 --- a/doc/classes/StyleBoxLine.xml +++ b/doc/classes/StyleBoxLine.xml @@ -1,5 +1,5 @@ - + [StyleBox] that displays a single line. diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index c86c13002..5a2048a8f 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -1,5 +1,5 @@ - + Texture-based nine-patch [StyleBox]. diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index 188aca71e..f5db2d71c 100644 --- a/doc/classes/SurfaceTool.xml +++ b/doc/classes/SurfaceTool.xml @@ -1,5 +1,5 @@ - + Helper tool to create geometry. diff --git a/doc/classes/TCP_Server.xml b/doc/classes/TCP_Server.xml index 386ab4187..a4fd4a19a 100644 --- a/doc/classes/TCP_Server.xml +++ b/doc/classes/TCP_Server.xml @@ -1,5 +1,5 @@ - + A TCP server. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 1a04e58f7..f5eb1b7ef 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -1,5 +1,5 @@ - + Tabbed container. diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 9f2ff4ef0..323488701 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -1,5 +1,5 @@ - + Tabs control. diff --git a/doc/classes/TextFile.xml b/doc/classes/TextFile.xml index 24bda9e3f..b6dd42c80 100644 --- a/doc/classes/TextFile.xml +++ b/doc/classes/TextFile.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/TextMesh.xml b/doc/classes/TextMesh.xml index a7f0b6a31..2a8011c6a 100644 --- a/doc/classes/TextMesh.xml +++ b/doc/classes/TextMesh.xml @@ -1,5 +1,5 @@ - + Generate an [PrimitiveMesh] from the text. diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 9a7ca9aa6..1d04ccc3f 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -1,5 +1,5 @@ - + Texture for 2D and 3D. @@ -83,6 +83,7 @@ The texture's [enum Flags]. [enum Flags] are used to set various properties of the [Texture]. + diff --git a/doc/classes/Texture3D.xml b/doc/classes/Texture3D.xml index fc893896a..697bc9155 100644 --- a/doc/classes/Texture3D.xml +++ b/doc/classes/Texture3D.xml @@ -1,5 +1,5 @@ - + Texture with 3 dimensions. @@ -22,10 +22,6 @@ - - - - diff --git a/doc/classes/TextureArray.xml b/doc/classes/TextureArray.xml index c0733239a..bde0497fe 100644 --- a/doc/classes/TextureArray.xml +++ b/doc/classes/TextureArray.xml @@ -1,5 +1,5 @@ - + Array of textures stored in a single primitive. @@ -45,6 +45,10 @@ + + + + diff --git a/doc/classes/TextureButton.xml b/doc/classes/TextureButton.xml index cb6281858..c69cc076a 100644 --- a/doc/classes/TextureButton.xml +++ b/doc/classes/TextureButton.xml @@ -1,5 +1,5 @@ - + Texture-based button. Supports Pressed, Hover, Disabled and Focused states. diff --git a/doc/classes/TextureLayered.xml b/doc/classes/TextureLayered.xml index ac18a858a..8ee034af9 100644 --- a/doc/classes/TextureLayered.xml +++ b/doc/classes/TextureLayered.xml @@ -1,5 +1,5 @@ - + Base class for 3D texture types. @@ -61,10 +61,10 @@ - + Returns a dictionary with all the data used by this texture. - + Specifies which [enum Flags] apply to this texture. diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index 8a2adcfd5..b078d239b 100644 --- a/doc/classes/TextureProgress.xml +++ b/doc/classes/TextureProgress.xml @@ -1,5 +1,5 @@ - + Texture-based progress bar. Useful for loading screens and life or stamina bars. @@ -27,7 +27,6 @@ The fill direction. See [enum FillMode] for possible values. - If [code]true[/code], Godot treats the bar's textures like in [NinePatchRect]. Use the [code]stretch_margin_*[/code] properties like [member stretch_margin_bottom] to set up the nine patch's 3×3 grid. When using a radial [member fill_mode], this setting will enable stretching. @@ -42,6 +41,8 @@ Starting angle for the fill of [member texture_progress] if [member fill_mode] is [constant FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its [code]min_value[/code], the texture doesn't show up at all. When the [code]value[/code] increases, the texture fills and tends towards [member radial_fill_degrees]. + + The height of the 9-patch's bottom row. A margin of 16 means the 9-slice's bottom corners and side will have a height of 16 pixels. You can set all 4 margin values individually to create panels with non-uniform borders. diff --git a/doc/classes/TextureRect.xml b/doc/classes/TextureRect.xml index e8df6532e..2c23d9cc0 100644 --- a/doc/classes/TextureRect.xml +++ b/doc/classes/TextureRect.xml @@ -1,5 +1,5 @@ - + Control for drawing textures. diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index 8a46ccf28..ea861932f 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -1,5 +1,5 @@ - + Theme for controls. diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index fce18f9c4..98449867c 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -1,5 +1,5 @@ - + A unit of execution in a process. diff --git a/doc/classes/ThreadPool.xml b/doc/classes/ThreadPool.xml index 8ce6c19bc..5078a37a7 100644 --- a/doc/classes/ThreadPool.xml +++ b/doc/classes/ThreadPool.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ThreadPoolExecuteJob.xml b/doc/classes/ThreadPoolExecuteJob.xml index 8958573fd..c6faed75e 100644 --- a/doc/classes/ThreadPoolExecuteJob.xml +++ b/doc/classes/ThreadPoolExecuteJob.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/ThreadPoolJob.xml b/doc/classes/ThreadPoolJob.xml index deeb3abf1..66a4dd460 100644 --- a/doc/classes/ThreadPoolJob.xml +++ b/doc/classes/ThreadPoolJob.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Time.xml b/doc/classes/Time.xml index 5bf9dd65d..d981ef897 100644 --- a/doc/classes/Time.xml +++ b/doc/classes/Time.xml @@ -1,5 +1,5 @@ - + Time singleton for working with time. diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 3c35acf6c..498bde443 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -1,5 +1,5 @@ - + A countdown timer. diff --git a/doc/classes/ToolButton.xml b/doc/classes/ToolButton.xml index 22a6688d3..e9c36bd96 100644 --- a/doc/classes/ToolButton.xml +++ b/doc/classes/ToolButton.xml @@ -1,5 +1,5 @@ - + Flat button helper class. diff --git a/doc/classes/TouchScreenButton.xml b/doc/classes/TouchScreenButton.xml index baaf62370..3937a9edb 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -1,5 +1,5 @@ - + Button for touch screen devices for gameplay use. diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 406a49830..3c3f16760 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -1,5 +1,5 @@ - + 3D transformation (3×4 matrix). diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index a9afed9cf..595a8a6bc 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -1,5 +1,5 @@ - + 2D transformation (2×3 matrix). diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml index 0090ebecb..a30cc8d8c 100644 --- a/doc/classes/Translation.xml +++ b/doc/classes/Translation.xml @@ -1,5 +1,5 @@ - + Language Translation. diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml index b2d532ac6..2fdafbb63 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -1,5 +1,5 @@ - + Server that manages all translations. diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 8faae7174..93cd599f8 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -1,5 +1,5 @@ - + Control to show a tree of items. diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 759373aa2..52234745b 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -1,5 +1,5 @@ - + Control for a single item inside a [Tree]. diff --git a/doc/classes/TriangleMesh.xml b/doc/classes/TriangleMesh.xml index 98bc0347f..b02e9524d 100644 --- a/doc/classes/TriangleMesh.xml +++ b/doc/classes/TriangleMesh.xml @@ -1,5 +1,5 @@ - + Internal mesh type. diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index 52b857662..1fd73bd1a 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -1,5 +1,5 @@ - + Smoothly animates a node's properties over time. diff --git a/doc/classes/Tweener.xml b/doc/classes/Tweener.xml index 3a0b1ba6f..7591fe9f6 100644 --- a/doc/classes/Tweener.xml +++ b/doc/classes/Tweener.xml @@ -1,5 +1,5 @@ - + Abstract class for all Tweeners used by [SceneTreeTween]. diff --git a/doc/classes/UDPServer.xml b/doc/classes/UDPServer.xml index 2fc19cb09..a459c793e 100644 --- a/doc/classes/UDPServer.xml +++ b/doc/classes/UDPServer.xml @@ -1,5 +1,5 @@ - + Helper class to implement a UDP server. diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index 3f3397c44..ce0334083 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -1,5 +1,5 @@ - + Helper to manage undo/redo operations in the editor or custom tools. diff --git a/doc/classes/VBoxContainer.xml b/doc/classes/VBoxContainer.xml index d2c770922..b74b62525 100644 --- a/doc/classes/VBoxContainer.xml +++ b/doc/classes/VBoxContainer.xml @@ -1,5 +1,5 @@ - + Vertical box container. diff --git a/doc/classes/VFlowContainer.xml b/doc/classes/VFlowContainer.xml index 343d1d750..b1d42063e 100644 --- a/doc/classes/VFlowContainer.xml +++ b/doc/classes/VFlowContainer.xml @@ -1,5 +1,5 @@ - + Vertical flow container. diff --git a/doc/classes/VScrollBar.xml b/doc/classes/VScrollBar.xml index e8de999ce..767334f0f 100644 --- a/doc/classes/VScrollBar.xml +++ b/doc/classes/VScrollBar.xml @@ -1,5 +1,5 @@ - + Vertical scroll bar. @@ -10,6 +10,10 @@ + + + + diff --git a/doc/classes/VSeparator.xml b/doc/classes/VSeparator.xml index e129c4a98..b15746bd8 100644 --- a/doc/classes/VSeparator.xml +++ b/doc/classes/VSeparator.xml @@ -1,5 +1,5 @@ - + Vertical version of [Separator]. diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index 14747ac7f..d6a2f5b14 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -1,5 +1,5 @@ - + Vertical slider. @@ -11,6 +11,10 @@ + + + + diff --git a/doc/classes/VSplitContainer.xml b/doc/classes/VSplitContainer.xml index c55c6500b..1a52f4968 100644 --- a/doc/classes/VSplitContainer.xml +++ b/doc/classes/VSplitContainer.xml @@ -1,5 +1,5 @@ - + Vertical split container. diff --git a/doc/classes/Variant.xml b/doc/classes/Variant.xml index 104e891e3..ef1bad18e 100644 --- a/doc/classes/Variant.xml +++ b/doc/classes/Variant.xml @@ -1,5 +1,5 @@ - + The most important data type in Godot. diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index df62baa23..c2c452086 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -1,5 +1,5 @@ - + Vector used for 2D math. @@ -89,14 +89,6 @@ Returns a new vector with all components rounded up (towards positive infinity). - - - - - Deprecated, please use [method limit_length] instead. - Returns the vector with a maximum length by limiting its length to [code]length[/code]. - - diff --git a/doc/classes/Vector2i.xml b/doc/classes/Vector2i.xml index 2289182fb..65bdcf456 100644 --- a/doc/classes/Vector2i.xml +++ b/doc/classes/Vector2i.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index b04e49095..4e21b6759 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -1,5 +1,5 @@ - + Vector used for 3D math. diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index 92dfb8929..854fcda5f 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -1,5 +1,5 @@ - + @@ -66,6 +66,11 @@ + + + + + @@ -77,6 +82,11 @@ + + + + + diff --git a/doc/classes/Vector4.xml b/doc/classes/Vector4.xml index b24243bfa..4b6659418 100644 --- a/doc/classes/Vector4.xml +++ b/doc/classes/Vector4.xml @@ -1,5 +1,5 @@ - + @@ -109,7 +109,13 @@ - + + + + + + + @@ -179,6 +185,10 @@ + + + + diff --git a/doc/classes/Vector4i.xml b/doc/classes/Vector4i.xml index 4680257d7..8224f82b9 100644 --- a/doc/classes/Vector4i.xml +++ b/doc/classes/Vector4i.xml @@ -1,5 +1,5 @@ - + @@ -50,6 +50,13 @@ + + + + + + + @@ -60,6 +67,11 @@ + + + + + @@ -71,6 +83,11 @@ + + + + + diff --git a/doc/classes/VehicleBody.xml b/doc/classes/VehicleBody.xml index 81d0b41de..5f9492128 100644 --- a/doc/classes/VehicleBody.xml +++ b/doc/classes/VehicleBody.xml @@ -1,5 +1,5 @@ - + Physics body that simulates the behavior of a car. diff --git a/doc/classes/VehicleWheel.xml b/doc/classes/VehicleWheel.xml index 9e0051688..66e2233aa 100644 --- a/doc/classes/VehicleWheel.xml +++ b/doc/classes/VehicleWheel.xml @@ -1,5 +1,5 @@ - + Physics object that simulates the behavior of a wheel. diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 2b0b51dfd..1747cf928 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -1,5 +1,5 @@ - + Control for playing video streams. diff --git a/doc/classes/VideoStream.xml b/doc/classes/VideoStream.xml index 9f62ff1ea..7e6fcd3e3 100644 --- a/doc/classes/VideoStream.xml +++ b/doc/classes/VideoStream.xml @@ -1,5 +1,5 @@ - + Base resource for video streams. diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index 59ea1ff63..8aebd5dc3 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -1,5 +1,5 @@ - + Creates a sub-view into the screen. @@ -23,6 +23,12 @@ https://godotengine.org/asset-library/asset/586 + + + + + + @@ -97,6 +103,11 @@ Alternative to [constant Node.NOTIFICATION_DRAG_BEGIN] and [constant Node.NOTIFICATION_DRAG_END] when you prefer polling the value. + + + + + diff --git a/doc/classes/ViewportContainer.xml b/doc/classes/ViewportContainer.xml index 5c3d02ba1..3a65d48e5 100644 --- a/doc/classes/ViewportContainer.xml +++ b/doc/classes/ViewportContainer.xml @@ -1,5 +1,5 @@ - + Control for holding [Viewport]s. diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml index acf1532e3..4ebbd66cc 100644 --- a/doc/classes/ViewportTexture.xml +++ b/doc/classes/ViewportTexture.xml @@ -1,5 +1,5 @@ - + Texture which displays the content of a [Viewport]. @@ -16,7 +16,6 @@ - The path to the [Viewport] node to display. This is relative to the scene root, not to the node which uses the texture. diff --git a/doc/classes/VisibilityEnabler.xml b/doc/classes/VisibilityEnabler.xml index b670bd9b8..f1c4f3162 100644 --- a/doc/classes/VisibilityEnabler.xml +++ b/doc/classes/VisibilityEnabler.xml @@ -1,5 +1,5 @@ - + Enables certain nodes only when approximately visible. diff --git a/doc/classes/VisibilityEnabler2D.xml b/doc/classes/VisibilityEnabler2D.xml index 5e1993b6b..b01cd2fa9 100644 --- a/doc/classes/VisibilityEnabler2D.xml +++ b/doc/classes/VisibilityEnabler2D.xml @@ -1,5 +1,5 @@ - + Enables certain nodes only when approximately visible. diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index 0af0bb192..044d86f3f 100644 --- a/doc/classes/VisibilityNotifier.xml +++ b/doc/classes/VisibilityNotifier.xml @@ -1,5 +1,5 @@ - + Detects approximately when the node is visible on screen. diff --git a/doc/classes/VisibilityNotifier2D.xml b/doc/classes/VisibilityNotifier2D.xml index 4fd6482de..10338cd85 100644 --- a/doc/classes/VisibilityNotifier2D.xml +++ b/doc/classes/VisibilityNotifier2D.xml @@ -1,5 +1,5 @@ - + Detects approximately when the node is visible on screen. diff --git a/doc/classes/VisualInstance.xml b/doc/classes/VisualInstance.xml index d98e5df29..ec0e362ea 100644 --- a/doc/classes/VisualInstance.xml +++ b/doc/classes/VisualInstance.xml @@ -1,5 +1,5 @@ - + Parent of all visual 3D nodes. diff --git a/doc/classes/WeakRef.xml b/doc/classes/WeakRef.xml index 7bd12aeea..6f50b8a14 100644 --- a/doc/classes/WeakRef.xml +++ b/doc/classes/WeakRef.xml @@ -1,5 +1,5 @@ - + Holds an [Object], but does not contribute to the reference count if the object is a reference. diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index 457ce6df3..34cdbf090 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -1,5 +1,5 @@ - + Base class for window dialogs. diff --git a/doc/classes/World.xml b/doc/classes/World.xml index b8f4b3fbe..858c4243d 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/classes/World2D.xml b/doc/classes/World2D.xml index d3afb78d0..009b9db21 100644 --- a/doc/classes/World2D.xml +++ b/doc/classes/World2D.xml @@ -1,5 +1,5 @@ - + Class that has everything pertaining to a 2D world. diff --git a/doc/classes/World3D.xml b/doc/classes/World3D.xml index 16dbfc987..2ad5a96bd 100644 --- a/doc/classes/World3D.xml +++ b/doc/classes/World3D.xml @@ -1,5 +1,5 @@ - + Class that has everything pertaining to a world. diff --git a/doc/classes/WorldEnvironment3D.xml b/doc/classes/WorldEnvironment3D.xml index 0b29c8e61..1af0afce3 100644 --- a/doc/classes/WorldEnvironment3D.xml +++ b/doc/classes/WorldEnvironment3D.xml @@ -1,5 +1,5 @@ - + Default environment properties for the entire scene (post-processing effects, lighting and background settings). diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml index 0c3ac3137..339ed7c7b 100644 --- a/doc/classes/X509Certificate.xml +++ b/doc/classes/X509Certificate.xml @@ -1,5 +1,5 @@ - + An X509 certificate (e.g. for SSL). diff --git a/doc/classes/XMLParser.xml b/doc/classes/XMLParser.xml index f8bbb0b14..bc6ff2753 100644 --- a/doc/classes/XMLParser.xml +++ b/doc/classes/XMLParser.xml @@ -1,5 +1,5 @@ - + Low-level class for creating parsers for [url=https://en.wikipedia.org/wiki/XML]XML[/url] files. diff --git a/doc/classes/YSort.xml b/doc/classes/YSort.xml index 67efa1d1e..12b466939 100644 --- a/doc/classes/YSort.xml +++ b/doc/classes/YSort.xml @@ -1,5 +1,5 @@ - + Sort all child nodes based on their Y positions. diff --git a/doc/classes/bool.xml b/doc/classes/bool.xml index eaedb10a8..5513a767d 100644 --- a/doc/classes/bool.xml +++ b/doc/classes/bool.xml @@ -1,5 +1,5 @@ - + Boolean built-in type. diff --git a/doc/classes/float.xml b/doc/classes/float.xml index a4e7cd68d..0f41adb5a 100644 --- a/doc/classes/float.xml +++ b/doc/classes/float.xml @@ -1,5 +1,5 @@ - + Float built-in type. diff --git a/doc/classes/int.xml b/doc/classes/int.xml index 67a15f2f2..081a59504 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -1,5 +1,5 @@ - + Integer built-in type. diff --git a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml index 7e53f3333..0b1d32f2d 100644 --- a/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml +++ b/editor_modules/editor_code_editor/doc_classes/EditorScriptEditor.xml @@ -1,5 +1,5 @@ - + Godot editor's script editor. diff --git a/editor_modules/gltf/doc_classes/GLTFAccessor.xml b/editor_modules/gltf/doc_classes/GLTFAccessor.xml index 3d636571b..7c01f9cf2 100644 --- a/editor_modules/gltf/doc_classes/GLTFAccessor.xml +++ b/editor_modules/gltf/doc_classes/GLTFAccessor.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFAnimation.xml b/editor_modules/gltf/doc_classes/GLTFAnimation.xml index a6ba74ee3..647a1690b 100644 --- a/editor_modules/gltf/doc_classes/GLTFAnimation.xml +++ b/editor_modules/gltf/doc_classes/GLTFAnimation.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFBufferView.xml b/editor_modules/gltf/doc_classes/GLTFBufferView.xml index 97b578b08..2555eba85 100644 --- a/editor_modules/gltf/doc_classes/GLTFBufferView.xml +++ b/editor_modules/gltf/doc_classes/GLTFBufferView.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFCamera.xml b/editor_modules/gltf/doc_classes/GLTFCamera.xml index e5569d6a5..920ebb9e0 100644 --- a/editor_modules/gltf/doc_classes/GLTFCamera.xml +++ b/editor_modules/gltf/doc_classes/GLTFCamera.xml @@ -1,5 +1,5 @@ - + Represents a GLTF camera. diff --git a/editor_modules/gltf/doc_classes/GLTFCollider.xml b/editor_modules/gltf/doc_classes/GLTFCollider.xml index 7cc47aeeb..0651fee48 100644 --- a/editor_modules/gltf/doc_classes/GLTFCollider.xml +++ b/editor_modules/gltf/doc_classes/GLTFCollider.xml @@ -1,5 +1,5 @@ - + Represents a GLTF collider. diff --git a/editor_modules/gltf/doc_classes/GLTFDocument.xml b/editor_modules/gltf/doc_classes/GLTFDocument.xml index b201ee47d..6a0c68cce 100644 --- a/editor_modules/gltf/doc_classes/GLTFDocument.xml +++ b/editor_modules/gltf/doc_classes/GLTFDocument.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml b/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml index 4c193c913..b3658fff4 100644 --- a/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/editor_modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -1,5 +1,5 @@ - + [GLTFDocument] extension class. diff --git a/editor_modules/gltf/doc_classes/GLTFLight.xml b/editor_modules/gltf/doc_classes/GLTFLight.xml index 9b8baeb83..f23379848 100644 --- a/editor_modules/gltf/doc_classes/GLTFLight.xml +++ b/editor_modules/gltf/doc_classes/GLTFLight.xml @@ -1,5 +1,5 @@ - + Represents a GLTF light. diff --git a/editor_modules/gltf/doc_classes/GLTFNode.xml b/editor_modules/gltf/doc_classes/GLTFNode.xml index c23b90038..d1bf11756 100644 --- a/editor_modules/gltf/doc_classes/GLTFNode.xml +++ b/editor_modules/gltf/doc_classes/GLTFNode.xml @@ -1,5 +1,5 @@ - + GLTF node class. @@ -51,7 +51,7 @@ The index of the parent node in the [GLTFState]. If -1, this node is a root node. - + The rotation of the GLTF node relative to its parent. diff --git a/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml b/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml index 1f4bbe375..c5d4b6a95 100644 --- a/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml +++ b/editor_modules/gltf/doc_classes/GLTFPhysicsBody.xml @@ -1,5 +1,5 @@ - + Represents a GLTF physics body. diff --git a/editor_modules/gltf/doc_classes/GLTFSkeleton.xml b/editor_modules/gltf/doc_classes/GLTFSkeleton.xml index 11628f568..fc392ebd0 100644 --- a/editor_modules/gltf/doc_classes/GLTFSkeleton.xml +++ b/editor_modules/gltf/doc_classes/GLTFSkeleton.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFSkin.xml b/editor_modules/gltf/doc_classes/GLTFSkin.xml index 669458ee1..677432235 100644 --- a/editor_modules/gltf/doc_classes/GLTFSkin.xml +++ b/editor_modules/gltf/doc_classes/GLTFSkin.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml b/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml index 3ce5a3aca..d6a4d8e70 100644 --- a/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml +++ b/editor_modules/gltf/doc_classes/GLTFSpecGloss.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFState.xml b/editor_modules/gltf/doc_classes/GLTFState.xml index d55b122c1..3c87224f0 100644 --- a/editor_modules/gltf/doc_classes/GLTFState.xml +++ b/editor_modules/gltf/doc_classes/GLTFState.xml @@ -1,5 +1,5 @@ - + Represents all data of a GLTF file. diff --git a/editor_modules/gltf/doc_classes/GLTFTexture.xml b/editor_modules/gltf/doc_classes/GLTFTexture.xml index f6ddef578..dc30b17e3 100644 --- a/editor_modules/gltf/doc_classes/GLTFTexture.xml +++ b/editor_modules/gltf/doc_classes/GLTFTexture.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml b/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml index bb8dabab2..0363b9d93 100644 --- a/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml +++ b/editor_modules/gltf/doc_classes/GLTFTextureSampler.xml @@ -1,5 +1,5 @@ - + Represents a GLTF texture sampler diff --git a/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml b/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml index 3394fd12e..ce7ee8b81 100644 --- a/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml +++ b/editor_modules/gltf/doc_classes/PackedSceneGLTF.xml @@ -1,5 +1,5 @@ - + diff --git a/editor_modules/text_editor/doc_classes/TextEditorFile.xml b/editor_modules/text_editor/doc_classes/TextEditorFile.xml index 963cbea99..3a106cb86 100644 --- a/editor_modules/text_editor/doc_classes/TextEditorFile.xml +++ b/editor_modules/text_editor/doc_classes/TextEditorFile.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml b/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml index e2184bdee..102c41b1f 100644 --- a/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml +++ b/modules/broken_seals_module/doc_classes/BiomeTerrainGenerator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/cscript/doc_classes/@CScript.xml b/modules/cscript/doc_classes/@CScript.xml index 2da32718d..158dc716b 100644 --- a/modules/cscript/doc_classes/@CScript.xml +++ b/modules/cscript/doc_classes/@CScript.xml @@ -1,5 +1,5 @@ - + Built-in CScript functions. diff --git a/modules/cscript/doc_classes/CScript.xml b/modules/cscript/doc_classes/CScript.xml index 6fe3db9fb..1ba07ba8f 100644 --- a/modules/cscript/doc_classes/CScript.xml +++ b/modules/cscript/doc_classes/CScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the CScript programming language. diff --git a/modules/database/doc_classes/Database.xml b/modules/database/doc_classes/Database.xml index 176bc6f95..1a056630d 100644 --- a/modules/database/doc_classes/Database.xml +++ b/modules/database/doc_classes/Database.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseConnection.xml b/modules/database/doc_classes/DatabaseConnection.xml index d95154864..396d79965 100644 --- a/modules/database/doc_classes/DatabaseConnection.xml +++ b/modules/database/doc_classes/DatabaseConnection.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseManager.xml b/modules/database/doc_classes/DatabaseManager.xml index ecf213c37..c3bce5319 100644 --- a/modules/database/doc_classes/DatabaseManager.xml +++ b/modules/database/doc_classes/DatabaseManager.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseMultiThreaded.xml b/modules/database/doc_classes/DatabaseMultiThreaded.xml index c84d25863..9add36d2c 100644 --- a/modules/database/doc_classes/DatabaseMultiThreaded.xml +++ b/modules/database/doc_classes/DatabaseMultiThreaded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/DatabaseSingleThreaded.xml b/modules/database/doc_classes/DatabaseSingleThreaded.xml index d4bda8d42..58779a7ec 100644 --- a/modules/database/doc_classes/DatabaseSingleThreaded.xml +++ b/modules/database/doc_classes/DatabaseSingleThreaded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/QueryBuilder.xml b/modules/database/doc_classes/QueryBuilder.xml index 28a08e236..00fad3ba1 100644 --- a/modules/database/doc_classes/QueryBuilder.xml +++ b/modules/database/doc_classes/QueryBuilder.xml @@ -1,5 +1,5 @@ - + A class that helps you with building and running database backend specific sql safely. diff --git a/modules/database/doc_classes/QueryResult.xml b/modules/database/doc_classes/QueryResult.xml index a7154ffba..cf01997e4 100644 --- a/modules/database/doc_classes/QueryResult.xml +++ b/modules/database/doc_classes/QueryResult.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/database/doc_classes/TableBuilder.xml b/modules/database/doc_classes/TableBuilder.xml index 80ae3e41c..c69de63f0 100644 --- a/modules/database/doc_classes/TableBuilder.xml +++ b/modules/database/doc_classes/TableBuilder.xml @@ -1,5 +1,5 @@ - + A class that helps you with building and running database backend specific sql for creating / altering / deleting tables. diff --git a/modules/database_sqlite/doc_classes/SQLite3Database.xml b/modules/database_sqlite/doc_classes/SQLite3Database.xml index bba17c177..aaab88453 100644 --- a/modules/database_sqlite/doc_classes/SQLite3Database.xml +++ b/modules/database_sqlite/doc_classes/SQLite3Database.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml index c52a8a4c1..84a64af82 100644 --- a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml +++ b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml @@ -1,5 +1,5 @@ - + PacketPeer implementation using the [url=http://enet.bespin.org/index.html]ENet[/url] library. diff --git a/modules/entity_spell_system/doc_classes/AIFormation.xml b/modules/entity_spell_system/doc_classes/AIFormation.xml index ee82985df..136fe2834 100644 --- a/modules/entity_spell_system/doc_classes/AIFormation.xml +++ b/modules/entity_spell_system/doc_classes/AIFormation.xml @@ -1,5 +1,5 @@ - + Class for scriptable AI formations. Not yet used. Needs pet support. diff --git a/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml b/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml index f9848c992..045e5167a 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarButtonEntry.xml @@ -1,5 +1,5 @@ - + Stores the data for an actionbar button. ProfileManager uses it. diff --git a/modules/entity_spell_system/doc_classes/ActionBarEntry.xml b/modules/entity_spell_system/doc_classes/ActionBarEntry.xml index e48680fa7..ba303e13a 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarEntry.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarEntry.xml @@ -1,5 +1,5 @@ - + Stores the data for an actionbar. Also see [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/ActionBarProfile.xml b/modules/entity_spell_system/doc_classes/ActionBarProfile.xml index 5d410bb22..c5b32e891 100644 --- a/modules/entity_spell_system/doc_classes/ActionBarProfile.xml +++ b/modules/entity_spell_system/doc_classes/ActionBarProfile.xml @@ -1,5 +1,5 @@ - + Stores all actionbar-related data for a class. Also see [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml b/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml index c28862842..e2e233a50 100644 --- a/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml +++ b/modules/entity_spell_system/doc_classes/AuraApplyInfo.xml @@ -1,5 +1,5 @@ - + Helper class, which is used to apply an [Aura] to an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/AuraData.xml b/modules/entity_spell_system/doc_classes/AuraData.xml index b732fd170..27a6d9dc6 100644 --- a/modules/entity_spell_system/doc_classes/AuraData.xml +++ b/modules/entity_spell_system/doc_classes/AuraData.xml @@ -1,5 +1,5 @@ - + Stores an [Aura]'s runtime data on an [Entity]. @@ -76,7 +76,7 @@ - + diff --git a/modules/entity_spell_system/doc_classes/AuraGroup.xml b/modules/entity_spell_system/doc_classes/AuraGroup.xml index b73b33818..dade3e09f 100644 --- a/modules/entity_spell_system/doc_classes/AuraGroup.xml +++ b/modules/entity_spell_system/doc_classes/AuraGroup.xml @@ -1,5 +1,5 @@ - + Used to make some [Aura]s override each other. diff --git a/modules/entity_spell_system/doc_classes/Bag.xml b/modules/entity_spell_system/doc_classes/Bag.xml index 8a6891340..dac6a3c92 100644 --- a/modules/entity_spell_system/doc_classes/Bag.xml +++ b/modules/entity_spell_system/doc_classes/Bag.xml @@ -1,5 +1,5 @@ - + Stores [Entity] inventory. diff --git a/modules/entity_spell_system/doc_classes/CharacterAtlas.xml b/modules/entity_spell_system/doc_classes/CharacterAtlas.xml index 84b2b199a..c2ae5db83 100644 --- a/modules/entity_spell_system/doc_classes/CharacterAtlas.xml +++ b/modules/entity_spell_system/doc_classes/CharacterAtlas.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml b/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml index 9505e9c5f..c859de500 100644 --- a/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml +++ b/modules/entity_spell_system/doc_classes/CharacterAtlasEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterBones.xml b/modules/entity_spell_system/doc_classes/CharacterBones.xml index 433ef64e7..ac10a4186 100644 --- a/modules/entity_spell_system/doc_classes/CharacterBones.xml +++ b/modules/entity_spell_system/doc_classes/CharacterBones.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml b/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml index ef44b5a5a..0c8e349cc 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSkeleton2D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml b/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml index 17be56913..fb2af33a9 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSkeleton3D.xml @@ -1,5 +1,5 @@ - + 3d implementation for [CharacterSkeleton]. diff --git a/modules/entity_spell_system/doc_classes/CharacterSpec.xml b/modules/entity_spell_system/doc_classes/CharacterSpec.xml index 16a2c707a..d8817117b 100644 --- a/modules/entity_spell_system/doc_classes/CharacterSpec.xml +++ b/modules/entity_spell_system/doc_classes/CharacterSpec.xml @@ -1,5 +1,5 @@ - + Contains data for a character's specialization. diff --git a/modules/entity_spell_system/doc_classes/ClassProfile.xml b/modules/entity_spell_system/doc_classes/ClassProfile.xml index c3ced2054..3aff10439 100644 --- a/modules/entity_spell_system/doc_classes/ClassProfile.xml +++ b/modules/entity_spell_system/doc_classes/ClassProfile.xml @@ -1,5 +1,5 @@ - + Contains all profile information for an [Entity]'s class. Related to [ProfileManager]. diff --git a/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml b/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml index c1c529c9c..609909c7b 100644 --- a/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/ComplexLevelStatData.xml @@ -1,5 +1,5 @@ - + Per level stat information for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/CraftRecipe.xml b/modules/entity_spell_system/doc_classes/CraftRecipe.xml index 4bc5c563b..e705a2832 100644 --- a/modules/entity_spell_system/doc_classes/CraftRecipe.xml +++ b/modules/entity_spell_system/doc_classes/CraftRecipe.xml @@ -1,5 +1,5 @@ - + Recipe data for the crafting system. diff --git a/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml b/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml index 81a63cf6a..ea2eaaf60 100644 --- a/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml +++ b/modules/entity_spell_system/doc_classes/CraftRecipeHelper.xml @@ -1,5 +1,5 @@ - + Contains one item entry for [CraftRecipes]s diff --git a/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml b/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml index 007a26248..3861d4ece 100644 --- a/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml +++ b/modules/entity_spell_system/doc_classes/ESDragAndDrop.xml @@ -1,5 +1,5 @@ - + Drag and drop helper class for the actionbars, and inventory. diff --git a/modules/entity_spell_system/doc_classes/ESS.xml b/modules/entity_spell_system/doc_classes/ESS.xml index ba2c0e5f8..66913d968 100644 --- a/modules/entity_spell_system/doc_classes/ESS.xml +++ b/modules/entity_spell_system/doc_classes/ESS.xml @@ -1,5 +1,5 @@ - + The ESS singleton. diff --git a/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml b/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml index e7dca0745..03ba1678e 100644 --- a/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml +++ b/modules/entity_spell_system/doc_classes/ESSEntitySpawner.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml b/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml index 2114b6162..9f29bed92 100644 --- a/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml +++ b/modules/entity_spell_system/doc_classes/ESSMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml b/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml index 9d04772c5..1052098bc 100644 --- a/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml +++ b/modules/entity_spell_system/doc_classes/ESSMaterialCachePCM.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDB.xml b/modules/entity_spell_system/doc_classes/ESSResourceDB.xml index d8ff939de..3b7232251 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDB.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDB.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml index 682a08511..f4ae0ea6d 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBFolders.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml index 1309e905a..27c2a5412 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml b/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml index 5e60769b0..79a269999 100644 --- a/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml +++ b/modules/entity_spell_system/doc_classes/ESSResourceDBStatic.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/Entity.xml b/modules/entity_spell_system/doc_classes/Entity.xml index 18fce2a02..613baaa7a 100644 --- a/modules/entity_spell_system/doc_classes/Entity.xml +++ b/modules/entity_spell_system/doc_classes/Entity.xml @@ -1,5 +1,5 @@ - + Represents an [Entity] inside the world. Entities can be players, mobs, chests, or any kind of interactable things. @@ -17,6 +17,13 @@ + + + + + + + @@ -227,6 +234,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -315,6 +350,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -564,6 +627,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1369,21 +1465,6 @@ - - - - - - - - - - - - - - - @@ -1443,13 +1524,6 @@ - - - - - - - @@ -1599,13 +1673,6 @@ - - - - - - - @@ -1613,13 +1680,6 @@ - - - - - - - @@ -1627,13 +1687,6 @@ - - - - - - - @@ -1641,13 +1694,6 @@ - - - - - - - @@ -1781,13 +1827,6 @@ - - - - - - - @@ -1795,13 +1834,6 @@ - - - - - - - @@ -1809,13 +1841,6 @@ - - - - - - - @@ -1823,13 +1848,6 @@ - - - - - - - @@ -1941,11 +1959,6 @@ - - - - - @@ -2166,12 +2179,6 @@ - - - - - - @@ -2734,7 +2741,7 @@ - + @@ -2788,7 +2795,7 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityAI.xml b/modules/entity_spell_system/doc_classes/EntityAI.xml index 26c41aaa9..ec0e86c59 100644 --- a/modules/entity_spell_system/doc_classes/EntityAI.xml +++ b/modules/entity_spell_system/doc_classes/EntityAI.xml @@ -1,5 +1,5 @@ - + You can implement AI for [Entities] with this. @@ -372,9 +372,9 @@ - + - + diff --git a/modules/entity_spell_system/doc_classes/EntityClassData.xml b/modules/entity_spell_system/doc_classes/EntityClassData.xml index 78321c4a5..c7052d05f 100644 --- a/modules/entity_spell_system/doc_classes/EntityClassData.xml +++ b/modules/entity_spell_system/doc_classes/EntityClassData.xml @@ -1,5 +1,5 @@ - + Contains all of information for an [Entity]'s class. (Ingame class) diff --git a/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml b/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml index cc17fb537..01126078a 100644 --- a/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml +++ b/modules/entity_spell_system/doc_classes/EntityCreateInfo.xml @@ -1,5 +1,5 @@ - + Helper class used for [Entity] creation, and setup. diff --git a/modules/entity_spell_system/doc_classes/EntityData.xml b/modules/entity_spell_system/doc_classes/EntityData.xml index 02e2e4717..9516a7cf1 100644 --- a/modules/entity_spell_system/doc_classes/EntityData.xml +++ b/modules/entity_spell_system/doc_classes/EntityData.xml @@ -1,5 +1,5 @@ - + Contains all data for a given [Entity]. Think of this as all the data for a mob, or a player. diff --git a/modules/entity_spell_system/doc_classes/EntityDataContainer.xml b/modules/entity_spell_system/doc_classes/EntityDataContainer.xml index 36586c6c6..9de14d1a7 100644 --- a/modules/entity_spell_system/doc_classes/EntityDataContainer.xml +++ b/modules/entity_spell_system/doc_classes/EntityDataContainer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityEnums.xml b/modules/entity_spell_system/doc_classes/EntityEnums.xml index bce701737..7f9971f69 100644 --- a/modules/entity_spell_system/doc_classes/EntityEnums.xml +++ b/modules/entity_spell_system/doc_classes/EntityEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for entities. diff --git a/modules/entity_spell_system/doc_classes/EntityResource.xml b/modules/entity_spell_system/doc_classes/EntityResource.xml index feef772dc..517b3efae 100644 --- a/modules/entity_spell_system/doc_classes/EntityResource.xml +++ b/modules/entity_spell_system/doc_classes/EntityResource.xml @@ -1,5 +1,5 @@ - + An instance of an entity resource. Resource in this context is things like mana. diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml index c02ff08bd..701764859 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostData.xml @@ -1,5 +1,5 @@ - + Contains a resource cost. Resource in this context is things like mana. diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml index bacb3b28f..ac7184979 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostDataHealth.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml b/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml index d617c9f44..d4beca7cd 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceCostDataResource.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml b/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml index d5e0e43f5..357403ef4 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceHealth.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml b/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml index 71e947e5a..d28ca5ea0 100644 --- a/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml +++ b/modules/entity_spell_system/doc_classes/EntityResourceSpeed.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/EntitySkill.xml b/modules/entity_spell_system/doc_classes/EntitySkill.xml index 65678f675..6f0ca34cd 100644 --- a/modules/entity_spell_system/doc_classes/EntitySkill.xml +++ b/modules/entity_spell_system/doc_classes/EntitySkill.xml @@ -1,5 +1,5 @@ - + Contains runtime skill data for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/EntitySkillData.xml b/modules/entity_spell_system/doc_classes/EntitySkillData.xml index b11e24252..dfd8d4efc 100644 --- a/modules/entity_spell_system/doc_classes/EntitySkillData.xml +++ b/modules/entity_spell_system/doc_classes/EntitySkillData.xml @@ -1,5 +1,5 @@ - + Contains skill data for an [Entity]. diff --git a/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml b/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml index 11ac075e8..0d30ef4c3 100644 --- a/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml +++ b/modules/entity_spell_system/doc_classes/EntitySpeciesData.xml @@ -1,5 +1,5 @@ - + Contains visual data for a species. diff --git a/modules/entity_spell_system/doc_classes/EquipmentData.xml b/modules/entity_spell_system/doc_classes/EquipmentData.xml index 4dad25dc2..6a84a3968 100644 --- a/modules/entity_spell_system/doc_classes/EquipmentData.xml +++ b/modules/entity_spell_system/doc_classes/EquipmentData.xml @@ -1,5 +1,5 @@ - + Stores equipment information. diff --git a/modules/entity_spell_system/doc_classes/InputProfile.xml b/modules/entity_spell_system/doc_classes/InputProfile.xml index d3df407ee..20057563c 100644 --- a/modules/entity_spell_system/doc_classes/InputProfile.xml +++ b/modules/entity_spell_system/doc_classes/InputProfile.xml @@ -1,5 +1,5 @@ - + Will store keybind information. [ProfileManager] related. diff --git a/modules/entity_spell_system/doc_classes/InputProfileModifier.xml b/modules/entity_spell_system/doc_classes/InputProfileModifier.xml index e4c740565..c1e3b7487 100644 --- a/modules/entity_spell_system/doc_classes/InputProfileModifier.xml +++ b/modules/entity_spell_system/doc_classes/InputProfileModifier.xml @@ -1,5 +1,5 @@ - + Stores data for bindable modifiers. Not yet implemented. diff --git a/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml b/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml index e14e1315c..45ac49ea0 100644 --- a/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml +++ b/modules/entity_spell_system/doc_classes/InputProfileModifierEntry.xml @@ -1,5 +1,5 @@ - + One key entry for a key. diff --git a/modules/entity_spell_system/doc_classes/ItemContainerData.xml b/modules/entity_spell_system/doc_classes/ItemContainerData.xml index 61cc61bb4..ee041e3de 100644 --- a/modules/entity_spell_system/doc_classes/ItemContainerData.xml +++ b/modules/entity_spell_system/doc_classes/ItemContainerData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml b/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml index 6f8ab515b..064ded9e2 100644 --- a/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml +++ b/modules/entity_spell_system/doc_classes/ItemContainerDataEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/ItemEnums.xml b/modules/entity_spell_system/doc_classes/ItemEnums.xml index 1b50045a9..705d0bb70 100644 --- a/modules/entity_spell_system/doc_classes/ItemEnums.xml +++ b/modules/entity_spell_system/doc_classes/ItemEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for items. diff --git a/modules/entity_spell_system/doc_classes/ItemInstance.xml b/modules/entity_spell_system/doc_classes/ItemInstance.xml index 509b85a5a..3c3059027 100644 --- a/modules/entity_spell_system/doc_classes/ItemInstance.xml +++ b/modules/entity_spell_system/doc_classes/ItemInstance.xml @@ -1,5 +1,5 @@ - + Runtime information for an item. diff --git a/modules/entity_spell_system/doc_classes/ItemTemplate.xml b/modules/entity_spell_system/doc_classes/ItemTemplate.xml index fcc18eebd..afdd67c69 100644 --- a/modules/entity_spell_system/doc_classes/ItemTemplate.xml +++ b/modules/entity_spell_system/doc_classes/ItemTemplate.xml @@ -1,5 +1,5 @@ - + Contains item information. diff --git a/modules/entity_spell_system/doc_classes/LevelStatData.xml b/modules/entity_spell_system/doc_classes/LevelStatData.xml index 0b0ff0411..301369759 100644 --- a/modules/entity_spell_system/doc_classes/LevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/LevelStatData.xml @@ -1,5 +1,5 @@ - + Base class for storing level stat information for entities. diff --git a/modules/entity_spell_system/doc_classes/LootDataBase.xml b/modules/entity_spell_system/doc_classes/LootDataBase.xml index 6f32a5529..f77548b52 100644 --- a/modules/entity_spell_system/doc_classes/LootDataBase.xml +++ b/modules/entity_spell_system/doc_classes/LootDataBase.xml @@ -1,5 +1,5 @@ - + Base class for storing loot information for entities. diff --git a/modules/entity_spell_system/doc_classes/ModelVisual.xml b/modules/entity_spell_system/doc_classes/ModelVisual.xml index 9607220ed..2d6413815 100644 --- a/modules/entity_spell_system/doc_classes/ModelVisual.xml +++ b/modules/entity_spell_system/doc_classes/ModelVisual.xml @@ -1,5 +1,5 @@ - + Contains an item's visual information. @@ -40,10 +40,10 @@ - - + + diff --git a/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml b/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml index 24c46d6ee..16e1fb588 100644 --- a/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml +++ b/modules/entity_spell_system/doc_classes/ModelVisualEntry.xml @@ -1,5 +1,5 @@ - + One Entry for [ModelVisual]. diff --git a/modules/entity_spell_system/doc_classes/PlayerProfile.xml b/modules/entity_spell_system/doc_classes/PlayerProfile.xml index d6b5e0a9d..4251df697 100644 --- a/modules/entity_spell_system/doc_classes/PlayerProfile.xml +++ b/modules/entity_spell_system/doc_classes/PlayerProfile.xml @@ -1,5 +1,5 @@ - + Stores the data for a player. Also see [ProfileManager]. @@ -69,9 +69,9 @@ - + - + diff --git a/modules/entity_spell_system/doc_classes/ProfileManager.xml b/modules/entity_spell_system/doc_classes/ProfileManager.xml index d0f2e05b3..4689b2453 100644 --- a/modules/entity_spell_system/doc_classes/ProfileManager.xml +++ b/modules/entity_spell_system/doc_classes/ProfileManager.xml @@ -1,5 +1,5 @@ - + Stores, saves, loads per class profile data. Should be added as an autoload, or at least is should be in the scene before spawning entities. @@ -102,7 +102,7 @@ - + diff --git a/modules/entity_spell_system/doc_classes/PropDataEntity.xml b/modules/entity_spell_system/doc_classes/PropDataEntity.xml index a151076fd..5cf4a8ed4 100644 --- a/modules/entity_spell_system/doc_classes/PropDataEntity.xml +++ b/modules/entity_spell_system/doc_classes/PropDataEntity.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml b/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml index 6d8836b53..30342fd1f 100644 --- a/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml +++ b/modules/entity_spell_system/doc_classes/SimpleLevelStatData.xml @@ -1,5 +1,5 @@ - + Simple per-level [Stat] information for entities. diff --git a/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml b/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml index 6879d2f5c..a652b6dc3 100644 --- a/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml +++ b/modules/entity_spell_system/doc_classes/SkeletonModelEntry.xml @@ -1,5 +1,5 @@ - + Runtime model item entry helper for skeletons. Used by [CharacterSkeleton3D] for example. diff --git a/modules/entity_spell_system/doc_classes/SpeciesInstance.xml b/modules/entity_spell_system/doc_classes/SpeciesInstance.xml index 30ccaa334..d17f20d88 100644 --- a/modules/entity_spell_system/doc_classes/SpeciesInstance.xml +++ b/modules/entity_spell_system/doc_classes/SpeciesInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SpeciesModelData.xml b/modules/entity_spell_system/doc_classes/SpeciesModelData.xml index 886195098..1c73b8aba 100644 --- a/modules/entity_spell_system/doc_classes/SpeciesModelData.xml +++ b/modules/entity_spell_system/doc_classes/SpeciesModelData.xml @@ -1,5 +1,5 @@ - + Stores model information for [EntitySpeciesData]. diff --git a/modules/entity_spell_system/doc_classes/Spell.xml b/modules/entity_spell_system/doc_classes/Spell.xml index b25afa55a..e77ff7a57 100644 --- a/modules/entity_spell_system/doc_classes/Spell.xml +++ b/modules/entity_spell_system/doc_classes/Spell.xml @@ -1,5 +1,5 @@ - + Base [Spell] class. Contains data, and callbacks for spell scripts. Inherit from this to create spells with different functionality. @@ -309,7 +309,7 @@ - + @@ -317,7 +317,7 @@ - + @@ -325,7 +325,7 @@ - + @@ -371,7 +371,7 @@ - + @@ -412,7 +412,7 @@ - + @@ -434,7 +434,7 @@ - + @@ -480,7 +480,7 @@ - + @@ -521,7 +521,7 @@ - + @@ -1350,7 +1350,7 @@ - + @@ -1534,9 +1534,9 @@ - + - + diff --git a/modules/entity_spell_system/doc_classes/SpellCastInfo.xml b/modules/entity_spell_system/doc_classes/SpellCastInfo.xml index 7f8228ec5..80fe55a04 100644 --- a/modules/entity_spell_system/doc_classes/SpellCastInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellCastInfo.xml @@ -1,5 +1,5 @@ - + Contains spell cast related information, for easy manipulation with auras, spell callbacks, etc. diff --git a/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml b/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml index 411940e51..de2982dd2 100644 --- a/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml +++ b/modules/entity_spell_system/doc_classes/SpellCooldownManipulationData.xml @@ -1,5 +1,5 @@ - + Contains data for easy spell cooldown manipulations. Not yet implemented. diff --git a/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml b/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml index 2f2c3a95a..e38659029 100644 --- a/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellDamageInfo.xml @@ -1,5 +1,5 @@ - + Contains damage information. It is passed around in callbacks, so things can modify values. (absorbs, immunities etc.) @@ -23,7 +23,7 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml b/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml index 44e071659..30858e74c 100644 --- a/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml +++ b/modules/entity_spell_system/doc_classes/SpellEffectVisual.xml @@ -1,5 +1,5 @@ - + Base class for storing spell visual information, like particle effects. diff --git a/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml b/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml index 8e12fd32f..fb3ce0243 100644 --- a/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml +++ b/modules/entity_spell_system/doc_classes/SpellEffectVisualSimple.xml @@ -1,5 +1,5 @@ - + Simple implementation od [SpellEfectVisual]. diff --git a/modules/entity_spell_system/doc_classes/SpellEnums.xml b/modules/entity_spell_system/doc_classes/SpellEnums.xml index cfab9c5c4..0ee695522 100644 --- a/modules/entity_spell_system/doc_classes/SpellEnums.xml +++ b/modules/entity_spell_system/doc_classes/SpellEnums.xml @@ -1,5 +1,5 @@ - + Contains lots of general-use enums for spells. diff --git a/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml b/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml index c01650d7c..b11fd7202 100644 --- a/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml +++ b/modules/entity_spell_system/doc_classes/SpellFollowProjectile3D.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/entity_spell_system/doc_classes/SpellHealInfo.xml b/modules/entity_spell_system/doc_classes/SpellHealInfo.xml index 819154aad..4b6b06133 100644 --- a/modules/entity_spell_system/doc_classes/SpellHealInfo.xml +++ b/modules/entity_spell_system/doc_classes/SpellHealInfo.xml @@ -1,5 +1,5 @@ - + Contains heal information. It is passed around in callbacks, so things can modify values. (absorbs, immunities etc.) @@ -25,7 +25,7 @@ - + diff --git a/modules/entity_spell_system/doc_classes/StatData.xml b/modules/entity_spell_system/doc_classes/StatData.xml index e84ebefdd..72abde460 100644 --- a/modules/entity_spell_system/doc_classes/StatData.xml +++ b/modules/entity_spell_system/doc_classes/StatData.xml @@ -1,5 +1,5 @@ - + Contains a [Stat]'s data. diff --git a/modules/entity_spell_system/doc_classes/VendorItemData.xml b/modules/entity_spell_system/doc_classes/VendorItemData.xml index bfbedb837..24f66f0d0 100644 --- a/modules/entity_spell_system/doc_classes/VendorItemData.xml +++ b/modules/entity_spell_system/doc_classes/VendorItemData.xml @@ -1,5 +1,5 @@ - + Contains vendor item data for an [Entity]/[EntityData]. diff --git a/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml b/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml index 1cfc53027..10e1cdf78 100644 --- a/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml +++ b/modules/entity_spell_system/doc_classes/VendorItemDataEntry.xml @@ -1,5 +1,5 @@ - + Contains one entry for a [VendorItemData]. diff --git a/modules/fastnoise/doc_classes/FastNoise.xml b/modules/fastnoise/doc_classes/FastNoise.xml index c5e567442..21f1e6463 100644 --- a/modules/fastnoise/doc_classes/FastNoise.xml +++ b/modules/fastnoise/doc_classes/FastNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml b/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml index 553ad224d..7326db29c 100644 --- a/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml +++ b/modules/fastnoise/doc_classes/FastnoiseNoiseParams.xml @@ -1,5 +1,5 @@ - + @@ -15,6 +15,8 @@ + + @@ -37,8 +39,6 @@ - - diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index ba5259fa4..9e6bd3cbc 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 4adfab0c3..91b4cd5bc 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the GDScript programming language. diff --git a/modules/gdscript/doc_classes/GDScriptFunctionState.xml b/modules/gdscript/doc_classes/GDScriptFunctionState.xml index 8d4297648..0dac6993c 100644 --- a/modules/gdscript/doc_classes/GDScriptFunctionState.xml +++ b/modules/gdscript/doc_classes/GDScriptFunctionState.xml @@ -1,5 +1,5 @@ - + State of a function call after yielding. diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index c77763c64..bc2a1c041 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -1,5 +1,5 @@ - + Node for 3D tile-based maps. diff --git a/modules/gridmap/doc_classes/MeshLibrary.xml b/modules/gridmap/doc_classes/MeshLibrary.xml index 4fbeb081f..70c5dcc0a 100644 --- a/modules/gridmap/doc_classes/MeshLibrary.xml +++ b/modules/gridmap/doc_classes/MeshLibrary.xml @@ -1,5 +1,5 @@ - + Library of meshes. diff --git a/modules/http_server_simple/doc_classes/WebServerSimple.xml b/modules/http_server_simple/doc_classes/WebServerSimple.xml index f283336b5..723f9dcc0 100644 --- a/modules/http_server_simple/doc_classes/WebServerSimple.xml +++ b/modules/http_server_simple/doc_classes/WebServerSimple.xml @@ -1,5 +1,5 @@ - + @@ -31,6 +31,10 @@ + + + + @@ -45,5 +49,13 @@ + + + + + + + + diff --git a/modules/lz4/doc_classes/LZ4Compressor.xml b/modules/lz4/doc_classes/LZ4Compressor.xml index e4d77c9cc..ea56c9b13 100644 --- a/modules/lz4/doc_classes/LZ4Compressor.xml +++ b/modules/lz4/doc_classes/LZ4Compressor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/CurveBase.xml b/modules/material_maker/doc_classes/CurveBase.xml index 684df9214..a8a45b787 100644 --- a/modules/material_maker/doc_classes/CurveBase.xml +++ b/modules/material_maker/doc_classes/CurveBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/GradientBase.xml b/modules/material_maker/doc_classes/GradientBase.xml index 964689495..cdcde2dd9 100644 --- a/modules/material_maker/doc_classes/GradientBase.xml +++ b/modules/material_maker/doc_classes/GradientBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMAdjustHsv.xml b/modules/material_maker/doc_classes/MMAdjustHsv.xml index e08b47d13..ffb85a46b 100644 --- a/modules/material_maker/doc_classes/MMAdjustHsv.xml +++ b/modules/material_maker/doc_classes/MMAdjustHsv.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMAlgos.xml b/modules/material_maker/doc_classes/MMAlgos.xml index d66a76ad7..4bbcca6c8 100644 --- a/modules/material_maker/doc_classes/MMAlgos.xml +++ b/modules/material_maker/doc_classes/MMAlgos.xml @@ -1,5 +1,5 @@ - + @@ -52,6 +52,17 @@ + + + + + + + + + + + @@ -776,6 +787,13 @@ + + + + + + + @@ -953,6 +971,14 @@ + + + + + + + + @@ -1880,6 +1906,13 @@ + + + + + + + diff --git a/modules/material_maker/doc_classes/MMAnisotropicNoise.xml b/modules/material_maker/doc_classes/MMAnisotropicNoise.xml index af215e102..6b43d8031 100644 --- a/modules/material_maker/doc_classes/MMAnisotropicNoise.xml +++ b/modules/material_maker/doc_classes/MMAnisotropicNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBeehive.xml b/modules/material_maker/doc_classes/MMBeehive.xml index ecb10c624..9139d317a 100644 --- a/modules/material_maker/doc_classes/MMBeehive.xml +++ b/modules/material_maker/doc_classes/MMBeehive.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBlend.xml b/modules/material_maker/doc_classes/MMBlend.xml index 04443be3e..05aa35661 100644 --- a/modules/material_maker/doc_classes/MMBlend.xml +++ b/modules/material_maker/doc_classes/MMBlend.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBlurGaussian.xml b/modules/material_maker/doc_classes/MMBlurGaussian.xml index 0cca84cce..67d5a88aa 100644 --- a/modules/material_maker/doc_classes/MMBlurGaussian.xml +++ b/modules/material_maker/doc_classes/MMBlurGaussian.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBricks.xml b/modules/material_maker/doc_classes/MMBricks.xml index d6488c781..af8135066 100644 --- a/modules/material_maker/doc_classes/MMBricks.xml +++ b/modules/material_maker/doc_classes/MMBricks.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMBrightnessContrast.xml b/modules/material_maker/doc_classes/MMBrightnessContrast.xml index 2e9cf8494..ecd3db1b1 100644 --- a/modules/material_maker/doc_classes/MMBrightnessContrast.xml +++ b/modules/material_maker/doc_classes/MMBrightnessContrast.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCircleMap.xml b/modules/material_maker/doc_classes/MMCircleMap.xml index dc371340d..a522f9c03 100644 --- a/modules/material_maker/doc_classes/MMCircleMap.xml +++ b/modules/material_maker/doc_classes/MMCircleMap.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCircularGradient.xml b/modules/material_maker/doc_classes/MMCircularGradient.xml index 41d144d75..707018933 100644 --- a/modules/material_maker/doc_classes/MMCircularGradient.xml +++ b/modules/material_maker/doc_classes/MMCircularGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorNoise.xml b/modules/material_maker/doc_classes/MMColorNoise.xml index 2db1acb26..f556659fa 100644 --- a/modules/material_maker/doc_classes/MMColorNoise.xml +++ b/modules/material_maker/doc_classes/MMColorNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorTiler.xml b/modules/material_maker/doc_classes/MMColorTiler.xml index 9d8a635a9..5a09dfc22 100644 --- a/modules/material_maker/doc_classes/MMColorTiler.xml +++ b/modules/material_maker/doc_classes/MMColorTiler.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorValue.xml b/modules/material_maker/doc_classes/MMColorValue.xml index 7a7b3dffd..8409fcea3 100644 --- a/modules/material_maker/doc_classes/MMColorValue.xml +++ b/modules/material_maker/doc_classes/MMColorValue.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMColorize.xml b/modules/material_maker/doc_classes/MMColorize.xml index 3d6dc4363..e39c9555f 100644 --- a/modules/material_maker/doc_classes/MMColorize.xml +++ b/modules/material_maker/doc_classes/MMColorize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCombine.xml b/modules/material_maker/doc_classes/MMCombine.xml index 84b61fc41..af92aace8 100644 --- a/modules/material_maker/doc_classes/MMCombine.xml +++ b/modules/material_maker/doc_classes/MMCombine.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMCurve.xml b/modules/material_maker/doc_classes/MMCurve.xml index 5f90a567b..4e207f1e7 100644 --- a/modules/material_maker/doc_classes/MMCurve.xml +++ b/modules/material_maker/doc_classes/MMCurve.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMDecompose.xml b/modules/material_maker/doc_classes/MMDecompose.xml index 589556bfe..167283979 100644 --- a/modules/material_maker/doc_classes/MMDecompose.xml +++ b/modules/material_maker/doc_classes/MMDecompose.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMEmboss.xml b/modules/material_maker/doc_classes/MMEmboss.xml index 3cfa05fd7..89d05f3bd 100644 --- a/modules/material_maker/doc_classes/MMEmboss.xml +++ b/modules/material_maker/doc_classes/MMEmboss.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFbmNoise.xml b/modules/material_maker/doc_classes/MMFbmNoise.xml index cc597d404..50f5b892f 100644 --- a/modules/material_maker/doc_classes/MMFbmNoise.xml +++ b/modules/material_maker/doc_classes/MMFbmNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillChannel.xml b/modules/material_maker/doc_classes/MMFillChannel.xml index cfb537820..5700c2b23 100644 --- a/modules/material_maker/doc_classes/MMFillChannel.xml +++ b/modules/material_maker/doc_classes/MMFillChannel.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToColor.xml b/modules/material_maker/doc_classes/MMFillToColor.xml index f39e1ce25..6594a4c8b 100644 --- a/modules/material_maker/doc_classes/MMFillToColor.xml +++ b/modules/material_maker/doc_classes/MMFillToColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToPosition.xml b/modules/material_maker/doc_classes/MMFillToPosition.xml index 90939a0fc..6442126c4 100644 --- a/modules/material_maker/doc_classes/MMFillToPosition.xml +++ b/modules/material_maker/doc_classes/MMFillToPosition.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToRandomColor.xml b/modules/material_maker/doc_classes/MMFillToRandomColor.xml index c1a75d4d8..9c660784d 100644 --- a/modules/material_maker/doc_classes/MMFillToRandomColor.xml +++ b/modules/material_maker/doc_classes/MMFillToRandomColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToRandomGrey.xml b/modules/material_maker/doc_classes/MMFillToRandomGrey.xml index 60ec4e613..7e5171d2b 100644 --- a/modules/material_maker/doc_classes/MMFillToRandomGrey.xml +++ b/modules/material_maker/doc_classes/MMFillToRandomGrey.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToSize.xml b/modules/material_maker/doc_classes/MMFillToSize.xml index 9a4bd4f52..1211364e6 100644 --- a/modules/material_maker/doc_classes/MMFillToSize.xml +++ b/modules/material_maker/doc_classes/MMFillToSize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMFillToUv.xml b/modules/material_maker/doc_classes/MMFillToUv.xml index 71a855170..289b72d92 100644 --- a/modules/material_maker/doc_classes/MMFillToUv.xml +++ b/modules/material_maker/doc_classes/MMFillToUv.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGradient.xml b/modules/material_maker/doc_classes/MMGradient.xml index 070306dd3..32ef1c48f 100644 --- a/modules/material_maker/doc_classes/MMGradient.xml +++ b/modules/material_maker/doc_classes/MMGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGraphNode.xml b/modules/material_maker/doc_classes/MMGraphNode.xml index 518f7b411..da0dc284b 100644 --- a/modules/material_maker/doc_classes/MMGraphNode.xml +++ b/modules/material_maker/doc_classes/MMGraphNode.xml @@ -1,5 +1,5 @@ - + @@ -25,6 +25,13 @@ + + + + + + + diff --git a/modules/material_maker/doc_classes/MMGreyscale.xml b/modules/material_maker/doc_classes/MMGreyscale.xml index 8174ac354..aa4856233 100644 --- a/modules/material_maker/doc_classes/MMGreyscale.xml +++ b/modules/material_maker/doc_classes/MMGreyscale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMGreyscaleUniform.xml b/modules/material_maker/doc_classes/MMGreyscaleUniform.xml index cd6255fd2..624e97421 100644 --- a/modules/material_maker/doc_classes/MMGreyscaleUniform.xml +++ b/modules/material_maker/doc_classes/MMGreyscaleUniform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMIching.xml b/modules/material_maker/doc_classes/MMIching.xml index 54bf0a682..6de2dc5db 100644 --- a/modules/material_maker/doc_classes/MMIching.xml +++ b/modules/material_maker/doc_classes/MMIching.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMImage.xml b/modules/material_maker/doc_classes/MMImage.xml index 2edc0294b..5bd6cadc5 100644 --- a/modules/material_maker/doc_classes/MMImage.xml +++ b/modules/material_maker/doc_classes/MMImage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMInvert.xml b/modules/material_maker/doc_classes/MMInvert.xml index db468f451..6be635500 100644 --- a/modules/material_maker/doc_classes/MMInvert.xml +++ b/modules/material_maker/doc_classes/MMInvert.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMKaleidoscope.xml b/modules/material_maker/doc_classes/MMKaleidoscope.xml index ec5ac8a93..307d83cfc 100644 --- a/modules/material_maker/doc_classes/MMKaleidoscope.xml +++ b/modules/material_maker/doc_classes/MMKaleidoscope.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMakeTileable.xml b/modules/material_maker/doc_classes/MMMakeTileable.xml index 19ac50770..b146e3617 100644 --- a/modules/material_maker/doc_classes/MMMakeTileable.xml +++ b/modules/material_maker/doc_classes/MMMakeTileable.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMaterial.xml b/modules/material_maker/doc_classes/MMMaterial.xml index e6b2afeb5..fb2a2119b 100644 --- a/modules/material_maker/doc_classes/MMMaterial.xml +++ b/modules/material_maker/doc_classes/MMMaterial.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMath.xml b/modules/material_maker/doc_classes/MMMath.xml index 123c97ee2..6e6f0a05a 100644 --- a/modules/material_maker/doc_classes/MMMath.xml +++ b/modules/material_maker/doc_classes/MMMath.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMMirror.xml b/modules/material_maker/doc_classes/MMMirror.xml index fba281165..8402dd37e 100644 --- a/modules/material_maker/doc_classes/MMMirror.xml +++ b/modules/material_maker/doc_classes/MMMirror.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNode.xml b/modules/material_maker/doc_classes/MMNode.xml index 19ebf0bb5..895599b0b 100644 --- a/modules/material_maker/doc_classes/MMNode.xml +++ b/modules/material_maker/doc_classes/MMNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml b/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml index 0b8c9fba4..187aa407b 100644 --- a/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml +++ b/modules/material_maker/doc_classes/MMNodeUniversalProperty.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMNoise.xml b/modules/material_maker/doc_classes/MMNoise.xml index e4cec7f1f..b254c70a2 100644 --- a/modules/material_maker/doc_classes/MMNoise.xml +++ b/modules/material_maker/doc_classes/MMNoise.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMOutputImage.xml b/modules/material_maker/doc_classes/MMOutputImage.xml index be0da3127..3b0a802f3 100644 --- a/modules/material_maker/doc_classes/MMOutputImage.xml +++ b/modules/material_maker/doc_classes/MMOutputImage.xml @@ -1,5 +1,5 @@ - + @@ -7,10 +7,17 @@ + + + + + + + diff --git a/modules/material_maker/doc_classes/MMPattern.xml b/modules/material_maker/doc_classes/MMPattern.xml index adb786a54..bf16cbdbb 100644 --- a/modules/material_maker/doc_classes/MMPattern.xml +++ b/modules/material_maker/doc_classes/MMPattern.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMQuantize.xml b/modules/material_maker/doc_classes/MMQuantize.xml index 2e2c23deb..a44e9330a 100644 --- a/modules/material_maker/doc_classes/MMQuantize.xml +++ b/modules/material_maker/doc_classes/MMQuantize.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRadialGradient.xml b/modules/material_maker/doc_classes/MMRadialGradient.xml index 2ea3ed00d..040aa830e 100644 --- a/modules/material_maker/doc_classes/MMRadialGradient.xml +++ b/modules/material_maker/doc_classes/MMRadialGradient.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRepeat.xml b/modules/material_maker/doc_classes/MMRepeat.xml index aa6f24b6f..0612b89dd 100644 --- a/modules/material_maker/doc_classes/MMRepeat.xml +++ b/modules/material_maker/doc_classes/MMRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRotate.xml b/modules/material_maker/doc_classes/MMRotate.xml index f4fde219a..58dfabee7 100644 --- a/modules/material_maker/doc_classes/MMRotate.xml +++ b/modules/material_maker/doc_classes/MMRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMRunes.xml b/modules/material_maker/doc_classes/MMRunes.xml index 6c7a7fe4e..c32850694 100644 --- a/modules/material_maker/doc_classes/MMRunes.xml +++ b/modules/material_maker/doc_classes/MMRunes.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMScale.xml b/modules/material_maker/doc_classes/MMScale.xml index d42f4d7d2..1456dcd58 100644 --- a/modules/material_maker/doc_classes/MMScale.xml +++ b/modules/material_maker/doc_classes/MMScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMScratches.xml b/modules/material_maker/doc_classes/MMScratches.xml index 5f10eb6ed..df70a9ae2 100644 --- a/modules/material_maker/doc_classes/MMScratches.xml +++ b/modules/material_maker/doc_classes/MMScratches.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml b/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml index 41d02df97..bccf5d3e9 100644 --- a/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml +++ b/modules/material_maker/doc_classes/MMSdOpAnnularShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpBool.xml b/modules/material_maker/doc_classes/MMSdOpBool.xml index 2b79b9307..6f2f22704 100644 --- a/modules/material_maker/doc_classes/MMSdOpBool.xml +++ b/modules/material_maker/doc_classes/MMSdOpBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml b/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml index d5dfeb231..942f69646 100644 --- a/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdOpCircleRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpMorph.xml b/modules/material_maker/doc_classes/MMSdOpMorph.xml index 793460917..7ecff1d20 100644 --- a/modules/material_maker/doc_classes/MMSdOpMorph.xml +++ b/modules/material_maker/doc_classes/MMSdOpMorph.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpRepeat.xml b/modules/material_maker/doc_classes/MMSdOpRepeat.xml index c846b6518..534667618 100644 --- a/modules/material_maker/doc_classes/MMSdOpRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdOpRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml b/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml index 706ec5566..f953ca51c 100644 --- a/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml +++ b/modules/material_maker/doc_classes/MMSdOpRoundedShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml b/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml index 5b2f7943b..662e8d526 100644 --- a/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml +++ b/modules/material_maker/doc_classes/MMSdOpSmoothBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeArc.xml b/modules/material_maker/doc_classes/MMSdShapeArc.xml index 10e15777d..42ad7c3e2 100644 --- a/modules/material_maker/doc_classes/MMSdShapeArc.xml +++ b/modules/material_maker/doc_classes/MMSdShapeArc.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeBox.xml b/modules/material_maker/doc_classes/MMSdShapeBox.xml index a7f664b00..88c9d736f 100644 --- a/modules/material_maker/doc_classes/MMSdShapeBox.xml +++ b/modules/material_maker/doc_classes/MMSdShapeBox.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeCircle.xml b/modules/material_maker/doc_classes/MMSdShapeCircle.xml index af2723b55..f35b99489 100644 --- a/modules/material_maker/doc_classes/MMSdShapeCircle.xml +++ b/modules/material_maker/doc_classes/MMSdShapeCircle.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeLine.xml b/modules/material_maker/doc_classes/MMSdShapeLine.xml index e3a121e95..780facd40 100644 --- a/modules/material_maker/doc_classes/MMSdShapeLine.xml +++ b/modules/material_maker/doc_classes/MMSdShapeLine.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapePolygon.xml b/modules/material_maker/doc_classes/MMSdShapePolygon.xml index adfb9f017..5dd2f80f9 100644 --- a/modules/material_maker/doc_classes/MMSdShapePolygon.xml +++ b/modules/material_maker/doc_classes/MMSdShapePolygon.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdShapeRhombus.xml b/modules/material_maker/doc_classes/MMSdShapeRhombus.xml index 9dbbf159f..08bc386d3 100644 --- a/modules/material_maker/doc_classes/MMSdShapeRhombus.xml +++ b/modules/material_maker/doc_classes/MMSdShapeRhombus.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfRotate.xml b/modules/material_maker/doc_classes/MMSdTfRotate.xml index f20302c3d..1b56e00c9 100644 --- a/modules/material_maker/doc_classes/MMSdTfRotate.xml +++ b/modules/material_maker/doc_classes/MMSdTfRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfScale.xml b/modules/material_maker/doc_classes/MMSdTfScale.xml index 5b15e3534..7b6d56c76 100644 --- a/modules/material_maker/doc_classes/MMSdTfScale.xml +++ b/modules/material_maker/doc_classes/MMSdTfScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdTfTranslate.xml b/modules/material_maker/doc_classes/MMSdTfTranslate.xml index 6cce5e59d..1c3ed72da 100644 --- a/modules/material_maker/doc_classes/MMSdTfTranslate.xml +++ b/modules/material_maker/doc_classes/MMSdTfTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dColor.xml b/modules/material_maker/doc_classes/MMSdf3dColor.xml index 89feec294..eb47a814b 100644 --- a/modules/material_maker/doc_classes/MMSdf3dColor.xml +++ b/modules/material_maker/doc_classes/MMSdf3dColor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpBool.xml b/modules/material_maker/doc_classes/MMSdf3dOpBool.xml index 659ae15c7..0104ec41f 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpBool.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml b/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml index dd4985a6a..8bb35e286 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpCircleRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml b/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml index 1ee1bdd29..f0870bd0b 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpElongation.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml b/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml index b38f16d7b..9655ff5cd 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpMorph.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml b/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml index 2d0c5cfa5..e10f36d99 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRepeat.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml b/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml index 65f8d0fb4..e93dd7447 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRevolution.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml b/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml index 8abc46a7b..a074da7a6 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpRounded.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml b/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml index 0ff58fb0a..697c91a72 100644 --- a/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml +++ b/modules/material_maker/doc_classes/MMSdf3dOpSmoothBool.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dRender.xml b/modules/material_maker/doc_classes/MMSdf3dRender.xml index 6e9a941a3..b83e2f9dd 100644 --- a/modules/material_maker/doc_classes/MMSdf3dRender.xml +++ b/modules/material_maker/doc_classes/MMSdf3dRender.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml b/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml index 181a8b10d..08eaf80ac 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeBox.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml index fff1ff45d..9b7b7de36 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCapsule.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml index 6884352d0..0deb6871c 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCone.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml b/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml index 51fda94d0..1d7ecd440 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeCylinder.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml b/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml index bf1fe6baf..2d535765c 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeSphere.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml b/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml index 72dec4bfd..3b538ecdc 100644 --- a/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml +++ b/modules/material_maker/doc_classes/MMSdf3dShapeTorus.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml b/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml index c8254a0cf..81079d006 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfRotate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfScale.xml b/modules/material_maker/doc_classes/MMSdf3dTfScale.xml index d8f92e66c..d97e7461c 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfScale.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfScale.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml b/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml index 60ba40f42..e8563d994 100644 --- a/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml +++ b/modules/material_maker/doc_classes/MMSdf3dTfTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMShape.xml b/modules/material_maker/doc_classes/MMShape.xml index 580b8e003..e56a8540b 100644 --- a/modules/material_maker/doc_classes/MMShape.xml +++ b/modules/material_maker/doc_classes/MMShape.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMShear.xml b/modules/material_maker/doc_classes/MMShear.xml index c2b730598..873ec22e3 100644 --- a/modules/material_maker/doc_classes/MMShear.xml +++ b/modules/material_maker/doc_classes/MMShear.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSineWave.xml b/modules/material_maker/doc_classes/MMSineWave.xml index 7e79c75eb..caa95cf66 100644 --- a/modules/material_maker/doc_classes/MMSineWave.xml +++ b/modules/material_maker/doc_classes/MMSineWave.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMSwapChannels.xml b/modules/material_maker/doc_classes/MMSwapChannels.xml index 6ff5a6ea0..013abff80 100644 --- a/modules/material_maker/doc_classes/MMSwapChannels.xml +++ b/modules/material_maker/doc_classes/MMSwapChannels.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTiler.xml b/modules/material_maker/doc_classes/MMTiler.xml index 32866a7dc..6686eb2dd 100644 --- a/modules/material_maker/doc_classes/MMTiler.xml +++ b/modules/material_maker/doc_classes/MMTiler.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTonality.xml b/modules/material_maker/doc_classes/MMTonality.xml index 34e6ff7e1..95bd5663a 100644 --- a/modules/material_maker/doc_classes/MMTonality.xml +++ b/modules/material_maker/doc_classes/MMTonality.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTransform.xml b/modules/material_maker/doc_classes/MMTransform.xml index 654ac4f6d..d8f658eb1 100644 --- a/modules/material_maker/doc_classes/MMTransform.xml +++ b/modules/material_maker/doc_classes/MMTransform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTranslate.xml b/modules/material_maker/doc_classes/MMTranslate.xml index 9afd06de9..354e289c1 100644 --- a/modules/material_maker/doc_classes/MMTranslate.xml +++ b/modules/material_maker/doc_classes/MMTranslate.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMTruchet.xml b/modules/material_maker/doc_classes/MMTruchet.xml index 7e811316d..da5ee0adc 100644 --- a/modules/material_maker/doc_classes/MMTruchet.xml +++ b/modules/material_maker/doc_classes/MMTruchet.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMUniform.xml b/modules/material_maker/doc_classes/MMUniform.xml index 9a508cce9..f5a4b622a 100644 --- a/modules/material_maker/doc_classes/MMUniform.xml +++ b/modules/material_maker/doc_classes/MMUniform.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMVoronoi.xml b/modules/material_maker/doc_classes/MMVoronoi.xml index db36be09f..fd7b15ab6 100644 --- a/modules/material_maker/doc_classes/MMVoronoi.xml +++ b/modules/material_maker/doc_classes/MMVoronoi.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MMWeave.xml b/modules/material_maker/doc_classes/MMWeave.xml index 4fa7ad111..7b35e7432 100644 --- a/modules/material_maker/doc_classes/MMWeave.xml +++ b/modules/material_maker/doc_classes/MMWeave.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/MatMakerGDEditor.xml b/modules/material_maker/doc_classes/MatMakerGDEditor.xml index 247cd5fa8..0587c9cc8 100644 --- a/modules/material_maker/doc_classes/MatMakerGDEditor.xml +++ b/modules/material_maker/doc_classes/MatMakerGDEditor.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/PolygonBase.xml b/modules/material_maker/doc_classes/PolygonBase.xml index d4042cfe7..22ff09bac 100644 --- a/modules/material_maker/doc_classes/PolygonBase.xml +++ b/modules/material_maker/doc_classes/PolygonBase.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/material_maker/doc_classes/SSSdShow.xml b/modules/material_maker/doc_classes/SSSdShow.xml index 25dd9b394..36fed5fd2 100644 --- a/modules/material_maker/doc_classes/SSSdShow.xml +++ b/modules/material_maker/doc_classes/SSSdShow.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml b/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml index e179b70d0..fa19c1883 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataInstance.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,7 @@ + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataResource.xml b/modules/mesh_data_resource/doc_classes/MeshDataResource.xml index c6eb5e705..34a651628 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataResource.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataResource.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml b/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml index 846cba8a1..ef3e36e90 100644 --- a/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml +++ b/modules/mesh_data_resource/doc_classes/MeshDataResourceCollection.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml b/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml index 95f3616e6..8a6284203 100644 --- a/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml +++ b/modules/mesh_data_resource/doc_classes/PropDataMeshData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml b/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml index 5545c5ae2..e4ce7a69b 100644 --- a/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml +++ b/modules/mesh_utils/doc_classes/FastQuadraticMeshSimplifier.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/MeshMerger.xml b/modules/mesh_utils/doc_classes/MeshMerger.xml index b08944f6f..e0e1189f2 100644 --- a/modules/mesh_utils/doc_classes/MeshMerger.xml +++ b/modules/mesh_utils/doc_classes/MeshMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/mesh_utils/doc_classes/MeshUtils.xml b/modules/mesh_utils/doc_classes/MeshUtils.xml index 36895ee09..7e43e97b6 100644 --- a/modules/mesh_utils/doc_classes/MeshUtils.xml +++ b/modules/mesh_utils/doc_classes/MeshUtils.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/minimp3/doc_classes/AudioStreamMP3.xml b/modules/minimp3/doc_classes/AudioStreamMP3.xml index 028252f97..e380cd26b 100644 --- a/modules/minimp3/doc_classes/AudioStreamMP3.xml +++ b/modules/minimp3/doc_classes/AudioStreamMP3.xml @@ -1,5 +1,5 @@ - + MP3 audio stream driver. diff --git a/modules/network_synchronizer/doc_classes/DataBuffer.xml b/modules/network_synchronizer/doc_classes/DataBuffer.xml index 175e3f3b7..7b4cbfdc4 100644 --- a/modules/network_synchronizer/doc_classes/DataBuffer.xml +++ b/modules/network_synchronizer/doc_classes/DataBuffer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/Interpolator.xml b/modules/network_synchronizer/doc_classes/Interpolator.xml index 422dcac1c..fd94f1b6c 100644 --- a/modules/network_synchronizer/doc_classes/Interpolator.xml +++ b/modules/network_synchronizer/doc_classes/Interpolator.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/NetworkedController.xml b/modules/network_synchronizer/doc_classes/NetworkedController.xml index 09eed5af3..6dfa11ab1 100644 --- a/modules/network_synchronizer/doc_classes/NetworkedController.xml +++ b/modules/network_synchronizer/doc_classes/NetworkedController.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/SceneDiff.xml b/modules/network_synchronizer/doc_classes/SceneDiff.xml index 109a8b335..63d44c62c 100644 --- a/modules/network_synchronizer/doc_classes/SceneDiff.xml +++ b/modules/network_synchronizer/doc_classes/SceneDiff.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml b/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml index 11a36106e..5e9629015 100644 --- a/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml +++ b/modules/network_synchronizer/doc_classes/SceneSynchronizer.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/opensimplex/doc_classes/NoiseTexture.xml b/modules/opensimplex/doc_classes/NoiseTexture.xml index e134686f4..31351db3c 100644 --- a/modules/opensimplex/doc_classes/NoiseTexture.xml +++ b/modules/opensimplex/doc_classes/NoiseTexture.xml @@ -1,5 +1,5 @@ - + [OpenSimplexNoise] filled texture. @@ -34,6 +34,7 @@ An offset used to specify the noise space coordinate of the top left corner of the generated noise. This value is ignored if [member seamless] is enabled. + Whether the texture can be tiled without visible seams or not. Seamless textures take longer to generate. [b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless noise. This is due to the way noise uses higher dimensions for generating seamless noise. diff --git a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml index dbd18ed03..df9a69e5c 100644 --- a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml +++ b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml @@ -1,5 +1,5 @@ - + Noise generator based on Open Simplex. diff --git a/modules/paint/doc_classes/BrightenAction.xml b/modules/paint/doc_classes/BrightenAction.xml index 570ba9cc0..99274f365 100644 --- a/modules/paint/doc_classes/BrightenAction.xml +++ b/modules/paint/doc_classes/BrightenAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/BrushAction.xml b/modules/paint/doc_classes/BrushAction.xml index 990ed32cb..52ad11f62 100644 --- a/modules/paint/doc_classes/BrushAction.xml +++ b/modules/paint/doc_classes/BrushAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/BucketAction.xml b/modules/paint/doc_classes/BucketAction.xml index a3f315bdd..24f1cf1f0 100644 --- a/modules/paint/doc_classes/BucketAction.xml +++ b/modules/paint/doc_classes/BucketAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/CutAction.xml b/modules/paint/doc_classes/CutAction.xml index 2efcd9426..2c0d7fd7f 100644 --- a/modules/paint/doc_classes/CutAction.xml +++ b/modules/paint/doc_classes/CutAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/DarkenAction.xml b/modules/paint/doc_classes/DarkenAction.xml index aba1efb2a..7361b53ce 100644 --- a/modules/paint/doc_classes/DarkenAction.xml +++ b/modules/paint/doc_classes/DarkenAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/LineAction.xml b/modules/paint/doc_classes/LineAction.xml index abb83df18..19e3faf32 100644 --- a/modules/paint/doc_classes/LineAction.xml +++ b/modules/paint/doc_classes/LineAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/MultiLineAction.xml b/modules/paint/doc_classes/MultiLineAction.xml index 3a1424768..9f1db3130 100644 --- a/modules/paint/doc_classes/MultiLineAction.xml +++ b/modules/paint/doc_classes/MultiLineAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintAction.xml b/modules/paint/doc_classes/PaintAction.xml index 0132a77f5..f515d0167 100644 --- a/modules/paint/doc_classes/PaintAction.xml +++ b/modules/paint/doc_classes/PaintAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCanvas.xml b/modules/paint/doc_classes/PaintCanvas.xml index 9feda908f..dabc8b3eb 100644 --- a/modules/paint/doc_classes/PaintCanvas.xml +++ b/modules/paint/doc_classes/PaintCanvas.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCanvasBackground.xml b/modules/paint/doc_classes/PaintCanvasBackground.xml index f99ad1bf7..7d3e73cd4 100644 --- a/modules/paint/doc_classes/PaintCanvasBackground.xml +++ b/modules/paint/doc_classes/PaintCanvasBackground.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintCustomPropertyInspector.xml b/modules/paint/doc_classes/PaintCustomPropertyInspector.xml index ac0127261..aeadb1aa0 100644 --- a/modules/paint/doc_classes/PaintCustomPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintCustomPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintNode.xml b/modules/paint/doc_classes/PaintNode.xml index 42c06535b..4c2ad6e8a 100644 --- a/modules/paint/doc_classes/PaintNode.xml +++ b/modules/paint/doc_classes/PaintNode.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintProject.xml b/modules/paint/doc_classes/PaintProject.xml index d5d93902d..1e40718ed 100644 --- a/modules/paint/doc_classes/PaintProject.xml +++ b/modules/paint/doc_classes/PaintProject.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintProjectPropertyInspector.xml b/modules/paint/doc_classes/PaintProjectPropertyInspector.xml index f90a78528..6e65acc6a 100644 --- a/modules/paint/doc_classes/PaintProjectPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintProjectPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml b/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml index 55f552b16..e7458b4c4 100644 --- a/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintProjectToolsPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintToolsPropertyInspector.xml b/modules/paint/doc_classes/PaintToolsPropertyInspector.xml index 4c0fa477b..6899bbb01 100644 --- a/modules/paint/doc_classes/PaintToolsPropertyInspector.xml +++ b/modules/paint/doc_classes/PaintToolsPropertyInspector.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PaintVisualGrid.xml b/modules/paint/doc_classes/PaintVisualGrid.xml index 7f171ec99..492e2b439 100644 --- a/modules/paint/doc_classes/PaintVisualGrid.xml +++ b/modules/paint/doc_classes/PaintVisualGrid.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PasteCutAction.xml b/modules/paint/doc_classes/PasteCutAction.xml index 5e581289a..6786eff63 100644 --- a/modules/paint/doc_classes/PasteCutAction.xml +++ b/modules/paint/doc_classes/PasteCutAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/PencilAction.xml b/modules/paint/doc_classes/PencilAction.xml index 5b7c65461..749ab3e39 100644 --- a/modules/paint/doc_classes/PencilAction.xml +++ b/modules/paint/doc_classes/PencilAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/RainbowAction.xml b/modules/paint/doc_classes/RainbowAction.xml index 980498102..4200d2e64 100644 --- a/modules/paint/doc_classes/RainbowAction.xml +++ b/modules/paint/doc_classes/RainbowAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/paint/doc_classes/RectAction.xml b/modules/paint/doc_classes/RectAction.xml index b387afc5d..c15326002 100644 --- a/modules/paint/doc_classes/RectAction.xml +++ b/modules/paint/doc_classes/RectAction.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/GroundClutter.xml b/modules/props/doc_classes/GroundClutter.xml index cabd1f94e..7ac7ac5a7 100644 --- a/modules/props/doc_classes/GroundClutter.xml +++ b/modules/props/doc_classes/GroundClutter.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/GroundClutterFoliage.xml b/modules/props/doc_classes/GroundClutterFoliage.xml index 146843b84..7852d4684 100644 --- a/modules/props/doc_classes/GroundClutterFoliage.xml +++ b/modules/props/doc_classes/GroundClutterFoliage.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropCache.xml b/modules/props/doc_classes/PropCache.xml index b672e1ba9..9fec3657e 100644 --- a/modules/props/doc_classes/PropCache.xml +++ b/modules/props/doc_classes/PropCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropData.xml b/modules/props/doc_classes/PropData.xml index c1ed5a8bb..390994c05 100644 --- a/modules/props/doc_classes/PropData.xml +++ b/modules/props/doc_classes/PropData.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataEntry.xml b/modules/props/doc_classes/PropDataEntry.xml index 16eec6da2..f8a260210 100644 --- a/modules/props/doc_classes/PropDataEntry.xml +++ b/modules/props/doc_classes/PropDataEntry.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataLight.xml b/modules/props/doc_classes/PropDataLight.xml index 2cd3f3945..d6e6267e2 100644 --- a/modules/props/doc_classes/PropDataLight.xml +++ b/modules/props/doc_classes/PropDataLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataPortal.xml b/modules/props/doc_classes/PropDataPortal.xml index ef01fc4e8..75680233e 100644 --- a/modules/props/doc_classes/PropDataPortal.xml +++ b/modules/props/doc_classes/PropDataPortal.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataProp.xml b/modules/props/doc_classes/PropDataProp.xml index e5908263a..30de3cda1 100644 --- a/modules/props/doc_classes/PropDataProp.xml +++ b/modules/props/doc_classes/PropDataProp.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataScene.xml b/modules/props/doc_classes/PropDataScene.xml index 179e1ddf4..0dfa95507 100644 --- a/modules/props/doc_classes/PropDataScene.xml +++ b/modules/props/doc_classes/PropDataScene.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropDataTiledWall.xml b/modules/props/doc_classes/PropDataTiledWall.xml index 0683c80d5..538bfa84a 100644 --- a/modules/props/doc_classes/PropDataTiledWall.xml +++ b/modules/props/doc_classes/PropDataTiledWall.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropESSEntity.xml b/modules/props/doc_classes/PropESSEntity.xml index 928683d79..ee3b4d926 100644 --- a/modules/props/doc_classes/PropESSEntity.xml +++ b/modules/props/doc_classes/PropESSEntity.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstance.xml b/modules/props/doc_classes/PropInstance.xml index 354170922..4d8c02d89 100644 --- a/modules/props/doc_classes/PropInstance.xml +++ b/modules/props/doc_classes/PropInstance.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstanceJob.xml b/modules/props/doc_classes/PropInstanceJob.xml index 066360aef..bd2edc05b 100644 --- a/modules/props/doc_classes/PropInstanceJob.xml +++ b/modules/props/doc_classes/PropInstanceJob.xml @@ -1,5 +1,5 @@ - + @@ -94,5 +94,11 @@ + + + + + + diff --git a/modules/props/doc_classes/PropInstanceMerger.xml b/modules/props/doc_classes/PropInstanceMerger.xml index e1305d99c..976852ac0 100644 --- a/modules/props/doc_classes/PropInstanceMerger.xml +++ b/modules/props/doc_classes/PropInstanceMerger.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropInstancePropJob.xml b/modules/props/doc_classes/PropInstancePropJob.xml index 0cd5e28bf..ed78118ee 100644 --- a/modules/props/doc_classes/PropInstancePropJob.xml +++ b/modules/props/doc_classes/PropInstancePropJob.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropLight.xml b/modules/props/doc_classes/PropLight.xml index 01cc43295..0a9db5b3d 100644 --- a/modules/props/doc_classes/PropLight.xml +++ b/modules/props/doc_classes/PropLight.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMaterialCache.xml b/modules/props/doc_classes/PropMaterialCache.xml index 5a1a0ba3c..415fd0086 100644 --- a/modules/props/doc_classes/PropMaterialCache.xml +++ b/modules/props/doc_classes/PropMaterialCache.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/props/doc_classes/PropMaterialCachePCM.xml b/modules/props/doc_classes/PropMaterialCachePCM.xml index 7fbd457c4..e3017e899 100644 --- a/modules/props/doc_classes/PropMaterialCachePCM.xml +++ b/modules/props/doc_classes/PropMaterialCachePCM.xml @@ -1,5 +1,5 @@ - +