From e3ffa60199adca8bd43547992e42698a7ba15c47 Mon Sep 17 00:00:00 2001 From: Ced Naru Date: Mon, 23 Sep 2024 00:41:17 +0200 Subject: [PATCH] Rename VariantType to VariantParser --- .../codegen/extensions/TypedExtensions.kt | 80 +++++++------- .../services/impl/GenerationService.kt | 6 +- .../impl/KtCallableGenerationService.kt | 4 +- .../entrygenerator/ext/TypeExtensions.kt | 102 +++++++++--------- .../FunctionRegistrationGenerator.kt | 3 +- .../hintstring/ArrayHintStringGenerator.kt | 8 +- .../src/main/kotlin/godot/core/Functions.kt | 2 +- .../src/main/kotlin/godot/core/KtClass.kt | 2 +- .../src/main/kotlin/godot/core/Properties.kt | 6 +- .../src/main/kotlin/godot/core/Variant.kt | 20 ++-- .../main/kotlin/godot/core/VariantMapper.kt | 76 ++++++------- .../kotlin/godot/core/bridge/Dictionary.kt | 34 +++--- .../kotlin/godot/core/bridge/KtCallable.kt | 2 +- .../godot/core/bridge/NativeCallable.kt | 42 ++++---- .../main/kotlin/godot/core/bridge/NodePath.kt | 32 +++--- .../kotlin/godot/core/bridge/StringName.kt | 14 +-- .../kotlin/godot/core/bridge/VariantArray.kt | 58 +++++----- .../godot/core/bridge/packed/PackedArray.kt | 8 +- .../core/bridge/packed/PackedByteArray.kt | 64 +++++------ .../core/bridge/packed/PackedColorArray.kt | 16 +-- .../core/bridge/packed/PackedFloat32Array.kt | 16 +-- .../core/bridge/packed/PackedFloat64Array.kt | 18 ++-- .../core/bridge/packed/PackedInt32Array.kt | 16 +-- .../core/bridge/packed/PackedInt64Array.kt | 18 ++-- .../core/bridge/packed/PackedStringArray.kt | 16 +-- .../core/bridge/packed/PackedVector2Array.kt | 16 +-- .../core/bridge/packed/PackedVector3Array.kt | 16 +-- .../core/bridge/packed/PackedVector4Array.kt | 16 +-- .../kotlin/godot/core/memory/MemoryManager.kt | 4 +- .../godot/core/memory/NativeCoreBinding.kt | 4 +- .../main/kotlin/godot/gen/godot/AESContext.kt | 6 +- .../main/kotlin/godot/gen/godot/AStar2D.kt | 14 +-- .../main/kotlin/godot/gen/godot/AStar3D.kt | 14 +-- .../kotlin/godot/gen/godot/AStarGrid2D.kt | 18 ++-- .../kotlin/godot/gen/godot/AcceptDialog.kt | 8 +- .../godot/gen/godot/AnimatableBody2D.kt | 4 +- .../godot/gen/godot/AnimatableBody3D.kt | 4 +- .../godot/gen/godot/AnimatedSprite2D.kt | 16 +-- .../godot/gen/godot/AnimatedSprite3D.kt | 14 +-- .../kotlin/godot/gen/godot/AnimatedTexture.kt | 10 +- .../main/kotlin/godot/gen/godot/Animation.kt | 22 ++-- .../godot/gen/godot/AnimationLibrary.kt | 12 +-- .../kotlin/godot/gen/godot/AnimationMixer.kt | 22 ++-- .../kotlin/godot/gen/godot/AnimationNode.kt | 16 +-- .../godot/gen/godot/AnimationNodeAnimation.kt | 10 +- .../gen/godot/AnimationNodeBlendSpace1D.kt | 12 +-- .../gen/godot/AnimationNodeBlendSpace2D.kt | 12 +-- .../godot/gen/godot/AnimationNodeBlendTree.kt | 12 +-- .../godot/gen/godot/AnimationNodeOneShot.kt | 10 +- .../gen/godot/AnimationNodeStateMachine.kt | 12 +-- .../AnimationNodeStateMachinePlayback.kt | 10 +- .../AnimationNodeStateMachineTransition.kt | 14 +-- .../godot/gen/godot/AnimationNodeSync.kt | 4 +- .../gen/godot/AnimationNodeTransition.kt | 10 +- .../kotlin/godot/gen/godot/AnimationPlayer.kt | 16 +-- .../kotlin/godot/gen/godot/AnimationTree.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Area2D.kt | 16 +-- .../src/main/kotlin/godot/gen/godot/Area3D.kt | 18 ++-- .../main/kotlin/godot/gen/godot/ArrayMesh.kt | 27 ++--- .../kotlin/godot/gen/godot/ArrayOccluder3D.kt | 6 +- .../godot/gen/godot/AspectRatioContainer.kt | 6 +- .../kotlin/godot/gen/godot/AtlasTexture.kt | 8 +- .../godot/gen/godot/AudioEffectAmplify.kt | 4 +- .../godot/gen/godot/AudioEffectCapture.kt | 10 +- .../godot/gen/godot/AudioEffectChorus.kt | 6 +- .../godot/gen/godot/AudioEffectCompressor.kt | 6 +- .../godot/gen/godot/AudioEffectDelay.kt | 6 +- .../godot/gen/godot/AudioEffectDistortion.kt | 6 +- .../kotlin/godot/gen/godot/AudioEffectEQ.kt | 6 +- .../godot/gen/godot/AudioEffectFilter.kt | 6 +- .../godot/gen/godot/AudioEffectHardLimiter.kt | 4 +- .../godot/gen/godot/AudioEffectLimiter.kt | 4 +- .../godot/gen/godot/AudioEffectPanner.kt | 4 +- .../godot/gen/godot/AudioEffectPhaser.kt | 4 +- .../godot/gen/godot/AudioEffectPitchShift.kt | 6 +- .../godot/gen/godot/AudioEffectRecord.kt | 8 +- .../godot/gen/godot/AudioEffectReverb.kt | 4 +- .../gen/godot/AudioEffectSpectrumAnalyzer.kt | 6 +- .../AudioEffectSpectrumAnalyzerInstance.kt | 6 +- .../gen/godot/AudioEffectStereoEnhance.kt | 4 +- .../kotlin/godot/gen/godot/AudioListener2D.kt | 4 +- .../kotlin/godot/gen/godot/AudioListener3D.kt | 6 +- .../kotlin/godot/gen/godot/AudioServer.kt | 16 +-- .../kotlin/godot/gen/godot/AudioStream.kt | 6 +- .../godot/gen/godot/AudioStreamGenerator.kt | 4 +- .../gen/godot/AudioStreamGeneratorPlayback.kt | 10 +- .../godot/gen/godot/AudioStreamInteractive.kt | 14 +-- .../kotlin/godot/gen/godot/AudioStreamMP3.kt | 10 +- .../godot/gen/godot/AudioStreamOggVorbis.kt | 14 +-- .../godot/gen/godot/AudioStreamPlayback.kt | 4 +- .../godot/AudioStreamPlaybackInteractive.kt | 6 +- .../godot/AudioStreamPlaybackPolyphonic.kt | 12 +-- .../gen/godot/AudioStreamPlaybackResampled.kt | 2 +- .../godot/gen/godot/AudioStreamPlayer.kt | 12 +-- .../godot/gen/godot/AudioStreamPlayer2D.kt | 12 +-- .../godot/gen/godot/AudioStreamPlayer3D.kt | 12 +-- .../godot/gen/godot/AudioStreamPlaylist.kt | 10 +- .../godot/gen/godot/AudioStreamPolyphonic.kt | 4 +- .../godot/gen/godot/AudioStreamRandomizer.kt | 8 +- .../gen/godot/AudioStreamSynchronized.kt | 8 +- .../kotlin/godot/gen/godot/AudioStreamWAV.kt | 10 +- .../kotlin/godot/gen/godot/BackBufferCopy.kt | 6 +- .../main/kotlin/godot/gen/godot/BaseButton.kt | 8 +- .../kotlin/godot/gen/godot/BaseMaterial3D.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/BitMap.kt | 16 +-- .../src/main/kotlin/godot/gen/godot/Bone2D.kt | 10 +- .../godot/gen/godot/BoneAttachment3D.kt | 10 +- .../main/kotlin/godot/gen/godot/BoneMap.kt | 6 +- .../kotlin/godot/gen/godot/BoxContainer.kt | 8 +- .../main/kotlin/godot/gen/godot/BoxMesh.kt | 6 +- .../kotlin/godot/gen/godot/BoxOccluder3D.kt | 4 +- .../main/kotlin/godot/gen/godot/BoxShape3D.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Button.kt | 10 +- .../kotlin/godot/gen/godot/ButtonGroup.kt | 8 +- .../kotlin/godot/gen/godot/CPUParticles2D.kt | 18 ++-- .../kotlin/godot/gen/godot/CPUParticles3D.kt | 24 ++--- .../main/kotlin/godot/gen/godot/CSGBox3D.kt | 6 +- .../kotlin/godot/gen/godot/CSGCylinder3D.kt | 10 +- .../main/kotlin/godot/gen/godot/CSGMesh3D.kt | 4 +- .../kotlin/godot/gen/godot/CSGPolygon3D.kt | 14 +-- .../kotlin/godot/gen/godot/CSGPrimitive3D.kt | 4 +- .../main/kotlin/godot/gen/godot/CSGShape3D.kt | 10 +- .../kotlin/godot/gen/godot/CSGSphere3D.kt | 10 +- .../main/kotlin/godot/gen/godot/CSGTorus3D.kt | 10 +- .../kotlin/godot/gen/godot/CallbackTweener.kt | 4 +- .../main/kotlin/godot/gen/godot/Camera2D.kt | 12 +-- .../main/kotlin/godot/gen/godot/Camera3D.kt | 22 ++-- .../godot/gen/godot/CameraAttributes.kt | 6 +- .../gen/godot/CameraAttributesPhysical.kt | 4 +- .../gen/godot/CameraAttributesPractical.kt | 6 +- .../main/kotlin/godot/gen/godot/CameraFeed.kt | 10 +- .../kotlin/godot/gen/godot/CameraServer.kt | 8 +- .../kotlin/godot/gen/godot/CameraTexture.kt | 6 +- .../kotlin/godot/gen/godot/CanvasGroup.kt | 6 +- .../main/kotlin/godot/gen/godot/CanvasItem.kt | 26 ++--- .../godot/gen/godot/CanvasItemMaterial.kt | 6 +- .../kotlin/godot/gen/godot/CanvasLayer.kt | 16 +-- .../kotlin/godot/gen/godot/CanvasModulate.kt | 4 +- .../kotlin/godot/gen/godot/CanvasTexture.kt | 10 +- .../kotlin/godot/gen/godot/CapsuleMesh.kt | 6 +- .../kotlin/godot/gen/godot/CapsuleShape2D.kt | 4 +- .../kotlin/godot/gen/godot/CapsuleShape3D.kt | 4 +- .../kotlin/godot/gen/godot/CenterContainer.kt | 4 +- .../kotlin/godot/gen/godot/CharFXTransform.kt | 20 ++-- .../kotlin/godot/gen/godot/CharacterBody2D.kt | 12 +-- .../kotlin/godot/gen/godot/CharacterBody3D.kt | 12 +-- .../kotlin/godot/gen/godot/CircleShape2D.kt | 4 +- .../main/kotlin/godot/gen/godot/ClassDB.kt | 14 +-- .../main/kotlin/godot/gen/godot/CodeEdit.kt | 20 ++-- .../kotlin/godot/gen/godot/CodeHighlighter.kt | 10 +- .../godot/gen/godot/CollisionObject2D.kt | 16 +-- .../godot/gen/godot/CollisionObject3D.kt | 16 +-- .../godot/gen/godot/CollisionPolygon2D.kt | 10 +- .../godot/gen/godot/CollisionPolygon3D.kt | 8 +- .../godot/gen/godot/CollisionShape2D.kt | 10 +- .../godot/gen/godot/CollisionShape3D.kt | 6 +- .../kotlin/godot/gen/godot/ColorPicker.kt | 10 +- .../godot/gen/godot/ColorPickerButton.kt | 8 +- .../main/kotlin/godot/gen/godot/ColorRect.kt | 4 +- .../main/kotlin/godot/gen/godot/Compositor.kt | 4 +- .../godot/gen/godot/CompositorEffect.kt | 6 +- .../godot/gen/godot/CompressedTexture2D.kt | 4 +- .../godot/gen/godot/CompressedTexture3D.kt | 4 +- .../gen/godot/CompressedTextureLayered.kt | 4 +- .../godot/gen/godot/ConcavePolygonShape2D.kt | 4 +- .../godot/gen/godot/ConcavePolygonShape3D.kt | 6 +- .../godot/gen/godot/ConeTwistJoint3D.kt | 6 +- .../main/kotlin/godot/gen/godot/ConfigFile.kt | 12 +-- .../godot/gen/godot/ConfirmationDialog.kt | 6 +- .../main/kotlin/godot/gen/godot/Container.kt | 6 +- .../main/kotlin/godot/gen/godot/Control.kt | 24 ++--- .../godot/gen/godot/ConvexPolygonShape2D.kt | 4 +- .../godot/gen/godot/ConvexPolygonShape3D.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Crypto.kt | 10 +- .../main/kotlin/godot/gen/godot/CryptoKey.kt | 6 +- .../main/kotlin/godot/gen/godot/Cubemap.kt | 2 +- .../kotlin/godot/gen/godot/CubemapArray.kt | 2 +- .../src/main/kotlin/godot/gen/godot/Curve.kt | 8 +- .../main/kotlin/godot/gen/godot/Curve2D.kt | 14 +-- .../main/kotlin/godot/gen/godot/Curve3D.kt | 16 +-- .../kotlin/godot/gen/godot/CurveTexture.kt | 6 +- .../kotlin/godot/gen/godot/CurveXYZTexture.kt | 6 +- .../kotlin/godot/gen/godot/CylinderMesh.kt | 8 +- .../kotlin/godot/gen/godot/CylinderShape3D.kt | 4 +- .../main/kotlin/godot/gen/godot/DTLSServer.kt | 4 +- .../godot/gen/godot/DampedSpringJoint2D.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Decal.kt | 14 +-- .../main/kotlin/godot/gen/godot/DirAccess.kt | 12 +-- .../godot/gen/godot/DirectionalLight2D.kt | 4 +- .../godot/gen/godot/DirectionalLight3D.kt | 6 +- .../kotlin/godot/gen/godot/DisplayServer.kt | 38 +++---- .../kotlin/godot/gen/godot/ENetConnection.kt | 16 +-- .../godot/gen/godot/ENetMultiplayerPeer.kt | 8 +- .../kotlin/godot/gen/godot/ENetPacketPeer.kt | 12 +-- .../godot/gen/godot/EncodedObjectAsID.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Engine.kt | 20 ++-- .../kotlin/godot/gen/godot/EngineDebugger.kt | 16 +-- .../kotlin/godot/gen/godot/Environment.kt | 14 +-- .../main/kotlin/godot/gen/godot/Expression.kt | 12 +-- .../main/kotlin/godot/gen/godot/FBXState.kt | 4 +- .../kotlin/godot/gen/godot/FastNoiseLite.kt | 10 +- .../main/kotlin/godot/gen/godot/FileAccess.kt | 16 +-- .../main/kotlin/godot/gen/godot/FileDialog.kt | 14 +-- .../kotlin/godot/gen/godot/FlowContainer.kt | 6 +- .../kotlin/godot/gen/godot/FogMaterial.kt | 8 +- .../main/kotlin/godot/gen/godot/FogVolume.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Font.kt | 22 ++-- .../main/kotlin/godot/gen/godot/FontFile.kt | 30 +++--- .../kotlin/godot/gen/godot/FontVariation.kt | 12 +-- .../godot/gen/godot/FramebufferCacheRD.kt | 6 +- .../kotlin/godot/gen/godot/GDExtension.kt | 4 +- .../godot/gen/godot/GDExtensionManager.kt | 10 +- .../kotlin/godot/gen/godot/GLTFAccessor.kt | 8 +- .../kotlin/godot/gen/godot/GLTFAnimation.kt | 8 +- .../kotlin/godot/gen/godot/GLTFBufferView.kt | 10 +- .../main/kotlin/godot/gen/godot/GLTFCamera.kt | 10 +- .../kotlin/godot/gen/godot/GLTFDocument.kt | 14 +-- .../main/kotlin/godot/gen/godot/GLTFLight.kt | 14 +-- .../main/kotlin/godot/gen/godot/GLTFMesh.kt | 12 +-- .../main/kotlin/godot/gen/godot/GLTFNode.kt | 16 +-- .../kotlin/godot/gen/godot/GLTFPhysicsBody.kt | 16 +-- .../godot/gen/godot/GLTFPhysicsShape.kt | 16 +-- .../kotlin/godot/gen/godot/GLTFSkeleton.kt | 12 +-- .../main/kotlin/godot/gen/godot/GLTFSkin.kt | 12 +-- .../kotlin/godot/gen/godot/GLTFSpecGloss.kt | 8 +- .../main/kotlin/godot/gen/godot/GLTFState.kt | 22 ++-- .../kotlin/godot/gen/godot/GLTFTexture.kt | 4 +- .../godot/gen/godot/GLTFTextureSampler.kt | 4 +- .../kotlin/godot/gen/godot/GPUParticles2D.kt | 20 ++-- .../kotlin/godot/gen/godot/GPUParticles3D.kt | 28 ++--- .../gen/godot/GPUParticlesAttractor3D.kt | 6 +- .../gen/godot/GPUParticlesAttractorBox3D.kt | 4 +- .../godot/GPUParticlesAttractorSphere3D.kt | 4 +- .../GPUParticlesAttractorVectorField3D.kt | 6 +- .../gen/godot/GPUParticlesCollision3D.kt | 4 +- .../gen/godot/GPUParticlesCollisionBox3D.kt | 4 +- .../GPUParticlesCollisionHeightField3D.kt | 8 +- .../gen/godot/GPUParticlesCollisionSDF3D.kt | 12 +-- .../godot/GPUParticlesCollisionSphere3D.kt | 4 +- .../godot/gen/godot/Generic6DOFJoint3D.kt | 8 +- .../main/kotlin/godot/gen/godot/Geometry2D.kt | 16 +-- .../main/kotlin/godot/gen/godot/Geometry3D.kt | 14 +-- .../godot/gen/godot/GeometryInstance3D.kt | 19 ++-- .../main/kotlin/godot/gen/godot/Gradient.kt | 12 +-- .../godot/gen/godot/GradientTexture1D.kt | 8 +- .../godot/gen/godot/GradientTexture2D.kt | 10 +- .../main/kotlin/godot/gen/godot/GraphEdit.kt | 22 ++-- .../kotlin/godot/gen/godot/GraphElement.kt | 6 +- .../main/kotlin/godot/gen/godot/GraphFrame.kt | 12 +-- .../main/kotlin/godot/gen/godot/GraphNode.kt | 14 +-- .../kotlin/godot/gen/godot/GridContainer.kt | 4 +- .../main/kotlin/godot/gen/godot/GridMap.kt | 20 ++-- .../kotlin/godot/gen/godot/GrooveJoint2D.kt | 4 +- .../kotlin/godot/gen/godot/HMACContext.kt | 4 +- .../main/kotlin/godot/gen/godot/HTTPClient.kt | 16 +-- .../kotlin/godot/gen/godot/HTTPRequest.kt | 16 +-- .../kotlin/godot/gen/godot/HashingContext.kt | 4 +- .../godot/gen/godot/HeightMapShape3D.kt | 10 +- .../kotlin/godot/gen/godot/HingeJoint3D.kt | 8 +- .../src/main/kotlin/godot/gen/godot/IP.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Image.kt | 22 ++-- .../gen/godot/ImageFormatLoaderExtension.kt | 2 +- .../kotlin/godot/gen/godot/ImageTexture.kt | 8 +- .../kotlin/godot/gen/godot/ImageTexture3D.kt | 8 +- .../godot/gen/godot/ImageTextureLayered.kt | 8 +- .../kotlin/godot/gen/godot/ImmediateMesh.kt | 14 +-- .../kotlin/godot/gen/godot/ImporterMesh.kt | 18 ++-- .../godot/gen/godot/ImporterMeshInstance3D.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Input.kt | 22 ++-- .../main/kotlin/godot/gen/godot/InputEvent.kt | 18 ++-- .../godot/gen/godot/InputEventAction.kt | 10 +- .../godot/gen/godot/InputEventFromWindow.kt | 4 +- .../godot/gen/godot/InputEventGesture.kt | 4 +- .../godot/gen/godot/InputEventJoypadButton.kt | 8 +- .../godot/gen/godot/InputEventJoypadMotion.kt | 6 +- .../kotlin/godot/gen/godot/InputEventKey.kt | 8 +- .../kotlin/godot/gen/godot/InputEventMIDI.kt | 4 +- .../gen/godot/InputEventMagnifyGesture.kt | 4 +- .../kotlin/godot/gen/godot/InputEventMouse.kt | 6 +- .../godot/gen/godot/InputEventMouseButton.kt | 8 +- .../godot/gen/godot/InputEventMouseMotion.kt | 8 +- .../godot/gen/godot/InputEventPanGesture.kt | 4 +- .../godot/gen/godot/InputEventScreenDrag.kt | 10 +- .../godot/gen/godot/InputEventScreenTouch.kt | 8 +- .../godot/gen/godot/InputEventShortcut.kt | 4 +- .../gen/godot/InputEventWithModifiers.kt | 6 +- .../main/kotlin/godot/gen/godot/InputMap.kt | 12 +-- .../godot/gen/godot/InstancePlaceholder.kt | 8 +- .../main/kotlin/godot/gen/godot/ItemList.kt | 22 ++-- .../src/main/kotlin/godot/gen/godot/JSON.kt | 8 +- .../main/kotlin/godot/gen/godot/JSONRPC.kt | 12 +-- .../godot/gen/godot/JavaClassWrapper.kt | 4 +- .../godot/gen/godot/JavaScriptBridge.kt | 14 +-- .../main/kotlin/godot/gen/godot/Joint2D.kt | 10 +- .../main/kotlin/godot/gen/godot/Joint3D.kt | 10 +- .../godot/gen/godot/KinematicCollision2D.kt | 10 +- .../godot/gen/godot/KinematicCollision3D.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Label.kt | 18 ++-- .../main/kotlin/godot/gen/godot/Label3D.kt | 18 ++-- .../kotlin/godot/gen/godot/LabelSettings.kt | 12 +-- .../main/kotlin/godot/gen/godot/Light2D.kt | 10 +- .../main/kotlin/godot/gen/godot/Light3D.kt | 12 +-- .../kotlin/godot/gen/godot/LightOccluder2D.kt | 8 +- .../main/kotlin/godot/gen/godot/LightmapGI.kt | 12 +-- .../kotlin/godot/gen/godot/LightmapGIData.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/Line2D.kt | 16 +-- .../main/kotlin/godot/gen/godot/LineEdit.kt | 14 +-- .../main/kotlin/godot/gen/godot/LinkButton.kt | 8 +- .../main/kotlin/godot/gen/godot/Marker2D.kt | 4 +- .../main/kotlin/godot/gen/godot/Marker3D.kt | 4 +- .../main/kotlin/godot/gen/godot/Marshalls.kt | 6 +- .../main/kotlin/godot/gen/godot/Material.kt | 6 +- .../main/kotlin/godot/gen/godot/MenuBar.kt | 10 +- .../main/kotlin/godot/gen/godot/MenuButton.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Mesh.kt | 20 ++-- .../godot/MeshConvexDecompositionSettings.kt | 8 +- .../kotlin/godot/gen/godot/MeshDataTool.kt | 18 ++-- .../kotlin/godot/gen/godot/MeshInstance2D.kt | 4 +- .../kotlin/godot/gen/godot/MeshInstance3D.kt | 14 +-- .../kotlin/godot/gen/godot/MeshLibrary.kt | 14 +-- .../kotlin/godot/gen/godot/MeshTexture.kt | 6 +- .../kotlin/godot/gen/godot/MethodTweener.kt | 6 +- .../kotlin/godot/gen/godot/MissingNode.kt | 6 +- .../kotlin/godot/gen/godot/MissingResource.kt | 6 +- .../godot/gen/godot/MobileVRInterface.kt | 6 +- .../kotlin/godot/gen/godot/MovieWriter.kt | 4 +- .../main/kotlin/godot/gen/godot/MultiMesh.kt | 27 ++--- .../godot/gen/godot/MultiMeshInstance2D.kt | 4 +- .../godot/gen/godot/MultiMeshInstance3D.kt | 4 +- .../kotlin/godot/gen/godot/MultiplayerAPI.kt | 14 +-- .../kotlin/godot/gen/godot/MultiplayerPeer.kt | 6 +- .../godot/gen/godot/MultiplayerSpawner.kt | 12 +-- .../gen/godot/MultiplayerSynchronizer.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/Mutex.kt | 4 +- .../main/kotlin/godot/gen/godot/NativeMenu.kt | 20 ++-- .../godot/gen/godot/NavigationAgent2D.kt | 18 ++-- .../godot/gen/godot/NavigationAgent3D.kt | 18 ++-- .../godot/gen/godot/NavigationLink2D.kt | 12 +-- .../godot/gen/godot/NavigationLink3D.kt | 12 +-- .../kotlin/godot/gen/godot/NavigationMesh.kt | 24 ++--- .../gen/godot/NavigationMeshGenerator.kt | 6 +- .../NavigationMeshSourceGeometryData2D.kt | 10 +- .../NavigationMeshSourceGeometryData3D.kt | 18 ++-- .../godot/gen/godot/NavigationObstacle2D.kt | 14 +-- .../godot/gen/godot/NavigationObstacle3D.kt | 14 +-- .../godot/NavigationPathQueryParameters2D.kt | 12 +-- .../godot/NavigationPathQueryParameters3D.kt | 12 +-- .../gen/godot/NavigationPathQueryResult2D.kt | 10 +- .../gen/godot/NavigationPathQueryResult3D.kt | 10 +- .../godot/gen/godot/NavigationPolygon.kt | 20 ++-- .../godot/gen/godot/NavigationRegion2D.kt | 12 +-- .../godot/gen/godot/NavigationRegion3D.kt | 12 +-- .../godot/gen/godot/NavigationServer2D.kt | 22 ++-- .../godot/gen/godot/NavigationServer3D.kt | 22 ++-- .../kotlin/godot/gen/godot/NinePatchRect.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Node.kt | 18 ++-- .../src/main/kotlin/godot/gen/godot/Node2D.kt | 12 +-- .../src/main/kotlin/godot/gen/godot/Node3D.kt | 22 ++-- .../src/main/kotlin/godot/gen/godot/Noise.kt | 14 +-- .../kotlin/godot/gen/godot/NoiseTexture2D.kt | 10 +- .../kotlin/godot/gen/godot/NoiseTexture3D.kt | 10 +- .../src/main/kotlin/godot/gen/godot/OS.kt | 16 +-- .../src/main/kotlin/godot/gen/godot/Object.kt | 16 +-- .../main/kotlin/godot/gen/godot/Occluder3D.kt | 4 +- .../godot/gen/godot/OccluderInstance3D.kt | 10 +- .../godot/gen/godot/OccluderPolygon2D.kt | 8 +- .../godot/gen/godot/OggPacketSequence.kt | 8 +- .../kotlin/godot/gen/godot/OmniLight3D.kt | 4 +- .../godot/gen/godot/OpenXRAPIExtension.kt | 12 +-- .../kotlin/godot/gen/godot/OpenXRAction.kt | 8 +- .../kotlin/godot/gen/godot/OpenXRActionMap.kt | 10 +- .../kotlin/godot/gen/godot/OpenXRActionSet.kt | 10 +- .../godot/gen/godot/OpenXRCompositionLayer.kt | 12 +-- .../godot/OpenXRCompositionLayerCylinder.kt | 6 +- .../godot/OpenXRCompositionLayerEquirect.kt | 6 +- .../gen/godot/OpenXRCompositionLayerQuad.kt | 4 +- .../godot/OpenXRExtensionWrapperExtension.kt | 4 +- .../main/kotlin/godot/gen/godot/OpenXRHand.kt | 6 +- .../kotlin/godot/gen/godot/OpenXRIPBinding.kt | 12 +-- .../gen/godot/OpenXRInteractionProfile.kt | 10 +- .../godot/OpenXRInteractionProfileMetadata.kt | 6 +- .../kotlin/godot/gen/godot/OpenXRInterface.kt | 16 +-- .../godot/gen/godot/OptimizedTranslation.kt | 4 +- .../kotlin/godot/gen/godot/OptionButton.kt | 10 +- .../main/kotlin/godot/gen/godot/PCKPacker.kt | 6 +- .../godot/gen/godot/PackedDataContainer.kt | 2 +- .../godot/gen/godot/PackedDataContainerRef.kt | 2 +- .../kotlin/godot/gen/godot/PackedScene.kt | 6 +- .../main/kotlin/godot/gen/godot/PacketPeer.kt | 8 +- .../kotlin/godot/gen/godot/PacketPeerDTLS.kt | 8 +- .../godot/gen/godot/PacketPeerStream.kt | 6 +- .../kotlin/godot/gen/godot/PacketPeerUDP.kt | 8 +- .../godot/gen/godot/PanoramaSkyMaterial.kt | 8 +- .../main/kotlin/godot/gen/godot/Parallax2D.kt | 8 +- .../godot/gen/godot/ParallaxBackground.kt | 6 +- .../kotlin/godot/gen/godot/ParallaxLayer.kt | 4 +- .../gen/godot/ParticleProcessMaterial.kt | 16 +-- .../src/main/kotlin/godot/gen/godot/Path2D.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Path3D.kt | 4 +- .../kotlin/godot/gen/godot/PathFollow2D.kt | 6 +- .../kotlin/godot/gen/godot/PathFollow3D.kt | 10 +- .../kotlin/godot/gen/godot/Performance.kt | 14 +-- .../kotlin/godot/gen/godot/PhysicalBone2D.kt | 10 +- .../kotlin/godot/gen/godot/PhysicalBone3D.kt | 12 +-- .../gen/godot/PhysicalBoneSimulator3D.kt | 8 +- .../godot/gen/godot/PhysicalSkyMaterial.kt | 10 +- .../kotlin/godot/gen/godot/PhysicsBody2D.kt | 14 +-- .../kotlin/godot/gen/godot/PhysicsBody3D.kt | 16 +-- .../gen/godot/PhysicsDirectBodyState2D.kt | 16 +-- .../gen/godot/PhysicsDirectBodyState3D.kt | 18 ++-- .../gen/godot/PhysicsDirectSpaceState2D.kt | 10 +- .../PhysicsDirectSpaceState2DExtension.kt | 4 +- .../gen/godot/PhysicsDirectSpaceState3D.kt | 10 +- .../PhysicsDirectSpaceState3DExtension.kt | 4 +- .../kotlin/godot/gen/godot/PhysicsMaterial.kt | 6 +- .../godot/PhysicsPointQueryParameters2D.kt | 10 +- .../godot/PhysicsPointQueryParameters3D.kt | 10 +- .../gen/godot/PhysicsRayQueryParameters2D.kt | 12 +-- .../gen/godot/PhysicsRayQueryParameters3D.kt | 12 +-- .../kotlin/godot/gen/godot/PhysicsServer2D.kt | 18 ++-- .../godot/gen/godot/PhysicsServer2DManager.kt | 8 +- .../kotlin/godot/gen/godot/PhysicsServer3D.kt | 22 ++-- .../godot/gen/godot/PhysicsServer3DManager.kt | 8 +- .../PhysicsServer3DRenderingServerHandler.kt | 8 +- .../godot/PhysicsShapeQueryParameters2D.kt | 18 ++-- .../godot/PhysicsShapeQueryParameters3D.kt | 18 ++-- .../godot/PhysicsTestMotionParameters2D.kt | 12 +-- .../godot/PhysicsTestMotionParameters3D.kt | 14 +-- .../gen/godot/PhysicsTestMotionResult2D.kt | 10 +- .../gen/godot/PhysicsTestMotionResult3D.kt | 10 +- .../main/kotlin/godot/gen/godot/PinJoint2D.kt | 6 +- .../main/kotlin/godot/gen/godot/PinJoint3D.kt | 6 +- .../kotlin/godot/gen/godot/PlaceholderMesh.kt | 4 +- .../godot/gen/godot/PlaceholderTexture2D.kt | 4 +- .../godot/gen/godot/PlaceholderTexture3D.kt | 4 +- .../gen/godot/PlaceholderTextureLayered.kt | 6 +- .../main/kotlin/godot/gen/godot/PlaneMesh.kt | 8 +- .../kotlin/godot/gen/godot/PointLight2D.kt | 8 +- .../main/kotlin/godot/gen/godot/Polygon2D.kt | 24 ++--- .../godot/gen/godot/PolygonOccluder3D.kt | 4 +- .../godot/gen/godot/PolygonPathFinder.kt | 16 +-- .../main/kotlin/godot/gen/godot/PopupMenu.kt | 14 +-- .../gen/godot/PortableCompressedTexture2D.kt | 12 +-- .../kotlin/godot/gen/godot/PrimitiveMesh.kt | 17 +-- .../main/kotlin/godot/gen/godot/PrismMesh.kt | 8 +- .../godot/gen/godot/ProceduralSkyMaterial.kt | 10 +- .../kotlin/godot/gen/godot/ProgressBar.kt | 6 +- .../kotlin/godot/gen/godot/ProjectSettings.kt | 14 +-- .../kotlin/godot/gen/godot/PropertyTweener.kt | 8 +- .../kotlin/godot/gen/godot/QuadOccluder3D.kt | 4 +- .../godot/gen/godot/RDAttachmentFormat.kt | 4 +- .../godot/gen/godot/RDFramebufferPass.kt | 6 +- .../gen/godot/RDPipelineColorBlendState.kt | 10 +- .../RDPipelineColorBlendStateAttachment.kt | 6 +- .../gen/godot/RDPipelineDepthStencilState.kt | 8 +- .../gen/godot/RDPipelineMultisampleState.kt | 10 +- .../gen/godot/RDPipelineRasterizationState.kt | 8 +- .../godot/RDPipelineSpecializationConstant.kt | 4 +- .../kotlin/godot/gen/godot/RDSamplerState.kt | 8 +- .../kotlin/godot/gen/godot/RDShaderFile.kt | 10 +- .../kotlin/godot/gen/godot/RDShaderSPIRV.kt | 8 +- .../kotlin/godot/gen/godot/RDShaderSource.kt | 6 +- .../kotlin/godot/gen/godot/RDTextureFormat.kt | 4 +- .../kotlin/godot/gen/godot/RDTextureView.kt | 4 +- .../main/kotlin/godot/gen/godot/RDUniform.kt | 8 +- .../godot/gen/godot/RDVertexAttribute.kt | 4 +- .../godot/gen/godot/RandomNumberGenerator.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Range.kt | 8 +- .../main/kotlin/godot/gen/godot/RayCast2D.kt | 12 +-- .../main/kotlin/godot/gen/godot/RayCast3D.kt | 14 +-- .../godot/gen/godot/RectangleShape2D.kt | 4 +- .../main/kotlin/godot/gen/godot/RefCounted.kt | 4 +- .../kotlin/godot/gen/godot/ReferenceRect.kt | 8 +- .../kotlin/godot/gen/godot/ReflectionProbe.kt | 12 +-- .../src/main/kotlin/godot/gen/godot/RegEx.kt | 14 +-- .../main/kotlin/godot/gen/godot/RegExMatch.kt | 8 +- .../godot/gen/godot/RegisterEngineTypes.kt | 2 +- .../godot/gen/godot/RemoteTransform2D.kt | 6 +- .../godot/gen/godot/RemoteTransform3D.kt | 6 +- .../main/kotlin/godot/gen/godot/RenderData.kt | 4 +- .../godot/gen/godot/RenderSceneBuffers.kt | 4 +- .../godot/RenderSceneBuffersConfiguration.kt | 10 +- .../godot/gen/godot/RenderSceneBuffersRD.kt | 16 +-- .../kotlin/godot/gen/godot/RenderSceneData.kt | 10 +- .../kotlin/godot/gen/godot/RenderingDevice.kt | 30 +++--- .../kotlin/godot/gen/godot/RenderingServer.kt | 86 +++++++-------- .../main/kotlin/godot/gen/godot/Resource.kt | 10 +- .../kotlin/godot/gen/godot/ResourceLoader.kt | 14 +-- .../godot/gen/godot/ResourcePreloader.kt | 10 +- .../kotlin/godot/gen/godot/ResourceSaver.kt | 12 +-- .../kotlin/godot/gen/godot/ResourceUID.kt | 8 +- .../kotlin/godot/gen/godot/RibbonTrailMesh.kt | 8 +- .../kotlin/godot/gen/godot/RichTextLabel.kt | 26 ++--- .../kotlin/godot/gen/godot/RigidBody2D.kt | 14 +-- .../kotlin/godot/gen/godot/RigidBody3D.kt | 16 +-- .../kotlin/godot/gen/godot/RootMotionView.kt | 10 +- .../godot/gen/godot/SceneMultiplayer.kt | 16 +-- .../godot/gen/godot/SceneReplicationConfig.kt | 10 +- .../main/kotlin/godot/gen/godot/SceneState.kt | 16 +-- .../main/kotlin/godot/gen/godot/SceneTree.kt | 18 ++-- .../kotlin/godot/gen/godot/SceneTreeTimer.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Script.kt | 16 +-- .../main/kotlin/godot/gen/godot/ScrollBar.kt | 4 +- .../kotlin/godot/gen/godot/ScrollContainer.kt | 10 +- .../kotlin/godot/gen/godot/SegmentShape2D.kt | 4 +- .../main/kotlin/godot/gen/godot/Semaphore.kt | 4 +- .../godot/gen/godot/SeparationRayShape2D.kt | 6 +- .../godot/gen/godot/SeparationRayShape3D.kt | 6 +- .../src/main/kotlin/godot/gen/godot/Shader.kt | 14 +-- .../kotlin/godot/gen/godot/ShaderInclude.kt | 4 +- .../kotlin/godot/gen/godot/ShaderMaterial.kt | 6 +- .../main/kotlin/godot/gen/godot/Shape2D.kt | 20 ++-- .../main/kotlin/godot/gen/godot/Shape3D.kt | 6 +- .../kotlin/godot/gen/godot/ShapeCast2D.kt | 14 +-- .../kotlin/godot/gen/godot/ShapeCast3D.kt | 16 +-- .../main/kotlin/godot/gen/godot/Shortcut.kt | 10 +- .../main/kotlin/godot/gen/godot/Skeleton2D.kt | 14 +-- .../main/kotlin/godot/gen/godot/Skeleton3D.kt | 26 ++--- .../kotlin/godot/gen/godot/SkeletonIK3D.kt | 18 ++-- .../godot/gen/godot/SkeletonModification2D.kt | 10 +- .../gen/godot/SkeletonModification2DCCDIK.kt | 10 +- .../gen/godot/SkeletonModification2DFABRIK.kt | 10 +- .../gen/godot/SkeletonModification2DJiggle.kt | 12 +-- .../gen/godot/SkeletonModification2DLookAt.kt | 10 +- .../SkeletonModification2DPhysicalBones.kt | 8 +- .../SkeletonModification2DStackHolder.kt | 4 +- .../godot/SkeletonModification2DTwoBoneIK.kt | 10 +- .../gen/godot/SkeletonModificationStack2D.kt | 10 +- .../godot/gen/godot/SkeletonModifier3D.kt | 8 +- .../kotlin/godot/gen/godot/SkeletonProfile.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/Skin.kt | 10 +- .../kotlin/godot/gen/godot/SkinReference.kt | 4 +- .../src/main/kotlin/godot/gen/godot/Sky.kt | 6 +- .../src/main/kotlin/godot/gen/godot/Slider.kt | 6 +- .../kotlin/godot/gen/godot/SliderJoint3D.kt | 6 +- .../main/kotlin/godot/gen/godot/SoftBody3D.kt | 18 ++-- .../main/kotlin/godot/gen/godot/SphereMesh.kt | 8 +- .../godot/gen/godot/SphereOccluder3D.kt | 4 +- .../kotlin/godot/gen/godot/SphereShape3D.kt | 4 +- .../main/kotlin/godot/gen/godot/SpinBox.kt | 12 +-- .../kotlin/godot/gen/godot/SplitContainer.kt | 6 +- .../kotlin/godot/gen/godot/SpringArm3D.kt | 12 +-- .../main/kotlin/godot/gen/godot/Sprite2D.kt | 14 +-- .../main/kotlin/godot/gen/godot/Sprite3D.kt | 12 +-- .../kotlin/godot/gen/godot/SpriteBase3D.kt | 16 +-- .../kotlin/godot/gen/godot/SpriteFrames.kt | 14 +-- .../kotlin/godot/gen/godot/StaticBody2D.kt | 8 +- .../kotlin/godot/gen/godot/StaticBody3D.kt | 6 +- .../kotlin/godot/gen/godot/StatusIndicator.kt | 12 +-- .../main/kotlin/godot/gen/godot/StreamPeer.kt | 14 +-- .../godot/gen/godot/StreamPeerBuffer.kt | 8 +- .../kotlin/godot/gen/godot/StreamPeerGZIP.kt | 6 +- .../kotlin/godot/gen/godot/StreamPeerTCP.kt | 8 +- .../kotlin/godot/gen/godot/StreamPeerTLS.kt | 8 +- .../main/kotlin/godot/gen/godot/StyleBox.kt | 16 +-- .../kotlin/godot/gen/godot/StyleBoxFlat.kt | 12 +-- .../kotlin/godot/gen/godot/StyleBoxLine.kt | 10 +- .../kotlin/godot/gen/godot/StyleBoxTexture.kt | 14 +-- .../kotlin/godot/gen/godot/SubViewport.kt | 8 +- .../godot/gen/godot/SubViewportContainer.kt | 6 +- .../kotlin/godot/gen/godot/SurfaceTool.kt | 38 +++---- .../godot/gen/godot/SyntaxHighlighter.kt | 8 +- .../main/kotlin/godot/gen/godot/SystemFont.kt | 10 +- .../main/kotlin/godot/gen/godot/TCPServer.kt | 10 +- .../main/kotlin/godot/gen/godot/TLSOptions.kt | 6 +- .../src/main/kotlin/godot/gen/godot/TabBar.kt | 14 +-- .../kotlin/godot/gen/godot/TabContainer.kt | 12 +-- .../main/kotlin/godot/gen/godot/TextEdit.kt | 28 ++--- .../main/kotlin/godot/gen/godot/TextLine.kt | 24 ++--- .../main/kotlin/godot/gen/godot/TextMesh.kt | 16 +-- .../kotlin/godot/gen/godot/TextParagraph.kt | 26 ++--- .../main/kotlin/godot/gen/godot/TextServer.kt | 38 +++---- .../godot/gen/godot/TextServerManager.kt | 10 +- .../main/kotlin/godot/gen/godot/Texture2D.kt | 16 +-- .../kotlin/godot/gen/godot/Texture2DArray.kt | 2 +- .../kotlin/godot/gen/godot/Texture2DRD.kt | 4 +- .../main/kotlin/godot/gen/godot/Texture3D.kt | 8 +- .../kotlin/godot/gen/godot/Texture3DRD.kt | 4 +- .../kotlin/godot/gen/godot/TextureButton.kt | 8 +- .../kotlin/godot/gen/godot/TextureLayered.kt | 6 +- .../godot/gen/godot/TextureLayeredRD.kt | 4 +- .../godot/gen/godot/TextureProgressBar.kt | 14 +-- .../kotlin/godot/gen/godot/TextureRect.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Theme.kt | 18 ++-- .../main/kotlin/godot/gen/godot/ThemeDB.kt | 8 +- .../src/main/kotlin/godot/gen/godot/Thread.kt | 10 +- .../main/kotlin/godot/gen/godot/TileData.kt | 20 ++-- .../main/kotlin/godot/gen/godot/TileMap.kt | 22 ++-- .../kotlin/godot/gen/godot/TileMapLayer.kt | 20 ++-- .../kotlin/godot/gen/godot/TileMapPattern.kt | 10 +- .../main/kotlin/godot/gen/godot/TileSet.kt | 16 +-- .../godot/gen/godot/TileSetAtlasSource.kt | 16 +-- .../godot/TileSetScenesCollectionSource.kt | 8 +- .../kotlin/godot/gen/godot/TileSetSource.kt | 6 +- .../src/main/kotlin/godot/gen/godot/Time.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Timer.kt | 8 +- .../main/kotlin/godot/gen/godot/TorusMesh.kt | 6 +- .../godot/gen/godot/TouchScreenButton.kt | 10 +- .../kotlin/godot/gen/godot/Translation.kt | 10 +- .../godot/gen/godot/TranslationServer.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/Tree.kt | 14 +-- .../main/kotlin/godot/gen/godot/TreeItem.kt | 24 ++--- .../kotlin/godot/gen/godot/TubeTrailMesh.kt | 10 +- .../src/main/kotlin/godot/gen/godot/Tween.kt | 14 +-- .../main/kotlin/godot/gen/godot/UDPServer.kt | 10 +- .../src/main/kotlin/godot/gen/godot/UPNP.kt | 10 +- .../main/kotlin/godot/gen/godot/UPNPDevice.kt | 8 +- .../main/kotlin/godot/gen/godot/UndoRedo.kt | 14 +-- .../godot/gen/godot/UniformSetCacheRD.kt | 6 +- .../kotlin/godot/gen/godot/VehicleBody3D.kt | 4 +- .../kotlin/godot/gen/godot/VehicleWheel3D.kt | 8 +- .../kotlin/godot/gen/godot/VideoStream.kt | 4 +- .../godot/gen/godot/VideoStreamPlayback.kt | 4 +- .../godot/gen/godot/VideoStreamPlayer.kt | 14 +-- .../main/kotlin/godot/gen/godot/Viewport.kt | 22 ++-- .../kotlin/godot/gen/godot/ViewportTexture.kt | 4 +- .../gen/godot/VisibleOnScreenEnabler2D.kt | 6 +- .../gen/godot/VisibleOnScreenEnabler3D.kt | 6 +- .../gen/godot/VisibleOnScreenNotifier2D.kt | 6 +- .../gen/godot/VisibleOnScreenNotifier3D.kt | 6 +- .../godot/gen/godot/VisualInstance3D.kt | 14 +-- .../kotlin/godot/gen/godot/VisualShader.kt | 18 ++-- .../godot/gen/godot/VisualShaderNode.kt | 6 +- .../gen/godot/VisualShaderNodeBillboard.kt | 6 +- .../godot/VisualShaderNodeBooleanConstant.kt | 4 +- .../godot/VisualShaderNodeBooleanParameter.kt | 4 +- .../godot/gen/godot/VisualShaderNodeClamp.kt | 4 +- .../godot/VisualShaderNodeColorConstant.kt | 4 +- .../gen/godot/VisualShaderNodeColorFunc.kt | 4 +- .../gen/godot/VisualShaderNodeColorOp.kt | 4 +- .../godot/VisualShaderNodeColorParameter.kt | 6 +- .../gen/godot/VisualShaderNodeComment.kt | 4 +- .../gen/godot/VisualShaderNodeCompare.kt | 4 +- .../gen/godot/VisualShaderNodeCubemap.kt | 6 +- .../gen/godot/VisualShaderNodeCurveTexture.kt | 4 +- .../godot/VisualShaderNodeCurveXYZTexture.kt | 4 +- .../godot/gen/godot/VisualShaderNodeCustom.kt | 2 +- .../godot/VisualShaderNodeDerivativeFunc.kt | 4 +- .../gen/godot/VisualShaderNodeExpression.kt | 4 +- .../godot/VisualShaderNodeFloatConstant.kt | 4 +- .../gen/godot/VisualShaderNodeFloatFunc.kt | 4 +- .../gen/godot/VisualShaderNodeFloatOp.kt | 4 +- .../godot/VisualShaderNodeFloatParameter.kt | 8 +- .../godot/gen/godot/VisualShaderNodeFrame.kt | 12 +-- .../gen/godot/VisualShaderNodeGroupBase.kt | 8 +- .../godot/gen/godot/VisualShaderNodeInput.kt | 4 +- .../gen/godot/VisualShaderNodeIntConstant.kt | 4 +- .../gen/godot/VisualShaderNodeIntFunc.kt | 4 +- .../godot/gen/godot/VisualShaderNodeIntOp.kt | 4 +- .../gen/godot/VisualShaderNodeIntParameter.kt | 6 +- .../godot/gen/godot/VisualShaderNodeIs.kt | 4 +- .../godot/gen/godot/VisualShaderNodeMix.kt | 4 +- .../gen/godot/VisualShaderNodeMultiplyAdd.kt | 4 +- .../gen/godot/VisualShaderNodeParameter.kt | 6 +- .../gen/godot/VisualShaderNodeParameterRef.kt | 4 +- .../VisualShaderNodeParticleAccelerator.kt | 4 +- .../gen/godot/VisualShaderNodeParticleEmit.kt | 4 +- .../godot/VisualShaderNodeParticleEmitter.kt | 4 +- .../VisualShaderNodeParticleMeshEmitter.kt | 8 +- ...alShaderNodeParticleMultiplyByAxisAngle.kt | 4 +- .../VisualShaderNodeParticleRandomness.kt | 4 +- .../gen/godot/VisualShaderNodeReroute.kt | 2 +- .../godot/VisualShaderNodeResizableBase.kt | 4 +- .../gen/godot/VisualShaderNodeSample3D.kt | 4 +- .../gen/godot/VisualShaderNodeSmoothStep.kt | 4 +- .../godot/gen/godot/VisualShaderNodeStep.kt | 4 +- .../godot/gen/godot/VisualShaderNodeSwitch.kt | 4 +- .../gen/godot/VisualShaderNodeTexture.kt | 6 +- .../godot/VisualShaderNodeTexture2DArray.kt | 4 +- .../gen/godot/VisualShaderNodeTexture3D.kt | 4 +- .../godot/VisualShaderNodeTextureParameter.kt | 4 +- .../VisualShaderNodeTransformConstant.kt | 4 +- .../godot/VisualShaderNodeTransformFunc.kt | 4 +- .../gen/godot/VisualShaderNodeTransformOp.kt | 4 +- .../VisualShaderNodeTransformParameter.kt | 6 +- .../godot/VisualShaderNodeTransformVecMult.kt | 4 +- .../gen/godot/VisualShaderNodeUIntConstant.kt | 4 +- .../gen/godot/VisualShaderNodeUIntFunc.kt | 4 +- .../godot/gen/godot/VisualShaderNodeUIntOp.kt | 4 +- .../godot/VisualShaderNodeUIntParameter.kt | 6 +- .../godot/gen/godot/VisualShaderNodeUVFunc.kt | 4 +- .../gen/godot/VisualShaderNodeVarying.kt | 6 +- .../gen/godot/VisualShaderNodeVec2Constant.kt | 4 +- .../godot/VisualShaderNodeVec2Parameter.kt | 6 +- .../gen/godot/VisualShaderNodeVec3Constant.kt | 4 +- .../godot/VisualShaderNodeVec3Parameter.kt | 6 +- .../gen/godot/VisualShaderNodeVec4Constant.kt | 4 +- .../godot/VisualShaderNodeVec4Parameter.kt | 6 +- .../gen/godot/VisualShaderNodeVectorBase.kt | 4 +- .../gen/godot/VisualShaderNodeVectorFunc.kt | 4 +- .../gen/godot/VisualShaderNodeVectorOp.kt | 4 +- .../main/kotlin/godot/gen/godot/VoxelGI.kt | 10 +- .../kotlin/godot/gen/godot/VoxelGIData.kt | 20 ++-- .../godot/gen/godot/WebRTCDataChannel.kt | 8 +- .../godot/gen/godot/WebRTCMultiplayerPeer.kt | 12 +-- .../godot/gen/godot/WebRTCPeerConnection.kt | 12 +-- .../gen/godot/WebSocketMultiplayerPeer.kt | 12 +-- .../kotlin/godot/gen/godot/WebSocketPeer.kt | 14 +-- .../kotlin/godot/gen/godot/WebXRInterface.kt | 14 +-- .../src/main/kotlin/godot/gen/godot/Window.kt | 24 ++--- .../godot/gen/godot/WorkerThreadPool.kt | 10 +- .../main/kotlin/godot/gen/godot/World2D.kt | 4 +- .../main/kotlin/godot/gen/godot/World3D.kt | 6 +- .../godot/gen/godot/WorldBoundaryShape2D.kt | 6 +- .../godot/gen/godot/WorldBoundaryShape3D.kt | 4 +- .../godot/gen/godot/WorldEnvironment.kt | 4 +- .../kotlin/godot/gen/godot/X509Certificate.kt | 4 +- .../main/kotlin/godot/gen/godot/XMLParser.kt | 10 +- .../main/kotlin/godot/gen/godot/XRAnchor3D.kt | 4 +- .../godot/gen/godot/XRBodyModifier3D.kt | 6 +- .../kotlin/godot/gen/godot/XRBodyTracker.kt | 8 +- .../kotlin/godot/gen/godot/XRController3D.kt | 10 +- .../godot/gen/godot/XRFaceModifier3D.kt | 6 +- .../kotlin/godot/gen/godot/XRFaceTracker.kt | 8 +- .../godot/gen/godot/XRHandModifier3D.kt | 6 +- .../kotlin/godot/gen/godot/XRHandTracker.kt | 12 +-- .../kotlin/godot/gen/godot/XRInterface.kt | 24 ++--- .../godot/gen/godot/XRInterfaceExtension.kt | 16 +-- .../main/kotlin/godot/gen/godot/XRNode3D.kt | 12 +-- .../main/kotlin/godot/gen/godot/XROrigin3D.kt | 6 +- .../src/main/kotlin/godot/gen/godot/XRPose.kt | 12 +-- .../godot/gen/godot/XRPositionalTracker.kt | 16 +-- .../main/kotlin/godot/gen/godot/XRServer.kt | 20 ++-- .../main/kotlin/godot/gen/godot/XRTracker.kt | 8 +- .../src/main/kotlin/godot/gen/godot/XRVRS.kt | 10 +- .../main/kotlin/godot/gen/godot/ZIPPacker.kt | 6 +- .../main/kotlin/godot/gen/godot/ZIPReader.kt | 10 +- .../godot/gen/godot/core/KtCallables.kt | 2 +- .../src/main/kotlin/godot/global/GDPrint.kt | 16 +-- .../kotlin/godot/registration/Registration.kt | 10 +- .../main/kotlin/godot/runtime/Bootstrap.kt | 4 +- .../godot/tools/common/constants/Classes.kt | 49 ++++----- .../godot/tools/common/constants/Packages.kt | 2 +- 733 files changed, 3821 insertions(+), 3817 deletions(-) diff --git a/kt/api-generator/src/main/kotlin/godot/codegen/extensions/TypedExtensions.kt b/kt/api-generator/src/main/kotlin/godot/codegen/extensions/TypedExtensions.kt index 8ff3182b94..643e6356e9 100644 --- a/kt/api-generator/src/main/kotlin/godot/codegen/extensions/TypedExtensions.kt +++ b/kt/api-generator/src/main/kotlin/godot/codegen/extensions/TypedExtensions.kt @@ -23,27 +23,27 @@ import godot.tools.common.constants.GODOT_VARIANT_TYPE import godot.tools.common.constants.GodotKotlinJvmTypes import godot.tools.common.constants.GodotTypes import godot.tools.common.constants.VARIANT_CASTER_ANY -import godot.tools.common.constants.VARIANT_TYPE_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_BOOL -import godot.tools.common.constants.VARIANT_TYPE_DOUBLE -import godot.tools.common.constants.VARIANT_TYPE_LONG -import godot.tools.common.constants.VARIANT_TYPE_NIL -import godot.tools.common.constants.VARIANT_TYPE_NODE_PATH -import godot.tools.common.constants.VARIANT_TYPE_OBJECT -import godot.tools.common.constants.VARIANT_TYPE_PACKED_BYTE_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_COLOR_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_FLOAT_32_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_FLOAT_64_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_INT_32_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_INT_64_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_STRING_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_VECTOR2_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_VECTOR3_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_STRING_NAME -import godot.tools.common.constants.VARIANT_TYPE__RID +import godot.tools.common.constants.VARIANT_PARSER_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_BOOL +import godot.tools.common.constants.VARIANT_PARSER_DOUBLE +import godot.tools.common.constants.VARIANT_PARSER_LONG +import godot.tools.common.constants.VARIANT_PARSER_NIL +import godot.tools.common.constants.VARIANT_PARSER_NODE_PATH +import godot.tools.common.constants.VARIANT_PARSER_OBJECT +import godot.tools.common.constants.VARIANT_PARSER_PACKED_BYTE_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_COLOR_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_FLOAT_32_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_FLOAT_64_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_INT_32_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_INT_64_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_STRING_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_VECTOR2_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_VECTOR3_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_STRING_NAME +import godot.tools.common.constants.VARIANT_PARSER__RID import godot.tools.common.constants.godotApiPackage import godot.tools.common.constants.godotCorePackage -import godot.tools.common.constants.variantTypePackage +import godot.tools.common.constants.variantParserPackage import java.util.* const val enumPrefix = "enum::" @@ -139,28 +139,28 @@ fun TypedTrait.isObjectSubClass() = !(type.isNullOrEmpty() || isEnum() || isPrim val TypedTrait.jvmVariantTypeValue: ClassName get() { return when { - type.isNullOrEmpty() -> VARIANT_TYPE_NIL - isEnum() -> VARIANT_TYPE_LONG - isBitField() -> VARIANT_TYPE_LONG - type == GodotTypes.bool -> VARIANT_TYPE_BOOL - type == GodotTypes.int -> VARIANT_TYPE_LONG - type == GodotTypes.float -> VARIANT_TYPE_DOUBLE - type == GodotTypes.nodePath -> VARIANT_TYPE_NODE_PATH - type == GodotTypes.stringName -> VARIANT_TYPE_STRING_NAME - type == GodotTypes.rid -> VARIANT_TYPE__RID - type == GodotTypes.array || isTypedArray() -> VARIANT_TYPE_ARRAY - type == GodotTypes.packedByteArray -> VARIANT_TYPE_PACKED_BYTE_ARRAY - type == GodotTypes.packedInt32Array -> VARIANT_TYPE_PACKED_INT_32_ARRAY - type == GodotTypes.packedInt64Array -> VARIANT_TYPE_PACKED_INT_64_ARRAY - type == GodotTypes.packedFloat32Array -> VARIANT_TYPE_PACKED_FLOAT_32_ARRAY - type == GodotTypes.packedFloat64Array -> VARIANT_TYPE_PACKED_FLOAT_64_ARRAY - type == GodotTypes.packedStringArray -> VARIANT_TYPE_PACKED_STRING_ARRAY - type == GodotTypes.packedVector2Array -> VARIANT_TYPE_PACKED_VECTOR2_ARRAY - type == GodotTypes.packedVector3Array -> VARIANT_TYPE_PACKED_VECTOR3_ARRAY - type == GodotTypes.packedColorArray -> VARIANT_TYPE_PACKED_COLOR_ARRAY + type.isNullOrEmpty() -> VARIANT_PARSER_NIL + isEnum() -> VARIANT_PARSER_LONG + isBitField() -> VARIANT_PARSER_LONG + type == GodotTypes.bool -> VARIANT_PARSER_BOOL + type == GodotTypes.int -> VARIANT_PARSER_LONG + type == GodotTypes.float -> VARIANT_PARSER_DOUBLE + type == GodotTypes.nodePath -> VARIANT_PARSER_NODE_PATH + type == GodotTypes.stringName -> VARIANT_PARSER_STRING_NAME + type == GodotTypes.rid -> VARIANT_PARSER__RID + type == GodotTypes.array || isTypedArray() -> VARIANT_PARSER_ARRAY + type == GodotTypes.packedByteArray -> VARIANT_PARSER_PACKED_BYTE_ARRAY + type == GodotTypes.packedInt32Array -> VARIANT_PARSER_PACKED_INT_32_ARRAY + type == GodotTypes.packedInt64Array -> VARIANT_PARSER_PACKED_INT_64_ARRAY + type == GodotTypes.packedFloat32Array -> VARIANT_PARSER_PACKED_FLOAT_32_ARRAY + type == GodotTypes.packedFloat64Array -> VARIANT_PARSER_PACKED_FLOAT_64_ARRAY + type == GodotTypes.packedStringArray -> VARIANT_PARSER_PACKED_STRING_ARRAY + type == GodotTypes.packedVector2Array -> VARIANT_PARSER_PACKED_VECTOR2_ARRAY + type == GodotTypes.packedVector3Array -> VARIANT_PARSER_PACKED_VECTOR3_ARRAY + type == GodotTypes.packedColorArray -> VARIANT_PARSER_PACKED_COLOR_ARRAY type == GodotTypes.variant -> VARIANT_CASTER_ANY - isCoreType() || isPrimitive() -> ClassName(variantTypePackage, type!!.uppercase(Locale.US)) - else -> VARIANT_TYPE_OBJECT + isCoreType() || isPrimitive() -> ClassName(variantParserPackage, type!!.uppercase(Locale.US)) + else -> VARIANT_PARSER_OBJECT } } diff --git a/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/GenerationService.kt b/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/GenerationService.kt index 97c0ed153e..0b013f87ff 100644 --- a/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/GenerationService.kt +++ b/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/GenerationService.kt @@ -57,7 +57,7 @@ import godot.tools.common.constants.KT_OBJECT import godot.tools.common.constants.TRANSFER_CONTEXT import godot.tools.common.constants.TYPE_MANAGER import godot.tools.common.constants.VARIANT_CASTER_ANY -import godot.tools.common.constants.VARIANT_TYPE_LONG +import godot.tools.common.constants.VARIANT_PARSER_LONG import godot.tools.common.constants.godotApiPackage import godot.tools.common.constants.godotCorePackage import java.util.* @@ -862,7 +862,7 @@ class GenerationService( addStatement( "return·${methodReturnType.className.simpleNames.joinToString(".")}.from(%T.readReturnValue(%T)·as·%T)", TRANSFER_CONTEXT, - VARIANT_TYPE_LONG, + VARIANT_PARSER_LONG, LONG ) } else if (callable.isBitField()) { @@ -874,7 +874,7 @@ class GenerationService( "${callable.getTypeClassName().className.simpleName}Value" ), TRANSFER_CONTEXT, - VARIANT_TYPE_LONG, + VARIANT_PARSER_LONG, LONG ) } else { diff --git a/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/KtCallableGenerationService.kt b/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/KtCallableGenerationService.kt index 5f29a4e5b3..b782aa9547 100644 --- a/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/KtCallableGenerationService.kt +++ b/kt/api-generator/src/main/kotlin/godot/codegen/services/impl/KtCallableGenerationService.kt @@ -17,7 +17,7 @@ import com.squareup.kotlinpoet.TypeVariableName import godot.codegen.services.IKtCallableGenerationService import godot.tools.common.constants.GodotFunctions import godot.tools.common.constants.GodotKotlinJvmTypes -import godot.tools.common.constants.VARIANT_TYPE_NIL +import godot.tools.common.constants.VARIANT_PARSER_NIL import godot.tools.common.constants.godotCorePackage class KtCallableGenerationService : IKtCallableGenerationService { @@ -293,7 +293,7 @@ class KtCallableGenerationService : IKtCallableGenerationService { }, variantMapperMember, returnTypeParameter, - VARIANT_TYPE_NIL, + VARIANT_PARSER_NIL, *typeVariableNames .flatMap { listOf(variantMapperMember, it) diff --git a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/ext/TypeExtensions.kt b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/ext/TypeExtensions.kt index b6a75b8869..9dd764115a 100644 --- a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/ext/TypeExtensions.kt +++ b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/ext/TypeExtensions.kt @@ -9,74 +9,74 @@ import godot.tools.common.constants.VARIANT_CASTER_ANY import godot.tools.common.constants.VARIANT_CASTER_BYTE import godot.tools.common.constants.VARIANT_CASTER_FLOAT import godot.tools.common.constants.VARIANT_CASTER_INT -import godot.tools.common.constants.VARIANT_TYPE_AABB -import godot.tools.common.constants.VARIANT_TYPE_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_BOOL -import godot.tools.common.constants.VARIANT_TYPE_DOUBLE -import godot.tools.common.constants.VARIANT_TYPE_LONG -import godot.tools.common.constants.VARIANT_TYPE_NIL -import godot.tools.common.constants.VARIANT_TYPE_NODE_PATH -import godot.tools.common.constants.VARIANT_TYPE_OBJECT -import godot.tools.common.constants.VARIANT_TYPE_PACKED_BYTE_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_CALLABLE -import godot.tools.common.constants.VARIANT_TYPE_PACKED_COLOR_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_FLOAT_32_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_FLOAT_64_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_INT_32_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_INT_64_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_STRING_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_VECTOR2_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_PACKED_VECTOR3_ARRAY -import godot.tools.common.constants.VARIANT_TYPE_STRING -import godot.tools.common.constants.VARIANT_TYPE_STRING_NAME -import godot.tools.common.constants.VARIANT_TYPE_TRANSFORM2D -import godot.tools.common.constants.VARIANT_TYPE_TRANSFORM3D -import godot.tools.common.constants.VARIANT_TYPE__RID +import godot.tools.common.constants.VARIANT_PARSER_AABB +import godot.tools.common.constants.VARIANT_PARSER_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_BOOL +import godot.tools.common.constants.VARIANT_PARSER_DOUBLE +import godot.tools.common.constants.VARIANT_PARSER_LONG +import godot.tools.common.constants.VARIANT_PARSER_NIL +import godot.tools.common.constants.VARIANT_PARSER_NODE_PATH +import godot.tools.common.constants.VARIANT_PARSER_OBJECT +import godot.tools.common.constants.VARIANT_PARSER_PACKED_BYTE_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_CALLABLE +import godot.tools.common.constants.VARIANT_PARSER_PACKED_COLOR_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_FLOAT_32_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_FLOAT_64_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_INT_32_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_INT_64_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_STRING_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_VECTOR2_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_PACKED_VECTOR3_ARRAY +import godot.tools.common.constants.VARIANT_PARSER_STRING +import godot.tools.common.constants.VARIANT_PARSER_STRING_NAME +import godot.tools.common.constants.VARIANT_PARSER_TRANSFORM2D +import godot.tools.common.constants.VARIANT_PARSER_TRANSFORM3D +import godot.tools.common.constants.VARIANT_PARSER__RID import godot.tools.common.constants.godotApiPackage import godot.tools.common.constants.godotCorePackage import godot.tools.common.constants.godotUtilPackage -import godot.tools.common.constants.variantTypePackage +import godot.tools.common.constants.variantParserPackage import godot.tools.common.extensions.convertToCamelCase import java.util.* //TODO: make compatible with other languages fun Type?.toKtVariantType(): ClassName = when { - this == null || fqName == Unit::class.qualifiedName -> VARIANT_TYPE_NIL + this == null || fqName == Unit::class.qualifiedName -> VARIANT_PARSER_NIL fqName == Byte::class.qualifiedName -> VARIANT_CASTER_BYTE fqName == Int::class.qualifiedName -> VARIANT_CASTER_INT fqName == "$godotUtilPackage.${GodotKotlinJvmTypes.naturalT}" || - fqName == Long::class.qualifiedName -> VARIANT_TYPE_LONG + fqName == Long::class.qualifiedName -> VARIANT_PARSER_LONG fqName == Float::class.qualifiedName -> VARIANT_CASTER_FLOAT fqName == "$godotUtilPackage.${GodotKotlinJvmTypes.realT}" || - fqName == Double::class.qualifiedName -> VARIANT_TYPE_DOUBLE - - fqName == String::class.qualifiedName -> VARIANT_TYPE_STRING - fqName == Boolean::class.qualifiedName -> VARIANT_TYPE_BOOL - fqName == "$godotCorePackage.${GodotKotlinJvmTypes.variantArray}" -> VARIANT_TYPE_ARRAY - fqName == "$godotCorePackage.${GodotTypes.stringName}" -> VARIANT_TYPE_STRING_NAME - fqName == "$godotCorePackage.${GodotTypes.rid}" -> VARIANT_TYPE__RID - fqName == "$godotCorePackage.${GodotTypes.aabb}" -> VARIANT_TYPE_AABB - fqName == "$godotCorePackage.${GodotTypes.nodePath}" -> VARIANT_TYPE_NODE_PATH - fqName == "$godotCorePackage.${GodotTypes.transform2D}" -> VARIANT_TYPE_TRANSFORM2D - fqName == "$godotCorePackage.${GodotTypes.transform3D}" -> VARIANT_TYPE_TRANSFORM3D - fqName == "$godotCorePackage.${GodotTypes.packedByteArray}" -> VARIANT_TYPE_PACKED_BYTE_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedInt32Array}" -> VARIANT_TYPE_PACKED_INT_32_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedInt64Array}" -> VARIANT_TYPE_PACKED_INT_64_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedFloat32Array}" -> VARIANT_TYPE_PACKED_FLOAT_32_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedFloat64Array}" -> VARIANT_TYPE_PACKED_FLOAT_64_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedStringArray}" -> VARIANT_TYPE_PACKED_STRING_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedVector2Array}" -> VARIANT_TYPE_PACKED_VECTOR2_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedVector3Array}" -> VARIANT_TYPE_PACKED_VECTOR3_ARRAY - fqName == "$godotCorePackage.${GodotTypes.packedColorArray}" -> VARIANT_TYPE_PACKED_COLOR_ARRAY - fqName.startsWith("$godotCorePackage.${GodotTypes.ktCallable}") -> VARIANT_TYPE_PACKED_CALLABLE + fqName == Double::class.qualifiedName -> VARIANT_PARSER_DOUBLE + + fqName == String::class.qualifiedName -> VARIANT_PARSER_STRING + fqName == Boolean::class.qualifiedName -> VARIANT_PARSER_BOOL + fqName == "$godotCorePackage.${GodotKotlinJvmTypes.variantArray}" -> VARIANT_PARSER_ARRAY + fqName == "$godotCorePackage.${GodotTypes.stringName}" -> VARIANT_PARSER_STRING_NAME + fqName == "$godotCorePackage.${GodotTypes.rid}" -> VARIANT_PARSER__RID + fqName == "$godotCorePackage.${GodotTypes.aabb}" -> VARIANT_PARSER_AABB + fqName == "$godotCorePackage.${GodotTypes.nodePath}" -> VARIANT_PARSER_NODE_PATH + fqName == "$godotCorePackage.${GodotTypes.transform2D}" -> VARIANT_PARSER_TRANSFORM2D + fqName == "$godotCorePackage.${GodotTypes.transform3D}" -> VARIANT_PARSER_TRANSFORM3D + fqName == "$godotCorePackage.${GodotTypes.packedByteArray}" -> VARIANT_PARSER_PACKED_BYTE_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedInt32Array}" -> VARIANT_PARSER_PACKED_INT_32_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedInt64Array}" -> VARIANT_PARSER_PACKED_INT_64_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedFloat32Array}" -> VARIANT_PARSER_PACKED_FLOAT_32_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedFloat64Array}" -> VARIANT_PARSER_PACKED_FLOAT_64_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedStringArray}" -> VARIANT_PARSER_PACKED_STRING_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedVector2Array}" -> VARIANT_PARSER_PACKED_VECTOR2_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedVector3Array}" -> VARIANT_PARSER_PACKED_VECTOR3_ARRAY + fqName == "$godotCorePackage.${GodotTypes.packedColorArray}" -> VARIANT_PARSER_PACKED_COLOR_ARRAY + fqName.startsWith("$godotCorePackage.${GodotTypes.ktCallable}") -> VARIANT_PARSER_PACKED_CALLABLE isCoreType() -> ClassName( - variantTypePackage, + variantParserPackage, fqName.substringAfterLast(".").convertToCamelCase().uppercase(Locale.getDefault()) ) fqName == Any::class.qualifiedName -> VARIANT_CASTER_ANY - else -> VARIANT_TYPE_OBJECT + else -> VARIANT_PARSER_OBJECT } /** @@ -86,8 +86,8 @@ fun Type?.toKtVariantType(): ClassName = when { */ fun Type?.toGodotVariantType(): ClassName = this?.let { when (it.fqName) { - Byte::class.qualifiedName, Int::class.qualifiedName -> VARIANT_TYPE_LONG - Float::class.qualifiedName -> VARIANT_TYPE_DOUBLE + Byte::class.qualifiedName, Int::class.qualifiedName -> VARIANT_PARSER_LONG + Float::class.qualifiedName -> VARIANT_PARSER_DOUBLE else -> toKtVariantType() } } ?: toKtVariantType() diff --git a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/FunctionRegistrationGenerator.kt b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/FunctionRegistrationGenerator.kt index 08c65e3331..1cd783da1b 100644 --- a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/FunctionRegistrationGenerator.kt +++ b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/FunctionRegistrationGenerator.kt @@ -16,6 +16,7 @@ import godot.tools.common.constants.GodotFunctions import godot.tools.common.constants.GodotKotlinJvmTypes import godot.tools.common.constants.GodotTypes import godot.tools.common.constants.KOTLIN_LIST_OF +import godot.tools.common.constants.VARIANT_PARSER_NIL import godot.tools.common.constants.godotApiPackage import godot.tools.common.constants.godotCorePackage import godot.tools.common.constants.godotRegistrationPackage @@ -95,7 +96,7 @@ object FunctionRegistrationGenerator { return buildList { add(getFunctionReference(registeredFunction, className)) - add(registeredFunction.returnType?.toKtVariantType() ?: ClassName("$godotCorePackage.${GodotKotlinJvmTypes.variantType}", "NIL")) + add(registeredFunction.returnType?.toKtVariantType() ?: VARIANT_PARSER_NIL) if (registeredFunction.parameters.isNotEmpty()) { registeredFunction.parameters.forEach { parameter -> diff --git a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/hintstring/ArrayHintStringGenerator.kt b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/hintstring/ArrayHintStringGenerator.kt index 04108b5db5..b9419168b4 100644 --- a/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/hintstring/ArrayHintStringGenerator.kt +++ b/kt/entry-generation/godot-entry-generator/src/main/kotlin/godot/entrygenerator/generator/hintstring/ArrayHintStringGenerator.kt @@ -1,7 +1,7 @@ package godot.entrygenerator.generator.hintstring import godot.PropertyHint -import godot.core.VariantType +import godot.core.VariantParser import godot.entrygenerator.ext.baseGodotType import godot.entrygenerator.ext.getAsGodotClassName import godot.entrygenerator.ext.getAsVariantTypeOrdinal @@ -31,7 +31,7 @@ class ArrayHintStringGenerator( elementType != null && elementType.fqName == Any::class.qualifiedName -> "" elementType != null && elementType.kind == TypeKind.ENUM_CLASS -> { propertyHintAnnotation?.enumValueNames?.joinToString(",")?.let { enumValuesHintString -> - "${VariantType.LONG.id}/${VariantType.LONG.id}:$enumValuesHintString" + "${VariantParser.LONG.id}/${VariantParser.LONG.id}:$enumValuesHintString" } ?: "" } @@ -53,7 +53,7 @@ class ArrayHintStringGenerator( loop@ while (currentElementType != null) { when { currentElementType.isCompatibleList() -> { - append(VariantType.ARRAY.id) + append(VariantParser.ARRAY.id) currentElementType = currentElementType.arguments().firstOrNull() } @@ -63,7 +63,7 @@ class ArrayHintStringGenerator( } currentElementType.isNodeType() || currentElementType.isResource() -> { - val objectVariantType = VariantType.OBJECT.id + val objectVariantType = VariantParser.OBJECT.id val propertyType = when { currentElementType.isNodeType() -> PropertyHint.PROPERTY_HINT_NODE_TYPE.ordinal diff --git a/kt/godot-library/src/main/kotlin/godot/core/Functions.kt b/kt/godot-library/src/main/kotlin/godot/core/Functions.kt index e5cd3acc6d..5f944c34eb 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/Functions.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/Functions.kt @@ -47,7 +47,7 @@ abstract class KtFunction( TransferContext.writeReturnValue(ret, variantConverter) } catch (t: Throwable) { GD.printErr("Error calling JVM method ${functionInfo.name} of script $instance from Godot:\n", t.stackTraceToString()) - TransferContext.writeReturnValue(null, VariantType.NIL) + TransferContext.writeReturnValue(null, VariantParser.NIL) } ret } diff --git a/kt/godot-library/src/main/kotlin/godot/core/KtClass.kt b/kt/godot-library/src/main/kotlin/godot/core/KtClass.kt index 29bc7fad39..243a2e9ed8 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/KtClass.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/KtClass.kt @@ -31,7 +31,7 @@ data class KtClass( fun doNotification(instance: T) { val parameters = arrayOfNulls(2) TransferContext.readArguments( - arrayOf(VariantType.LONG, VariantType.BOOL), + arrayOf(VariantParser.LONG, VariantParser.BOOL), parameters ) diff --git a/kt/godot-library/src/main/kotlin/godot/core/Properties.kt b/kt/godot-library/src/main/kotlin/godot/core/Properties.kt index 4de660c194..88f85686d1 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/Properties.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/Properties.kt @@ -35,7 +35,7 @@ open class KtProperty( TransferContext.writeReturnValue(kProperty.get(instance), variantConverter) } catch (t: Throwable) { GD.printErr("Error calling JVM getter ${kProperty.name} of script $instance from Godot\n:", t.stackTraceToString()) - TransferContext.writeReturnValue(null, VariantType.NIL) + TransferContext.writeReturnValue(null, VariantParser.NIL) } } @@ -84,10 +84,10 @@ class KtEnumListProperty, L : Collection

>( ) : KtProperty( ktPropertyInfo, kProperty, - VariantType.ARRAY + VariantParser.ARRAY ) { override fun callGet(instance: T) { - TransferContext.writeReturnValue(getValueConverter(kProperty.get(instance)), VariantType.ARRAY) + TransferContext.writeReturnValue(getValueConverter(kProperty.get(instance)), VariantParser.ARRAY) } override fun callSet(instance: T) { diff --git a/kt/godot-library/src/main/kotlin/godot/core/Variant.kt b/kt/godot-library/src/main/kotlin/godot/core/Variant.kt index 51125bb522..35f9b8a85e 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/Variant.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/Variant.kt @@ -110,7 +110,7 @@ sealed interface VariantConverter { fun toGodot(buffer: ByteBuffer, any: Any?) } -enum class VariantType(override val id: Int) : VariantConverter { +enum class VariantParser(override val id: Int) : VariantConverter { NIL(0) { override fun toUnsafeKotlin(buffer: ByteBuffer) = Unit override fun toUnsafeGodot(buffer: ByteBuffer, any: Any?) {} @@ -471,7 +471,7 @@ enum class VariantType(override val id: Int) : VariantConverter { if (idInBuffer != id) { throw TypeCastException( "Shared Buffer Error: JVM expected a ${this::class.simpleName} but received a ${ - VariantType.from( + VariantParser.from( idInBuffer.toLong() ) }." @@ -495,10 +495,10 @@ enum class VariantType(override val id: Int) : VariantConverter { } //TODO: Unify VariantCaster with Meta in the API gen + use it in entry gen. Or maybe get rid of it and just have both with their own solution. -sealed class VariantCaster(val coreVariant: VariantType) : VariantConverter { +sealed class VariantCaster(val coreVariant: VariantParser) : VariantConverter { override val id by coreVariant::id - sealed class VariantSimpleCaster(coreVariant: VariantType) : VariantCaster(coreVariant) { + sealed class VariantSimpleCaster(coreVariant: VariantParser) : VariantCaster(coreVariant) { override fun toKotlin(buffer: ByteBuffer) = toKotlinCast(coreVariant.toKotlin(buffer)) override fun toGodot(buffer: ByteBuffer, any: Any?) = coreVariant.toGodot(buffer, toGodotCast(any)) @@ -506,17 +506,17 @@ sealed class VariantCaster(val coreVariant: VariantType) : VariantConverter { abstract fun toGodotCast(any: Any?): Any? } - data object BYTE : VariantSimpleCaster(VariantType.LONG) { + data object BYTE : VariantSimpleCaster(VariantParser.LONG) { override fun toKotlinCast(any: Any?) = (any as Long).toByte() override fun toGodotCast(any: Any?) = (any as Byte).toLong() } - data object INT : VariantSimpleCaster(VariantType.LONG) { + data object INT : VariantSimpleCaster(VariantParser.LONG) { override fun toKotlinCast(any: Any?) = (any as Long).toInt() override fun toGodotCast(any: Any?) = (any as Int).toLong() } - data object FLOAT : VariantSimpleCaster(VariantType.DOUBLE) { + data object FLOAT : VariantSimpleCaster(VariantParser.DOUBLE) { override fun toKotlinCast(any: Any?) = (any as Double).toFloat() override fun toGodotCast(any: Any?) = (any as Float).toDouble() } @@ -524,15 +524,15 @@ sealed class VariantCaster(val coreVariant: VariantType) : VariantConverter { // It can seem weird for ANY to have a NIL id, which is the opposite concept. But that's how Godot works. // Each parameter, property, or return type of Variant type actually uses a PropertyUsageFlag named NIL_IS_VARIANT. // https://docs.godotengine.org/en/stable/classes/class_%40globalscope.html#enum-globalscope-propertyusageflags - data object ANY : VariantCaster(VariantType.NIL) { + data object ANY : VariantCaster(VariantParser.NIL) { override fun toKotlin(buffer: ByteBuffer): Any? { val expectedType = buffer.variantType - return VariantType.entries[expectedType].toUnsafeKotlin(buffer) + return VariantParser.entries[expectedType].toUnsafeKotlin(buffer) } override fun toGodot(buffer: ByteBuffer, any: Any?) { if (any === null) { - VariantType.NIL.toGodot(buffer, null) + VariantParser.NIL.toGodot(buffer, null) } else { val type = variantMapper[any::class] ?: throw UnsupportedOperationException("Can't convert type ${any::class} to Variant") diff --git a/kt/godot-library/src/main/kotlin/godot/core/VariantMapper.kt b/kt/godot-library/src/main/kotlin/godot/core/VariantMapper.kt index c9a4e3cde0..2378ad6e18 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/VariantMapper.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/VariantMapper.kt @@ -2,49 +2,49 @@ package godot.core @PublishedApi internal val variantMapper = mutableMapOf( - Unit::class to VariantType.NIL, + Unit::class to VariantParser.NIL, Any::class to VariantCaster.ANY, java.lang.Object::class to VariantCaster.ANY, - Boolean::class to VariantType.BOOL, + Boolean::class to VariantParser.BOOL, Int::class to VariantCaster.INT, - Long::class to VariantType.LONG, + Long::class to VariantParser.LONG, Float::class to VariantCaster.FLOAT, Byte::class to VariantCaster.BYTE, - Double::class to VariantType.DOUBLE, - String::class to VariantType.STRING, - AABB::class to VariantType.AABB, - Basis::class to VariantType.BASIS, - Color::class to VariantType.COLOR, - StringName::class to VariantType.STRING_NAME, - Dictionary::class to VariantType.DICTIONARY, - VariantArray::class to VariantType.ARRAY, - Plane::class to VariantType.PLANE, - NodePath::class to VariantType.NODE_PATH, - Quaternion::class to VariantType.QUATERNION, - Rect2::class to VariantType.RECT2, - Rect2i::class to VariantType.RECT2I, - RID::class to VariantType._RID, - Transform3D::class to VariantType.TRANSFORM3D, - Transform2D::class to VariantType.TRANSFORM2D, - Vector2::class to VariantType.VECTOR2, - Vector2i::class to VariantType.VECTOR2I, - Vector3::class to VariantType.VECTOR3, - Vector3i::class to VariantType.VECTOR3I, - Vector4::class to VariantType.VECTOR4, - Vector4i::class to VariantType.VECTOR4I, - Projection::class to VariantType.PROJECTION, - NativeCallable::class to VariantType.CALLABLE, - KtCallable::class to VariantType.CALLABLE, - Signal::class to VariantType.SIGNAL, - PackedByteArray::class to VariantType.PACKED_BYTE_ARRAY, - PackedColorArray::class to VariantType.PACKED_COLOR_ARRAY, - PackedInt32Array::class to VariantType.PACKED_INT_32_ARRAY, - PackedInt64Array::class to VariantType.PACKED_INT_64_ARRAY, - PackedFloat32Array::class to VariantType.PACKED_FLOAT_32_ARRAY, - PackedFloat64Array::class to VariantType.PACKED_FLOAT_64_ARRAY, - PackedStringArray::class to VariantType.PACKED_STRING_ARRAY, - PackedVector2Array::class to VariantType.PACKED_VECTOR2_ARRAY, - PackedVector3Array::class to VariantType.PACKED_VECTOR3_ARRAY + Double::class to VariantParser.DOUBLE, + String::class to VariantParser.STRING, + AABB::class to VariantParser.AABB, + Basis::class to VariantParser.BASIS, + Color::class to VariantParser.COLOR, + StringName::class to VariantParser.STRING_NAME, + Dictionary::class to VariantParser.DICTIONARY, + VariantArray::class to VariantParser.ARRAY, + Plane::class to VariantParser.PLANE, + NodePath::class to VariantParser.NODE_PATH, + Quaternion::class to VariantParser.QUATERNION, + Rect2::class to VariantParser.RECT2, + Rect2i::class to VariantParser.RECT2I, + RID::class to VariantParser._RID, + Transform3D::class to VariantParser.TRANSFORM3D, + Transform2D::class to VariantParser.TRANSFORM2D, + Vector2::class to VariantParser.VECTOR2, + Vector2i::class to VariantParser.VECTOR2I, + Vector3::class to VariantParser.VECTOR3, + Vector3i::class to VariantParser.VECTOR3I, + Vector4::class to VariantParser.VECTOR4, + Vector4i::class to VariantParser.VECTOR4I, + Projection::class to VariantParser.PROJECTION, + NativeCallable::class to VariantParser.CALLABLE, + KtCallable::class to VariantParser.CALLABLE, + Signal::class to VariantParser.SIGNAL, + PackedByteArray::class to VariantParser.PACKED_BYTE_ARRAY, + PackedColorArray::class to VariantParser.PACKED_COLOR_ARRAY, + PackedInt32Array::class to VariantParser.PACKED_INT_32_ARRAY, + PackedInt64Array::class to VariantParser.PACKED_INT_64_ARRAY, + PackedFloat32Array::class to VariantParser.PACKED_FLOAT_32_ARRAY, + PackedFloat64Array::class to VariantParser.PACKED_FLOAT_64_ARRAY, + PackedStringArray::class to VariantParser.PACKED_STRING_ARRAY, + PackedVector2Array::class to VariantParser.PACKED_VECTOR2_ARRAY, + PackedVector3Array::class to VariantParser.PACKED_VECTOR3_ARRAY ) @PublishedApi diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/Dictionary.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/Dictionary.kt index 1f8102529f..a809d615cc 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/Dictionary.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/Dictionary.kt @@ -14,15 +14,15 @@ import kotlin.reflect.KClass class Dictionary : NativeCoreType, MutableMap { - internal var keyVariantConverter: VariantConverter = VariantType.NIL - internal var valueVariantConverter: VariantConverter = VariantType.NIL + internal var keyVariantConverter: VariantConverter = VariantParser.NIL + internal var valueVariantConverter: VariantConverter = VariantParser.NIL @PublishedApi internal constructor(handle: VoidPtr) { keyVariantConverter = VariantCaster.ANY valueVariantConverter = VariantCaster.ANY _handle = handle - MemoryManager.registerNativeCoreType(this, VariantType.DICTIONARY) + MemoryManager.registerNativeCoreType(this, VariantParser.DICTIONARY) } constructor(keyClass: Class<*>, valueClass: Class<*>) : this(Reflection.getOrCreateKotlinClass(keyClass), Reflection.getOrCreateKotlinClass(valueClass)) @@ -45,7 +45,7 @@ class Dictionary : NativeCoreType, MutableMap { this.keyVariantConverter = keyVariantConverter!! this.valueVariantConverter = valueVariantConverter!! _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.DICTIONARY) + MemoryManager.registerNativeCoreType(this, VariantParser.DICTIONARY) } //########################PUBLIC############################### @@ -156,7 +156,7 @@ class Dictionary : NativeCoreType, MutableMap { keyVariantConverter = other.keyVariantConverter valueVariantConverter = other.valueVariantConverter _handle = other._handle - MemoryManager.registerNativeCoreType(this, VariantType.DICTIONARY) + MemoryManager.registerNativeCoreType(this, VariantParser.DICTIONARY) } @@ -184,10 +184,10 @@ class Dictionary : NativeCoreType, MutableMap { */ fun duplicate(deep: Boolean): Dictionary { - TransferContext.writeArguments(VariantType.BOOL to deep) + TransferContext.writeArguments(VariantParser.BOOL to deep) Bridge.engine_call_duplicate(_handle) @Suppress("UNCHECKED_CAST") - return (TransferContext.readReturnValue(VariantType.DICTIONARY) as Dictionary).also { + return (TransferContext.readReturnValue(VariantParser.DICTIONARY) as Dictionary).also { it.keyVariantConverter = keyVariantConverter it.valueVariantConverter = valueVariantConverter } @@ -226,7 +226,7 @@ class Dictionary : NativeCoreType, MutableMap { fun has(key: K): Boolean { TransferContext.writeArguments(keyVariantConverter to key) Bridge.engine_call_has(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } @@ -234,9 +234,9 @@ class Dictionary : NativeCoreType, MutableMap { * Returns true if the dictionary has all of the keys in the given array. */ fun hasAll(keys: VariantArray): Boolean { - TransferContext.writeArguments(VariantType.ARRAY to keys) + TransferContext.writeArguments(VariantParser.ARRAY to keys) Bridge.engine_call_hasAll(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } @@ -253,7 +253,7 @@ class Dictionary : NativeCoreType, MutableMap { */ fun isReadOnly(): Boolean { Bridge.engine_call_is_read_only(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -261,7 +261,7 @@ class Dictionary : NativeCoreType, MutableMap { */ override fun isEmpty(): Boolean { Bridge.engine_call_is_empty(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -270,7 +270,7 @@ class Dictionary : NativeCoreType, MutableMap { fun keys(): VariantArray { Bridge.engine_call_keys(_handle) @Suppress("UNCHECKED_CAST") - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = keyVariantConverter } } @@ -280,7 +280,7 @@ class Dictionary : NativeCoreType, MutableMap { } fun merge(dictionary: Dictionary, overwrite: Boolean = false) { - TransferContext.writeArguments(VariantType.DICTIONARY to dictionary, VariantType.BOOL to overwrite) + TransferContext.writeArguments(VariantParser.DICTIONARY to dictionary, VariantParser.BOOL to overwrite) Bridge.engine_call_merge(_handle) } @@ -308,7 +308,7 @@ class Dictionary : NativeCoreType, MutableMap { fun values(): VariantArray { Bridge.engine_call_values(_handle) @Suppress("UNCHECKED_CAST") - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = valueVariantConverter } } @@ -341,9 +341,9 @@ class Dictionary : NativeCoreType, MutableMap { if (other == null || other !is Dictionary<*, *>) { return false } - TransferContext.writeArguments(VariantType.DICTIONARY to this, VariantType.DICTIONARY to other) + TransferContext.writeArguments(VariantParser.DICTIONARY to this, VariantParser.DICTIONARY to other) Bridge.engine_call_equals(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } override fun hashCode(): Int { diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/KtCallable.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/KtCallable.kt index f761e18899..fb26c43210 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/KtCallable.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/KtCallable.kt @@ -30,7 +30,7 @@ abstract class KtCallable( TransferContext.writeReturnValue(ret, variantConverter) } catch (t: Throwable) { GD.printErr("Error calling a JVM custom Callable from Godot:\n", t.stackTraceToString()) - TransferContext.writeReturnValue(null, VariantType.NIL) + TransferContext.writeReturnValue(null, VariantParser.NIL) } ret } diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/NativeCallable.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/NativeCallable.kt index cec2cee6a3..4d8a4bb314 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/NativeCallable.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/NativeCallable.kt @@ -14,42 +14,42 @@ class NativeCallable : NativeCoreType, Callable { internal constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.CALLABLE) + MemoryManager.registerNativeCoreType(this, VariantParser.CALLABLE) } internal constructor(target: Object, methodName: StringName) { - TransferContext.writeArguments(VariantType.OBJECT to target, VariantType.STRING_NAME to methodName) + TransferContext.writeArguments(VariantParser.OBJECT to target, VariantParser.STRING_NAME to methodName) _handle = Bridge.engine_call_constructor_object_string_name() - MemoryManager.registerNativeCoreType(this, VariantType.CALLABLE) + MemoryManager.registerNativeCoreType(this, VariantParser.CALLABLE) } internal constructor(callable: NativeCallable) { - TransferContext.writeArguments(VariantType.CALLABLE to callable) + TransferContext.writeArguments(VariantParser.CALLABLE to callable) _handle = Bridge.engine_call_copy_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.CALLABLE) + MemoryManager.registerNativeCoreType(this, VariantParser.CALLABLE) } internal constructor(ktCallable: KtCallable<*>) { // We pass all params using jni as we're often in a context of sending parameters to cpp, so we should not rewind buffer. _handle = Bridge.engine_call_constructor_kt_custom_callable(ktCallable, ktCallable.variantConverter.id, ktCallable.hashCode()) - MemoryManager.registerNativeCoreType(this, VariantType.CALLABLE) + MemoryManager.registerNativeCoreType(this, VariantParser.CALLABLE) } internal constructor(_handle: VoidPtr){ this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.CALLABLE) + MemoryManager.registerNativeCoreType(this, VariantParser.CALLABLE) } fun bind(vararg args: Any?): NativeCallable { TransferContext.writeArguments(*args.map { VariantCaster.ANY to it }.toTypedArray()) Bridge.engine_call_bind(_handle) - return TransferContext.readReturnValue(VariantType.CALLABLE) as NativeCallable + return TransferContext.readReturnValue(VariantParser.CALLABLE) as NativeCallable } fun bindv(args: VariantArray): NativeCallable { - TransferContext.writeArguments(VariantType.ARRAY to args) + TransferContext.writeArguments(VariantParser.ARRAY to args) Bridge.engine_call_bindv(_handle) - return TransferContext.readReturnValue(VariantType.CALLABLE) as NativeCallable + return TransferContext.readReturnValue(VariantParser.CALLABLE) as NativeCallable } override fun call(vararg args: Any?): Any? { @@ -64,7 +64,7 @@ class NativeCallable : NativeCoreType, Callable { } fun callv(args: VariantArray): Any? { - TransferContext.writeArguments(VariantType.ARRAY to args) + TransferContext.writeArguments(VariantParser.ARRAY to args) Bridge.engine_call_callv(_handle) return TransferContext.readReturnValue(VariantCaster.ANY) } @@ -72,7 +72,7 @@ class NativeCallable : NativeCoreType, Callable { fun getBoundArguments(): VariantArray { Bridge.engine_call_get_bound_arguments(_handle) @Suppress("UNCHECKED_CAST") - return TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray + return TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray } fun getBoundArgumentCount(): Int { @@ -82,17 +82,17 @@ class NativeCallable : NativeCoreType, Callable { fun getMethod(): StringName { Bridge.engine_call_get_method(_handle) - return TransferContext.readReturnValue(VariantType.STRING_NAME) as StringName + return TransferContext.readReturnValue(VariantParser.STRING_NAME) as StringName } fun getObject(): Object { Bridge.engine_call_get_object(_handle) - return TransferContext.readReturnValue(VariantType.OBJECT) as Object + return TransferContext.readReturnValue(VariantParser.OBJECT) as Object } fun getObjectId(): ObjectID { Bridge.engine_call_get_object_id(_handle) - return ObjectID(TransferContext.readReturnValue(VariantType.LONG) as Long) + return ObjectID(TransferContext.readReturnValue(VariantParser.LONG) as Long) } override fun hashCode(): Int { @@ -102,22 +102,22 @@ class NativeCallable : NativeCoreType, Callable { fun isCustom(): Boolean { Bridge.engine_call_is_custom(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } fun isNull(): Boolean { Bridge.engine_call_is_null(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } fun isStandard(): Boolean { Bridge.engine_call_is_standard(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } fun isValid(): Boolean { Bridge.engine_call_is_valid(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } fun rpc(vararg args: Any?) { @@ -126,14 +126,14 @@ class NativeCallable : NativeCoreType, Callable { } fun rpcId(peerId: Long, vararg args: Any?) { - TransferContext.writeArguments(VariantType.LONG to peerId, *args.map { VariantCaster.ANY to it }.toTypedArray()) + TransferContext.writeArguments(VariantParser.LONG to peerId, *args.map { VariantCaster.ANY to it }.toTypedArray()) Bridge.engine_call_rpc_id(_handle) } fun unbind(argCount: Int): NativeCallable { TransferContext.writeArguments(VariantCaster.INT to argCount) Bridge.engine_call_unbind(_handle) - return TransferContext.readReturnValue(VariantType.CALLABLE) as NativeCallable + return TransferContext.readReturnValue(VariantParser.CALLABLE) as NativeCallable } override fun equals(other: Any?): Boolean { diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/NodePath.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/NodePath.kt index 4c8e4258d7..c0a7f2d081 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/NodePath.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/NodePath.kt @@ -12,26 +12,26 @@ class NodePath : NativeCoreType { //INTERNAL internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.NODE_PATH) + MemoryManager.registerNativeCoreType(this, VariantParser.NODE_PATH) } //CONSTRUCTORS constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.NODE_PATH) + MemoryManager.registerNativeCoreType(this, VariantParser.NODE_PATH) } constructor(from: String) { - TransferContext.writeArguments(VariantType.STRING to from) + TransferContext.writeArguments(VariantParser.STRING to from) _handle = Bridge.engine_call_constructor_string() - MemoryManager.registerNativeCoreType(this, VariantType.NODE_PATH) + MemoryManager.registerNativeCoreType(this, VariantParser.NODE_PATH) } constructor(from: NodePath) { - TransferContext.writeArguments(VariantType.NODE_PATH to from) + TransferContext.writeArguments(VariantParser.NODE_PATH to from) _handle = Bridge.engine_call_constructor_node_path() - MemoryManager.registerNativeCoreType(this, VariantType.NODE_PATH) + MemoryManager.registerNativeCoreType(this, VariantParser.NODE_PATH) } //API @@ -40,7 +40,7 @@ class NodePath : NativeCoreType { val path: String get() { Bridge.engine_call_path(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -49,7 +49,7 @@ class NodePath : NativeCoreType { */ fun getAsPropertyPath(): NodePath { Bridge.engine_call_getAsPropertyPath(_handle) - return TransferContext.readReturnValue(VariantType.NODE_PATH) as NodePath + return TransferContext.readReturnValue(VariantParser.NODE_PATH) as NodePath } /** @@ -58,7 +58,7 @@ class NodePath : NativeCoreType { fun getName(idx: Int): String { TransferContext.writeArguments(VariantCaster.INT to idx) Bridge.engine_call_getName(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -75,7 +75,7 @@ class NodePath : NativeCoreType { fun getSubname(idx: Int): String { TransferContext.writeArguments(VariantCaster.INT to idx) Bridge.engine_call_getSubname(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -91,7 +91,7 @@ class NodePath : NativeCoreType { */ fun isAbsolute(): Boolean { Bridge.engine_call_isAbsolute(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -107,7 +107,7 @@ class NodePath : NativeCoreType { */ fun isEmpty(): Boolean { Bridge.engine_call_isEmpty(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -115,7 +115,7 @@ class NodePath : NativeCoreType { */ fun getConcatenatedNames(): StringName { Bridge.engine_call_getConcatenatedNames(_handle) - return TransferContext.readReturnValue(VariantType.STRING_NAME) as StringName + return TransferContext.readReturnValue(VariantParser.STRING_NAME) as StringName } /** @@ -124,16 +124,16 @@ class NodePath : NativeCoreType { */ fun getConcatenatedSubnames(): StringName { Bridge.engine_call_getConcatenatedSubnames(_handle) - return TransferContext.readReturnValue(VariantType.STRING_NAME) as StringName + return TransferContext.readReturnValue(VariantParser.STRING_NAME) as StringName } //UTILITIES override fun equals(other: Any?): Boolean { return if (other is NodePath) { - TransferContext.writeArguments(VariantType.NODE_PATH to other) + TransferContext.writeArguments(VariantParser.NODE_PATH to other) Bridge.engine_call_equals(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } else { false } diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/StringName.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/StringName.kt index a39cc79c47..bcd2694828 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/StringName.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/StringName.kt @@ -12,31 +12,31 @@ class StringName : NativeCoreType { //INTERNAL internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.STRING_NAME) + MemoryManager.registerNativeCoreType(this, VariantParser.STRING_NAME) } //CONSTRUCTORS constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.STRING_NAME) + MemoryManager.registerNativeCoreType(this, VariantParser.STRING_NAME) } constructor(string: String) { - TransferContext.writeArguments(VariantType.STRING to string) + TransferContext.writeArguments(VariantParser.STRING to string) _handle = Bridge.engine_call_constructor_string() - MemoryManager.registerNativeCoreType(this, VariantType.STRING_NAME) + MemoryManager.registerNativeCoreType(this, VariantParser.STRING_NAME) } constructor(stringName: StringName) { - TransferContext.writeArguments(VariantType.STRING_NAME to stringName) + TransferContext.writeArguments(VariantParser.STRING_NAME to stringName) _handle = Bridge.engine_call_copy_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.STRING_NAME) + MemoryManager.registerNativeCoreType(this, VariantParser.STRING_NAME) } override fun toString(): String { TransferContext.writeArguments() Bridge.engine_call_operator_string(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/VariantArray.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/VariantArray.kt index 769760de82..44ec70c428 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/VariantArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/VariantArray.kt @@ -16,13 +16,13 @@ import kotlin.reflect.KClass @Suppress("unused", "UNCHECKED_CAST") class VariantArray : NativeCoreType, MutableCollection { - internal var variantConverter: VariantConverter = VariantType.NIL + internal var variantConverter: VariantConverter = VariantParser.NIL @PublishedApi internal constructor(handle: VoidPtr) { variantConverter = VariantCaster.ANY _handle = handle - MemoryManager.registerNativeCoreType(this, VariantType.ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.ARRAY) } constructor(parameterClazz: Class<*>) : this(Reflection.getOrCreateKotlinClass(parameterClazz)) @@ -48,7 +48,7 @@ class VariantArray : NativeCoreType, MutableCollection { } else { Bridge.engine_call_constructor() } - MemoryManager.registerNativeCoreType(this, VariantType.ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.ARRAY) } //########################PUBLIC############################### @@ -68,7 +68,7 @@ class VariantArray : NativeCoreType, MutableCollection { constructor(other: VariantArray) { this.variantConverter = other.variantConverter this._handle = other._handle - MemoryManager.registerNativeCoreType(this, VariantType.ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.ARRAY) } //COMMON API @@ -96,7 +96,7 @@ class VariantArray : NativeCoreType, MutableCollection { */ override fun isEmpty(): Boolean { Bridge.engine_call_isEmpty(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -104,7 +104,7 @@ class VariantArray : NativeCoreType, MutableCollection { */ fun isReadOnly(): Boolean { Bridge.engine_call_isReadOnly(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -113,7 +113,7 @@ class VariantArray : NativeCoreType, MutableCollection { */ fun isTyped(): Boolean { Bridge.engine_call_isTyped(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -200,7 +200,7 @@ class VariantArray : NativeCoreType, MutableCollection { * The custom method receives two arguments (a pair of elements from the array) and must return either true or false. */ fun sortCustom(obj: KtObject, func: String) { - TransferContext.writeArguments(VariantType.OBJECT to obj, VariantType.STRING to func) + TransferContext.writeArguments(VariantParser.OBJECT to obj, VariantParser.STRING to func) Bridge.engine_call_sortCustom(_handle) } @@ -221,9 +221,9 @@ class VariantArray : NativeCoreType, MutableCollection { * **Note**: For an empty array, this method always returns `true`. */ fun all(callable: Callable): Boolean { - TransferContext.writeArguments(VariantType.CALLABLE to callable) + TransferContext.writeArguments(VariantParser.CALLABLE to callable) Bridge.engine_call_all(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -241,9 +241,9 @@ class VariantArray : NativeCoreType, MutableCollection { * Note: For an empty array, this method always returns `false`. */ fun any(callable: Callable): Boolean { - TransferContext.writeArguments(VariantType.CALLABLE to callable) + TransferContext.writeArguments(VariantParser.CALLABLE to callable) Bridge.engine_call_any(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -258,7 +258,7 @@ class VariantArray : NativeCoreType, MutableCollection { * Appends another array at the end of this array. */ fun appendArray(array: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to array) + TransferContext.writeArguments(VariantParser.ARRAY to array) Bridge.engine_call_appendArray(_handle) } @@ -278,7 +278,7 @@ class VariantArray : NativeCoreType, MutableCollection { */ @JvmOverloads fun bsearch(value: T, before: Boolean = true): Int { - TransferContext.writeArguments(variantConverter to value, VariantType.BOOL to before) + TransferContext.writeArguments(variantConverter to value, VariantParser.BOOL to before) Bridge.engine_call_bsearch(_handle) return TransferContext.readReturnValue(VariantCaster.INT) as Int } @@ -293,8 +293,8 @@ class VariantArray : NativeCoreType, MutableCollection { @JvmOverloads fun bsearchCustom(value: T, obj: KtObject, func: String, before: Boolean = true): Int { TransferContext.writeArguments( - variantConverter to value, VariantType.OBJECT to obj, - VariantType.STRING to func, VariantType.BOOL to before + variantConverter to value, VariantParser.OBJECT to obj, + VariantParser.STRING to func, VariantParser.BOOL to before ) Bridge.engine_call_bsearchCustom(_handle) return TransferContext.readReturnValue(VariantCaster.INT) as Int @@ -317,9 +317,9 @@ class VariantArray : NativeCoreType, MutableCollection { * If false, a shallow copy is made and references to the original nested arrays and dictionaries are kept, so that modifying a sub-array or dictionary in the copy will also impact those referenced in the source array. */ fun duplicate(deep: Boolean): VariantArray { - TransferContext.writeArguments(VariantType.BOOL to deep) + TransferContext.writeArguments(VariantParser.BOOL to deep) Bridge.engine_call_duplicate(_handle) - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = variantConverter } } @@ -353,9 +353,9 @@ class VariantArray : NativeCoreType, MutableCollection { * See also [any], [all], [map] and [reduce]. */ fun filter(callable: Callable): VariantArray { - TransferContext.writeArguments(VariantType.CALLABLE to callable) + TransferContext.writeArguments(VariantParser.CALLABLE to callable) Bridge.engine_call_filter(_handle) - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = variantConverter } } @@ -379,16 +379,16 @@ class VariantArray : NativeCoreType, MutableCollection { } /** - * Returns the [VariantType] constant for a typed array. If the [VariantArray] is not typed, returns [VariantType.NIL]. + * Returns the [VariantParser] constant for a typed array. If the [VariantArray] is not typed, returns [VariantParser.NIL]. */ fun getTypedBuiltin() = variantConverter.id /** - * Returns a class name of a typed [VariantArray] of type [VariantType.OBJECT]. + * Returns a class name of a typed [VariantArray] of type [VariantParser.OBJECT]. */ fun getTypedClassName(): StringName { Bridge.engine_call_getTypedClassName(_handle) - return TransferContext.readReturnValue(VariantType.STRING_NAME) as StringName + return TransferContext.readReturnValue(VariantParser.STRING_NAME) as StringName } /** @@ -405,7 +405,7 @@ class VariantArray : NativeCoreType, MutableCollection { fun has(value: T): Boolean { TransferContext.writeArguments(variantConverter to value) Bridge.engine_call_has(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -424,9 +424,9 @@ class VariantArray : NativeCoreType, MutableCollection { * The callable's method should take one Variant parameter (the current array element) and can return any Variant. */ fun map(callable: Callable): VariantArray { - TransferContext.writeArguments(VariantType.CALLABLE to callable) + TransferContext.writeArguments(VariantParser.CALLABLE to callable) Bridge.engine_call_map(_handle) - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = VariantCaster.ANY } } @@ -492,7 +492,7 @@ class VariantArray : NativeCoreType, MutableCollection { } fun reduce(callable: Callable, accum: Any?): Any? { - TransferContext.writeArguments(VariantType.CALLABLE to callable, VariantCaster.ANY to accum) + TransferContext.writeArguments(VariantParser.CALLABLE to callable, VariantCaster.ANY to accum) Bridge.engine_call_reduce(_handle) return TransferContext.readReturnValue(VariantCaster.ANY) } @@ -522,10 +522,10 @@ class VariantArray : NativeCoreType, MutableCollection { fun slice(begin: Int, end: Int, step: Int, deep: Boolean): VariantArray { TransferContext.writeArguments( VariantCaster.INT to begin, VariantCaster.INT to end, - VariantCaster.INT to step, VariantType.BOOL to deep + VariantCaster.INT to step, VariantParser.BOOL to deep ) Bridge.engine_call_slice(_handle) - return (TransferContext.readReturnValue(VariantType.ARRAY) as VariantArray).also { + return (TransferContext.readReturnValue(VariantParser.ARRAY) as VariantArray).also { it.variantConverter = variantConverter } } diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedArray.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedArray.kt index 7c8a71eeea..6c4ea65e13 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedArray.kt @@ -42,7 +42,7 @@ abstract class PackedArray, T> internal constr * Note: Calling [bsearch] on an unsorted array results in unexpected behavior. */ fun bsearch(value: T, before: Boolean = true): Int { - TransferContext.writeArguments(bridge.elementVariantType to value, VariantType.BOOL to before) + TransferContext.writeArguments(bridge.elementVariantType to value, VariantParser.BOOL to before) bridge.engine_call_bsearch(_handle) return TransferContext.readReturnValue(VariantCaster.INT) as Int } @@ -107,7 +107,7 @@ abstract class PackedArray, T> internal constr fun has(value: T): Boolean { TransferContext.writeArguments(bridge.elementVariantType to value) bridge.engine_call_has(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -124,7 +124,7 @@ abstract class PackedArray, T> internal constr */ fun isEmpty(): Boolean { bridge.engine_call_is_empty(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -199,7 +199,7 @@ abstract class PackedArray, T> internal constr fun toPackedByteArray(): PackedByteArray { bridge.engine_call_to_byte_array(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_BYTE_ARRAY) as PackedByteArray + return TransferContext.readReturnValue(VariantParser.PACKED_BYTE_ARRAY) as PackedByteArray } //UTILITIES diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedByteArray.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedByteArray.kt index 2bf85c4e53..e282852f75 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedByteArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedByteArray.kt @@ -36,7 +36,7 @@ class PackedByteArray : PackedArray { //INTERNALS internal constructor(handle: VoidPtr) { this._handle = handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_BYTE_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_BYTE_ARRAY) } //CONSTRUCTOR @@ -45,25 +45,25 @@ class PackedByteArray : PackedArray { */ constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_BYTE_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_BYTE_ARRAY) } /** * Constructs a PackedByteArray as a copy of the given PackedByteArray. */ constructor(from: PackedByteArray) { - TransferContext.writeArguments(VariantType.PACKED_BYTE_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_BYTE_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_BYTE_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_BYTE_ARRAY) } /** * Constructs a new PackedByteArray by converting a `VariantArray`. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_BYTE_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_BYTE_ARRAY) } /** @@ -71,7 +71,7 @@ class PackedByteArray : PackedArray { */ constructor(from: ByteArray) { _handle = Bridge.engine_convert_to_godot(from) - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_BYTE_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_BYTE_ARRAY) } //PACKED BYTE ARRAY API @@ -83,7 +83,7 @@ class PackedByteArray : PackedArray { fun compress(compressionMode: CompressionMode = CompressionMode.COMPRESSION_FASTLZ): PackedByteArray { TransferContext.writeArguments(VariantCaster.INT to compressionMode.ordinal) Bridge.engine_call_compress(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_BYTE_ARRAY) as PackedByteArray + return TransferContext.readReturnValue(VariantParser.PACKED_BYTE_ARRAY) as PackedByteArray } /** @@ -93,7 +93,7 @@ class PackedByteArray : PackedArray { fun decodeDouble(byteOffset: Int): Double { TransferContext.writeArguments(VariantCaster.INT to byteOffset) Bridge.engine_call_decode_double(_handle) - return TransferContext.readReturnValue(VariantType.DOUBLE) as Double + return TransferContext.readReturnValue(VariantParser.DOUBLE) as Double } /** @@ -143,7 +143,7 @@ class PackedByteArray : PackedArray { fun decodeS64(byteOffset: Int): Long { TransferContext.writeArguments(VariantCaster.INT to byteOffset) Bridge.engine_call_decode_s64(_handle) - return TransferContext.readReturnValue(VariantType.LONG) as Long + return TransferContext.readReturnValue(VariantParser.LONG) as Long } /** @@ -183,7 +183,7 @@ class PackedByteArray : PackedArray { fun decodeU64(byteOffset: Int): Long { TransferContext.writeArguments(VariantCaster.INT to byteOffset) Bridge.engine_call_decode_u64(_handle) - return TransferContext.readReturnValue(VariantType.LONG) as Long + return TransferContext.readReturnValue(VariantParser.LONG) as Long } /** @@ -201,7 +201,7 @@ class PackedByteArray : PackedArray { * value is Object-derived and allow_objects is false. */ fun decodeVar(byteOffset: Int, allowObjects: Boolean = false): Any { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.BOOL to allowObjects) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.BOOL to allowObjects) Bridge.engine_call_decode_var(_handle) return TransferContext.readReturnValue(VariantCaster.ANY) as Any } @@ -211,7 +211,7 @@ class PackedByteArray : PackedArray { * the offset, otherwise fails. */ fun decodeVarSize(byteOffset: Int, allowObjects: Boolean = false): Int { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.BOOL to allowObjects) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.BOOL to allowObjects) Bridge.engine_call_decode_var(_handle) return TransferContext.readReturnValue(VariantCaster.INT) as Int } @@ -231,7 +231,7 @@ class PackedByteArray : PackedArray { VariantCaster.INT to compressionMode.ordinal ) Bridge.engine_call_decompress(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_BYTE_ARRAY) as PackedByteArray + return TransferContext.readReturnValue(VariantParser.PACKED_BYTE_ARRAY) as PackedByteArray } /** @@ -250,7 +250,7 @@ class PackedByteArray : PackedArray { VariantCaster.INT to compressionMode.ordinal ) Bridge.engine_call_decompress_dynamic(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_BYTE_ARRAY) as PackedByteArray + return TransferContext.readReturnValue(VariantParser.PACKED_BYTE_ARRAY) as PackedByteArray } /** @@ -258,7 +258,7 @@ class PackedByteArray : PackedArray { * bytes of allocated space, starting at the offset. */ fun encodeDouble(byteOffset: Int, value: Double) { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.DOUBLE to value) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.DOUBLE to value) Bridge.engine_call_encode_double(_handle) } @@ -303,7 +303,7 @@ class PackedByteArray : PackedArray { * bytes of space, starting at the offset. */ fun encodeS64(byteOffset: Int, value: Long) { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.LONG to value) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.LONG to value) Bridge.engine_call_decode_s64(_handle) } @@ -339,7 +339,7 @@ class PackedByteArray : PackedArray { * 8 bytes of space, starting at the offset. */ fun encodeU64(byteOffset: Int, value: Long) { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.LONG to value) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.LONG to value) Bridge.engine_call_decode_u64(_handle) } @@ -361,7 +361,7 @@ class PackedByteArray : PackedArray { TransferContext.writeArguments( VariantCaster.INT to byteOffset, VariantCaster.ANY to value, - VariantType.BOOL to allowObjects + VariantParser.BOOL to allowObjects ) Bridge.engine_call_encode_var(_handle) } @@ -375,7 +375,7 @@ class PackedByteArray : PackedArray { */ fun getStringFromAscii(): String { Bridge.engine_call_get_string_from_ascii(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -384,7 +384,7 @@ class PackedByteArray : PackedArray { */ fun getStringFromUtf16(): String { Bridge.engine_call_get_string_from_utf16(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -393,7 +393,7 @@ class PackedByteArray : PackedArray { */ fun getStringFromUtf32(): String { Bridge.engine_call_get_string_from_utf32(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -402,7 +402,7 @@ class PackedByteArray : PackedArray { */ fun getStringFromWchar(): String { Bridge.engine_call_get_string_from_wchar(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } /** @@ -413,13 +413,13 @@ class PackedByteArray : PackedArray { */ fun getStringFromUtf8(): String { Bridge.engine_call_get_string_from_utf8(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } fun hasEncodedVar(byteOffset: Int, allowObjects: Boolean = false): Boolean { - TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantType.BOOL to allowObjects) + TransferContext.writeArguments(VariantCaster.INT to byteOffset, VariantParser.BOOL to allowObjects) Bridge.engine_call_has_encoded_var(_handle) - return TransferContext.readReturnValue(VariantType.BOOL) as Boolean + return TransferContext.readReturnValue(VariantParser.BOOL) as Boolean } /** @@ -427,24 +427,24 @@ class PackedByteArray : PackedArray { */ fun hexEncode(): String { Bridge.engine_call_hex_encode(_handle) - return TransferContext.readReturnValue(VariantType.STRING) as String + return TransferContext.readReturnValue(VariantParser.STRING) as String } fun toPackedFloat32Array(): PackedFloat32Array { Bridge.engine_call_to_float32_array(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_FLOAT_32_ARRAY) as PackedFloat32Array + return TransferContext.readReturnValue(VariantParser.PACKED_FLOAT_32_ARRAY) as PackedFloat32Array } fun toPackedFloat64Array(): PackedFloat64Array { Bridge.engine_call_to_float64_array(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_FLOAT_64_ARRAY) as PackedFloat64Array + return TransferContext.readReturnValue(VariantParser.PACKED_FLOAT_64_ARRAY) as PackedFloat64Array } fun toPackedInt32Array(): PackedInt32Array { Bridge.engine_call_to_int32_array(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_INT_32_ARRAY) as PackedInt32Array + return TransferContext.readReturnValue(VariantParser.PACKED_INT_32_ARRAY) as PackedInt32Array } fun toPackedInt64Array(): PackedInt64Array { Bridge.engine_call_to_int64_array(_handle) - return TransferContext.readReturnValue(VariantType.PACKED_INT_64_ARRAY) as PackedInt64Array + return TransferContext.readReturnValue(VariantParser.PACKED_INT_64_ARRAY) as PackedInt64Array } //UTILITIES @@ -474,7 +474,7 @@ class PackedByteArray : PackedArray { @Suppress("FunctionName", "LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_BYTE_ARRAY + override val packedArrayVariantType = VariantParser.PACKED_BYTE_ARRAY override val elementVariantType = VariantCaster.BYTE external override fun engine_call_constructor(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedColorArray.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedColorArray.kt index f663d7f805..1fecfaa3e6 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedColorArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedColorArray.kt @@ -14,31 +14,31 @@ class PackedColorArray : PackedArray { // INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_COLOR_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_COLOR_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_COLOR_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_COLOR_ARRAY) } /** * Constructs a [PackedColorArray] as a copy of the given [PackedColorArray]. */ constructor(from: PackedColorArray) { - TransferContext.writeArguments(VariantType.PACKED_COLOR_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_COLOR_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_COLOR_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_COLOR_ARRAY) } /** * Constructs a new [PackedColorArray] by converting a [VariantArray]<[Color]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_COLOR_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_COLOR_ARRAY) } override fun toString(): String { @@ -66,8 +66,8 @@ class PackedColorArray : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_COLOR_ARRAY - override val elementVariantType = VariantType.COLOR + override val packedArrayVariantType = VariantParser.PACKED_COLOR_ARRAY + override val elementVariantType = VariantParser.COLOR external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat32Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat32Array.kt index 115d1e88e4..16becb877b 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat32Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat32Array.kt @@ -13,7 +13,7 @@ class PackedFloat32Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_32_ARRAY) } //CONSTRUCTOR @@ -22,25 +22,25 @@ class PackedFloat32Array : PackedArray { */ constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_32_ARRAY) } /** * Constructs a [PackedFloat32Array] as a copy of the given [PackedFloat32Array]. */ constructor(from: PackedFloat32Array) { - TransferContext.writeArguments(VariantType.PACKED_FLOAT_32_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_FLOAT_32_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_32_ARRAY) } /** * Constructs a new [PackedFloat32Array] by converting a [VariantArray]<[Float]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_32_ARRAY) } /** @@ -48,7 +48,7 @@ class PackedFloat32Array : PackedArray { */ constructor(from: FloatArray) { _handle = Bridge.engine_convert_to_godot(from) - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_32_ARRAY) } override fun toString(): String { @@ -77,7 +77,7 @@ class PackedFloat32Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_FLOAT_32_ARRAY + override val packedArrayVariantType = VariantParser.PACKED_FLOAT_32_ARRAY override val elementVariantType = VariantCaster.FLOAT external override fun engine_call_constructor(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat64Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat64Array.kt index 214c96b145..fa79300aac 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat64Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedFloat64Array.kt @@ -13,31 +13,31 @@ class PackedFloat64Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_64_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_64_ARRAY) } /** * Constructs a [PackedFloat64Array] as a copy of the given [PackedFloat64Array]. */ constructor(from: PackedFloat64Array) { - TransferContext.writeArguments(VariantType.PACKED_FLOAT_64_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_FLOAT_64_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_64_ARRAY) } /** * Constructs a new [PackedFloat64Array] by converting a [VariantArray]<[Double]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_64_ARRAY) } /** @@ -45,7 +45,7 @@ class PackedFloat64Array : PackedArray { */ constructor(from: DoubleArray) { _handle = Bridge.engine_convert_to_godot(from) - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_FLOAT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_FLOAT_64_ARRAY) } override fun toString(): String { @@ -74,8 +74,8 @@ class PackedFloat64Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_FLOAT_64_ARRAY - override val elementVariantType = VariantType.DOUBLE + override val packedArrayVariantType = VariantParser.PACKED_FLOAT_64_ARRAY + override val elementVariantType = VariantParser.DOUBLE external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt32Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt32Array.kt index 475ac3de44..bbd46a8eba 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt32Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt32Array.kt @@ -14,31 +14,31 @@ class PackedInt32Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } /** * Constructs a [PackedInt32Array] as a copy of the given [PackedInt32Array]. */ constructor(from: PackedInt32Array) { - TransferContext.writeArguments(VariantType.PACKED_INT_32_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_INT_32_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } /** * Constructs a new [PackedInt32Array] by converting a [VariantArray]<[Int]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } /** @@ -46,7 +46,7 @@ class PackedInt32Array : PackedArray { */ constructor(from: IntArray) { _handle = Bridge.engine_convert_to_godot(from) - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } override fun toString(): String { @@ -75,7 +75,7 @@ class PackedInt32Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_INT_32_ARRAY + override val packedArrayVariantType = VariantParser.PACKED_INT_32_ARRAY override val elementVariantType = VariantCaster.INT external override fun engine_call_constructor(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt64Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt64Array.kt index 3b09b265c3..b7b67b9195 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt64Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedInt64Array.kt @@ -14,31 +14,31 @@ class PackedInt64Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_32_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_32_ARRAY) } /** * Constructs a [PackedInt64Array] as a copy of the given [PackedInt64Array]. */ constructor(from: PackedInt64Array) { - TransferContext.writeArguments(VariantType.PACKED_INT_64_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_INT_64_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_64_ARRAY) } /** * Constructs a new [PackedInt64Array] by converting a [VariantArray]<[Long]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_64_ARRAY) } /** @@ -46,7 +46,7 @@ class PackedInt64Array : PackedArray { */ constructor(from: LongArray) { _handle = Bridge.engine_convert_to_godot(from) - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_INT_64_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_INT_64_ARRAY) } override fun toString(): String { @@ -75,8 +75,8 @@ class PackedInt64Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_INT_64_ARRAY - override val elementVariantType = VariantType.LONG + override val packedArrayVariantType = VariantParser.PACKED_INT_64_ARRAY + override val elementVariantType = VariantParser.LONG external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedStringArray.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedStringArray.kt index 02dfc15e14..f8112c3549 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedStringArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedStringArray.kt @@ -14,31 +14,31 @@ class PackedStringArray : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_STRING_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_STRING_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_STRING_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_STRING_ARRAY) } /** * Constructs a [PackedStringArray] as a copy of the given [PackedStringArray]. */ constructor(from: PackedStringArray) { - TransferContext.writeArguments(VariantType.PACKED_STRING_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_STRING_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_STRING_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_STRING_ARRAY) } /** * Constructs a new [PackedStringArray] by converting a [VariantArray]<[String]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_STRING_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_STRING_ARRAY) } override fun toString(): String { @@ -66,8 +66,8 @@ class PackedStringArray : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_STRING_ARRAY - override val elementVariantType = VariantType.STRING + override val packedArrayVariantType = VariantParser.PACKED_STRING_ARRAY + override val elementVariantType = VariantParser.STRING external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector2Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector2Array.kt index 986403bdad..84be4b9b7b 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector2Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector2Array.kt @@ -14,31 +14,31 @@ class PackedVector2Array : PackedArray { //INTERNALS internal constructor(@Suppress("LocalVariableName") _handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR2_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR2_ARRAY) } //CONSTRUCTOR constructor() { _handle = bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR2_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR2_ARRAY) } /** * Constructs a [PackedVector2Array] as a copy of the given [PackedVector2Array]. */ constructor(from: PackedVector2Array) { - TransferContext.writeArguments(VariantType.PACKED_VECTOR2_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_VECTOR2_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR2_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR2_ARRAY) } /** * Constructs a new [PackedVector2Array] by converting a [VariantArray]<[Vector2]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR2_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR2_ARRAY) } override fun toString(): String { @@ -66,8 +66,8 @@ class PackedVector2Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_VECTOR2_ARRAY - override val elementVariantType = VariantType.VECTOR2 + override val packedArrayVariantType = VariantParser.PACKED_VECTOR2_ARRAY + override val elementVariantType = VariantParser.VECTOR2 external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector3Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector3Array.kt index a65f08bf98..9f49f8261b 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector3Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector3Array.kt @@ -14,31 +14,31 @@ class PackedVector3Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR3_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR3_ARRAY) } //CONSTRUCTOR constructor() { _handle = Bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR3_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR3_ARRAY) } /** * Constructs a [PackedVector3Array] as a copy of the given [PackedVector3Array]. */ constructor(from: PackedVector3Array) { - TransferContext.writeArguments(VariantType.PACKED_VECTOR3_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_VECTOR3_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR3_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR3_ARRAY) } /** * Constructs a new [PackedVector3Array] by converting a [VariantArray]<[Vector3]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR3_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR3_ARRAY) } override fun toString(): String { @@ -66,8 +66,8 @@ class PackedVector3Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_VECTOR3_ARRAY - override val elementVariantType = VariantType.VECTOR3 + override val packedArrayVariantType = VariantParser.PACKED_VECTOR3_ARRAY + override val elementVariantType = VariantParser.VECTOR3 external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector4Array.kt b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector4Array.kt index 492f1a7db6..25bc27dbf7 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector4Array.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/bridge/packed/PackedVector4Array.kt @@ -12,31 +12,31 @@ class PackedVector4Array : PackedArray { //INTERNALS internal constructor(_handle: VoidPtr) { this._handle = _handle - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR4_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR4_ARRAY) } //CONSTRUCTOR constructor() { _handle = bridge.engine_call_constructor() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR4_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR4_ARRAY) } /** * Constructs a [PackedVector4Array] as a copy of the given [PackedVector4Array]. */ constructor(from: PackedVector4Array) { - TransferContext.writeArguments(VariantType.PACKED_VECTOR4_ARRAY to from) + TransferContext.writeArguments(VariantParser.PACKED_VECTOR4_ARRAY to from) _handle = Bridge.engine_call_constructor_packed_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR4_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR4_ARRAY) } /** * Constructs a new [PackedVector4Array] by converting a [VariantArray]<[Vector4]>. */ constructor(from: VariantArray) { - TransferContext.writeArguments(VariantType.ARRAY to from) + TransferContext.writeArguments(VariantParser.ARRAY to from) _handle = Bridge.engine_call_constructor_array() - MemoryManager.registerNativeCoreType(this, VariantType.PACKED_VECTOR4_ARRAY) + MemoryManager.registerNativeCoreType(this, VariantParser.PACKED_VECTOR4_ARRAY) } override fun toString(): String { @@ -63,8 +63,8 @@ class PackedVector4Array : PackedArray { @Suppress("LocalVariableName") internal object Bridge : PackedArrayBridge { - override val packedArrayVariantType = VariantType.PACKED_VECTOR4_ARRAY - override val elementVariantType = VariantType.VECTOR4 + override val packedArrayVariantType = VariantParser.PACKED_VECTOR4_ARRAY + override val elementVariantType = VariantParser.VECTOR4 external override fun engine_call_constructor(): VoidPtr external override fun engine_call_constructor_packed_array(): VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/core/memory/MemoryManager.kt b/kt/godot-library/src/main/kotlin/godot/core/memory/MemoryManager.kt index e8c654f188..b519ce6b1e 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/memory/MemoryManager.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/memory/MemoryManager.kt @@ -8,7 +8,7 @@ import godot.core.NodePath import godot.core.ObjectID import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType +import godot.core.VariantParser import godot.util.LRUCache import godot.util.VoidPtr import java.util.concurrent.ConcurrentHashMap @@ -198,7 +198,7 @@ internal object MemoryManager { fun isInstanceValid(ktObject: KtObject) = checkInstance(ktObject.rawPtr, ktObject.objectID.id) - fun registerNativeCoreType(nativeCoreType: NativeCoreType, variantType: VariantType) { + fun registerNativeCoreType(nativeCoreType: NativeCoreType, variantType: VariantParser) { val rawPtr = nativeCoreType._handle nativeCoreTypeMap[rawPtr] = NativeCoreBinding(nativeCoreType, variantType) } diff --git a/kt/godot-library/src/main/kotlin/godot/core/memory/NativeCoreBinding.kt b/kt/godot-library/src/main/kotlin/godot/core/memory/NativeCoreBinding.kt index 967948cb91..1d7d79a360 100644 --- a/kt/godot-library/src/main/kotlin/godot/core/memory/NativeCoreBinding.kt +++ b/kt/godot-library/src/main/kotlin/godot/core/memory/NativeCoreBinding.kt @@ -1,13 +1,13 @@ package godot.core.memory import godot.core.NativeCoreType -import godot.core.VariantType +import godot.core.VariantParser import java.lang.ref.ReferenceQueue import java.lang.ref.WeakReference internal class NativeCoreBinding( ref: NativeCoreType, - val variantType: VariantType + val variantType: VariantParser ) : WeakReference(ref, queue) { val ptr = ref._handle diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AESContext.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AESContext.kt index 288e0e3884..8bb8312c9b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AESContext.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AESContext.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar2D.kt index 6be860df6d..3971f96c4c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar2D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt64Array import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar3D.kt index 8027ae6bc9..05362aa2b5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStar3D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt64Array import godot.core.PackedVector3Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStarGrid2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStarGrid2D.kt index 74b95002d1..ccb9d085d1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AStarGrid2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AStarGrid2D.kt @@ -13,15 +13,15 @@ import godot.core.PackedVector2Array import godot.core.Rect2i import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AcceptDialog.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AcceptDialog.kt index abafb5cd59..750cc66353 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AcceptDialog.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AcceptDialog.kt @@ -11,10 +11,10 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody2D.kt index eaeb317124..81616813ed 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody3D.kt index dc762a2d0f..a7a90b6331 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatableBody3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite2D.kt index f11f15917c..11049c80cb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite2D.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite3D.kt index 0703c845f4..99c5294c68 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite3D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedTexture.kt index 3902b985c9..8bf0bae780 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedTexture.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Animation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Animation.kt index 812e4c119f..8730a83bce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Animation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Animation.kt @@ -13,17 +13,17 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationLibrary.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationLibrary.kt index 32a5a1e31f..6f698de598 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationLibrary.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationLibrary.kt @@ -12,12 +12,12 @@ import godot.core.Signal2 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationMixer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationMixer.kt index 956158bff5..e875e1c856 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationMixer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationMixer.kt @@ -15,17 +15,17 @@ import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNode.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNode.kt index 2a9bafbd6d..3404001b7f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNode.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNode.kt @@ -16,14 +16,14 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeAnimation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeAnimation.kt index 6403c0f7ff..7c86d93d5c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeAnimation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeAnimation.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace1D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace1D.kt index eb22da20ed..94aba240f7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace1D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace1D.kt @@ -8,12 +8,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace2D.kt index fde7c9fcc1..0c70f7aeb4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendSpace2D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendTree.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendTree.kt index 634713f2df..315237cecc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendTree.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeBlendTree.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeOneShot.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeOneShot.kt index 4ce3ee07ba..e5408c2faa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeOneShot.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeOneShot.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachine.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachine.kt index a0ee4102d3..df7c3d8554 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachine.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachine.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachinePlayback.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachinePlayback.kt index 8be828173c..e010ef1f36 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachinePlayback.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachinePlayback.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachineTransition.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachineTransition.kt index 3efce0f467..09ff9f9400 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachineTransition.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeStateMachineTransition.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeSync.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeSync.kt index 101da8a3d8..0932a7dcb5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeSync.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeSync.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeTransition.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeTransition.kt index 106046c182..e7faf5e587 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeTransition.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationNodeTransition.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationPlayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationPlayer.kt index df054a5160..f16ec38c2b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationPlayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationPlayer.kt @@ -13,14 +13,14 @@ import godot.core.Signal1 import godot.core.Signal2 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationTree.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationTree.kt index 02ff90a39b..5cf6910d72 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationTree.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AnimationTree.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Area2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Area2D.kt index ffa36f15c7..550c6da403 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Area2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Area2D.kt @@ -15,14 +15,14 @@ import godot.core.Signal4 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Area3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Area3D.kt index 7134be45a6..b5c1183b63 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Area3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Area3D.kt @@ -16,15 +16,15 @@ import godot.core.Signal4 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayMesh.kt index 84bae1bc7d..029f84623f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayMesh.kt @@ -17,16 +17,16 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any @@ -370,14 +370,15 @@ public open class ArrayMesh : Mesh() { } public final fun setCustomAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setCustomAabbPtr, NIL) } public final fun getCustomAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun setShadowMesh(mesh: ArrayMesh?): Unit { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayOccluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayOccluder3D.kt index 90b31a0bda..13f0ad15b1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayOccluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ArrayOccluder3D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt32Array import godot.core.PackedVector3Array import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AspectRatioContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AspectRatioContainer.kt index 3b3b3597f7..815b96d2c2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AspectRatioContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AspectRatioContainer.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AtlasTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AtlasTexture.kt index 78ecc814d6..d643bb3692 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AtlasTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AtlasTexture.kt @@ -11,10 +11,10 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectAmplify.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectAmplify.kt index ab60311122..c62db34c42 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectAmplify.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectAmplify.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCapture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCapture.kt index f7792a2dba..be43f189b0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCapture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCapture.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectChorus.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectChorus.kt index 6cc86629c4..3998060593 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectChorus.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectChorus.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCompressor.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCompressor.kt index 164308e992..0905863bd7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCompressor.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectCompressor.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDelay.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDelay.kt index fa5e9ad150..129737a9e2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDelay.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDelay.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDistortion.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDistortion.kt index 91e250ee83..2f83f03f0b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDistortion.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectDistortion.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectEQ.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectEQ.kt index f5385f6898..35219dfe70 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectEQ.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectEQ.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectFilter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectFilter.kt index 38e7d56414..3518a30822 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectFilter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectFilter.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectHardLimiter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectHardLimiter.kt index 7010667d69..13399bff7f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectHardLimiter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectHardLimiter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectLimiter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectLimiter.kt index adbeb2b0be..03b190eca7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectLimiter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectLimiter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPanner.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPanner.kt index 8a8fadd9a8..86318a325a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPanner.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPanner.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPhaser.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPhaser.kt index 34a6588e79..5e9a8de4ff 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPhaser.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPhaser.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPitchShift.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPitchShift.kt index 820c9c140d..f0de2b064b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPitchShift.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectPitchShift.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectRecord.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectRecord.kt index 597a16fd12..d5938671bb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectRecord.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectRecord.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectReverb.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectReverb.kt index 66ce1b20d7..7034a3222e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectReverb.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectReverb.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzer.kt index f3d2b0cf0e..0dc5924562 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzer.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzerInstance.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzerInstance.kt index 976c5e7c13..fb61eab87c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzerInstance.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectSpectrumAnalyzerInstance.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectStereoEnhance.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectStereoEnhance.kt index c53b032fbd..e031d9c326 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectStereoEnhance.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioEffectStereoEnhance.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener2D.kt index 1df9f74d22..dd5768db84 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener3D.kt index 834cb21c40..69c8511acc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioListener3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioServer.kt index b29111ac50..6db1ae5b3e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioServer.kt @@ -12,14 +12,14 @@ import godot.core.Signal0 import godot.core.Signal3 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStream.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStream.kt index 4b78939c75..6123ca8921 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStream.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStream.kt @@ -11,9 +11,9 @@ import godot.core.Dictionary import godot.core.Signal0 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGenerator.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGenerator.kt index fc9a89695f..6e9c5bd997 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGenerator.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGenerator.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGeneratorPlayback.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGeneratorPlayback.kt index cbd4b717e1..c399b342e8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGeneratorPlayback.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamGeneratorPlayback.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamInteractive.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamInteractive.kt index e3a08acd6f..36fe4d95cc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamInteractive.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamInteractive.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt32Array import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamMP3.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamMP3.kt index 1b6ee5128d..dc99365063 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamMP3.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamMP3.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamOggVorbis.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamOggVorbis.kt index f4712b934f..a44a6fad87 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamOggVorbis.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamOggVorbis.kt @@ -9,13 +9,13 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayback.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayback.kt index 0a2d776732..8753457f7b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayback.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayback.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackInteractive.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackInteractive.kt index bfcc3a31e3..a180b7ab8b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackInteractive.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackInteractive.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackPolyphonic.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackPolyphonic.kt index b0c6560253..d81f322555 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackPolyphonic.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackPolyphonic.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackResampled.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackResampled.kt index 21a2a62adc..5329c1d876 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackResampled.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaybackResampled.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Float diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer.kt index e7e50347c0..4caec23e6e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer2D.kt index ca19e3d40f..5b35b1220c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer2D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer3D.kt index 2a8dd47d57..bb84b3363b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlayer3D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaylist.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaylist.kt index 0787257bd9..e93e400d6f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaylist.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPlaylist.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPolyphonic.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPolyphonic.kt index f4b65f9f5b..975d0d48cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPolyphonic.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamPolyphonic.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamRandomizer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamRandomizer.kt index 4ef19e94e2..3c2f8cf7fa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamRandomizer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamRandomizer.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamSynchronized.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamSynchronized.kt index 8c339b72f7..2690bc79f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamSynchronized.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamSynchronized.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamWAV.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamWAV.kt index 27a1e8ea2a..d636420f30 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamWAV.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/AudioStreamWAV.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BackBufferCopy.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BackBufferCopy.kt index 0f49fa5408..5dba77858f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BackBufferCopy.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BackBufferCopy.kt @@ -11,9 +11,9 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseButton.kt index b32c604e83..3c5f960945 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseButton.kt @@ -11,10 +11,10 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseMaterial3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseMaterial3D.kt index f2155e9f90..bf0db74fce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseMaterial3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BaseMaterial3D.kt @@ -11,13 +11,13 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BitMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BitMap.kt index 97dd8ae2b6..6be9ee874e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BitMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BitMap.kt @@ -11,14 +11,14 @@ import godot.core.PackedVector2Array import godot.core.Rect2i import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2I -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Bone2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Bone2D.kt index 4adcc422a6..8c7e333031 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Bone2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Bone2D.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM2D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM2D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneAttachment3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneAttachment3D.kt index 88bdd2c3ae..12bd76d0a5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneAttachment3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneAttachment3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneMap.kt index 2882200d9e..d8fe01b35b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoneMap.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxContainer.kt index cf78ecf180..3455decff4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxContainer.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxMesh.kt index 6f6f12bf96..9b7d921703 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxMesh.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxOccluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxOccluder3D.kt index 77c1364a8c..7764110505 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxOccluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxOccluder3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxShape3D.kt index c0c1a509bb..f2ba019f2f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/BoxShape3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Button.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Button.kt index 6ae63f0bb0..79a1329747 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Button.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Button.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ButtonGroup.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ButtonGroup.kt index 4dc016a6b7..1d9969ff83 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ButtonGroup.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ButtonGroup.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles2D.kt index 4b3e59a60f..cf30176d1b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles2D.kt @@ -14,15 +14,15 @@ import godot.core.PackedColorArray import godot.core.PackedVector2Array import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles3D.kt index c7506f8e5e..91af7f02a6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CPUParticles3D.kt @@ -15,15 +15,15 @@ import godot.core.PackedColorArray import godot.core.PackedVector3Array import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal @@ -1103,7 +1103,7 @@ public open class CPUParticles3D : GeometryInstance3D() { } public final fun setVisibilityAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setVisibilityAabbPtr, NIL) } @@ -1177,8 +1177,8 @@ public open class CPUParticles3D : GeometryInstance3D() { public final fun getVisibilityAabb(): AABB { TransferContext.writeArguments() TransferContext.callMethod(rawPtr, MethodBindings.getVisibilityAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun getLifetimeRandomness(): Double { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGBox3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGBox3D.kt index 86ac4208b9..1506b38380 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGBox3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGBox3D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGCylinder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGCylinder3D.kt index 6a6f1f8702..b5879b8ec3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGCylinder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGCylinder3D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGMesh3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGMesh3D.kt index f53b06c8f4..042f43acdf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGMesh3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGMesh3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPolygon3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPolygon3D.kt index d84d0c1809..d440b12fc5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPolygon3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPolygon3D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPrimitive3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPrimitive3D.kt index 39a37eee4e..2ee3d16cbd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPrimitive3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGPrimitive3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGShape3D.kt index a6025b9ff6..b80ac3d303 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGShape3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGSphere3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGSphere3D.kt index 81ba21d27b..db6b72a90b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGSphere3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGSphere3D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGTorus3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGTorus3D.kt index 731338e981..ab6f291aa4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGTorus3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CSGTorus3D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CallbackTweener.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CallbackTweener.kt index 419276d369..2c48b3e133 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CallbackTweener.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CallbackTweener.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera2D.kt index 03ceab605c..450f908cf2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera2D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera3D.kt index 6edca1790f..493de048c4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Camera3D.kt @@ -15,17 +15,17 @@ import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PROJECTION -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PROJECTION +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributes.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributes.kt index 301043f763..2d6d1d8ae1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributes.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributes.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPhysical.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPhysical.kt index bf18ca14cd..e223443283 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPhysical.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPhysical.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPractical.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPractical.kt index f2b870954f..775a5a635c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPractical.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraAttributesPractical.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraFeed.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraFeed.kt index 6dd9e76ea2..0899bf4564 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraFeed.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraFeed.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraServer.kt index 40fac80339..579a37ea98 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraServer.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraTexture.kt index 5c4a6d44b6..8689dd188f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CameraTexture.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasGroup.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasGroup.kt index 97e687abb0..203d19bf09 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasGroup.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasGroup.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItem.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItem.kt index ea3f2e9dc2..73375eb605 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItem.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItem.kt @@ -17,19 +17,19 @@ import godot.core.Rect2 import godot.core.Signal0 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItemMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItemMaterial.kt index 93961807a0..d19ae93018 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItemMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasItemMaterial.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasLayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasLayer.kt index 59f9458d5d..4eb0b4b135 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasLayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasLayer.kt @@ -13,14 +13,14 @@ import godot.core.RID import godot.core.Signal0 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasModulate.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasModulate.kt index 379acc92db..d357eeedb0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasModulate.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasModulate.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.NIL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasTexture.kt index 8850f65e95..44027a1dcb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CanvasTexture.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleMesh.kt index 9ab7d0acf2..a387e8da6c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleMesh.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape2D.kt index 7b5e3497d9..335422d8c0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape3D.kt index 1cd3f66a7a..6b86a5beef 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CapsuleShape3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CenterContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CenterContainer.kt index 0d3ae3eed1..da28fbd8fc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CenterContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CenterContainer.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharFXTransform.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharFXTransform.kt index b73b3be365..ce23b16a3b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharFXTransform.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharFXTransform.kt @@ -14,16 +14,16 @@ import godot.core.Dictionary import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody2D.kt index 72143dc896..6efc2583d5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody2D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody3D.kt index 87290c33bf..5aed9bb418 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CharacterBody3D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CircleShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CircleShape2D.kt index b3cf92f7f8..3dbc16b70d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CircleShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CircleShape2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ClassDB.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ClassDB.kt index 4669350310..3f7c0a07e2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ClassDB.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ClassDB.kt @@ -13,13 +13,13 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeEdit.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeEdit.kt index e7eb355271..2cbdf152f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeEdit.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeEdit.kt @@ -16,16 +16,16 @@ import godot.core.Signal3 import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeHighlighter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeHighlighter.kt index bee9a1d67a..bc0047ed42 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeHighlighter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CodeHighlighter.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject2D.kt index 2906324303..d76e08910d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject2D.kt @@ -14,14 +14,14 @@ import godot.core.Signal1 import godot.core.Signal3 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject3D.kt index 6bd7b74447..df7d005611 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionObject3D.kt @@ -13,14 +13,14 @@ import godot.core.Signal0 import godot.core.Signal5 import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon2D.kt index d40b287e26..3ac26944f7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon2D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon3D.kt index 914a066464..2ecfb30af1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionPolygon3D.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape2D.kt index 1576142566..b87fd6d1ae 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape2D.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape3D.kt index fb1fb8e8d2..fa0a36d949 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CollisionShape3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPicker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPicker.kt index 4fcac16a18..2d19733fd2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPicker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPicker.kt @@ -13,11 +13,11 @@ import godot.core.Color import godot.core.PackedColorArray import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_COLOR_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_COLOR_ARRAY import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPickerButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPickerButton.kt index 9057f1dd97..dfc502de43 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPickerButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorPickerButton.kt @@ -13,10 +13,10 @@ import godot.core.Color import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorRect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorRect.kt index 989cba73c9..eaa29ce04d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorRect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ColorRect.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.NIL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Compositor.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Compositor.kt index 928c23da05..19c891d057 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Compositor.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Compositor.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompositorEffect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompositorEffect.kt index 2b8d4ec032..9a450360fa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompositorEffect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompositorEffect.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture2D.kt index 4b262f3d05..189270ccb7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture3D.kt index f778404b2f..70e032be3f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTexture3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTextureLayered.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTextureLayered.kt index c2b2f4e9c6..2e708a6498 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTextureLayered.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CompressedTextureLayered.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape2D.kt index 36127c0f9f..6a1c97ac12 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape2D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape3D.kt index af4c2111aa..a14d2a279f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConcavePolygonShape3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector3Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConeTwistJoint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConeTwistJoint3D.kt index 80fe2b5f2d..9fad3ef292 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConeTwistJoint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConeTwistJoint3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfigFile.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfigFile.kt index 10ee20ccd2..c109adeea1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfigFile.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfigFile.kt @@ -11,12 +11,12 @@ import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfirmationDialog.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfirmationDialog.kt index e85da6a498..4e88e56108 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfirmationDialog.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConfirmationDialog.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Container.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Container.kt index 13db835c04..9d9df40d09 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Container.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Container.kt @@ -11,9 +11,9 @@ import godot.core.PackedInt32Array import godot.core.Rect2 import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Control.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Control.kt index ac3248bb11..910976befe 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Control.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Control.kt @@ -19,18 +19,18 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.Vector3i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape2D.kt index 4e493948a7..7c9c893046 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape2D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape3D.kt index ea7426130f..8e6f4359bd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ConvexPolygonShape3D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector3Array import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Crypto.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Crypto.kt index 21cea44d8f..d83eb819ca 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Crypto.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Crypto.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CryptoKey.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CryptoKey.kt index c659ec6572..6cf65068b5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CryptoKey.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CryptoKey.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Cubemap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Cubemap.kt index 08aea526c1..126a6a0aba 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Cubemap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Cubemap.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CubemapArray.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CubemapArray.kt index 2e3f31a590..d4445398d9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CubemapArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CubemapArray.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve.kt index ae227b0b63..337fcc5d84 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve2D.kt index 1e03b94760..96ea986877 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve2D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve3D.kt index 42b8a3d01f..ad0f2eee1a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Curve3D.kt @@ -11,14 +11,14 @@ import godot.core.PackedFloat32Array import godot.core.PackedVector3Array import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveTexture.kt index 5357ef30f5..b4904f48bb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveTexture.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveXYZTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveXYZTexture.kt index a70be19b43..5992104c0f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveXYZTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CurveXYZTexture.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderMesh.kt index b612dbbee1..6623bf00cc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderMesh.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderShape3D.kt index 374b1286fe..05a36d86f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/CylinderShape3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DTLSServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DTLSServer.kt index edc61757e0..cedc5e9b72 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DTLSServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DTLSServer.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DampedSpringJoint2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DampedSpringJoint2D.kt index 463d81a474..17a1a12d34 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DampedSpringJoint2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DampedSpringJoint2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Decal.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Decal.kt index 77be307e1c..5ecb8dca99 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Decal.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Decal.kt @@ -11,13 +11,13 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirAccess.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirAccess.kt index 705a125335..74e70578b6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirAccess.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirAccess.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight2D.kt index 63656672d2..7789533068 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight3D.kt index 9860c6a7b1..afd050ba29 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DirectionalLight3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/DisplayServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/DisplayServer.kt index 4c066b04fa..1b108bf5d5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/DisplayServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/DisplayServer.kt @@ -20,25 +20,25 @@ import godot.core.Rect2i import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.RECT2I -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType.VECTOR3I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser.VECTOR3I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.Vector3i diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetConnection.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetConnection.kt index 530008eba8..e3e3c88772 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetConnection.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetConnection.kt @@ -10,14 +10,14 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetMultiplayerPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetMultiplayerPeer.kt index 1b4911fa5d..26acf776ea 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetMultiplayerPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetMultiplayerPeer.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetPacketPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetPacketPeer.kt index 0e52084d68..69094a37a7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetPacketPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ENetPacketPeer.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/EncodedObjectAsID.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/EncodedObjectAsID.kt index 0fa20db02f..5cefb074b6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/EncodedObjectAsID.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/EncodedObjectAsID.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Engine.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Engine.kt index 256d780536..ab46632bc9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Engine.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Engine.kt @@ -12,16 +12,16 @@ import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/EngineDebugger.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/EngineDebugger.kt index 0cb73050cf..85bc148e5e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/EngineDebugger.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/EngineDebugger.kt @@ -11,14 +11,14 @@ import godot.core.Callable import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Environment.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Environment.kt index 2045cf0605..621be23ddf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Environment.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Environment.kt @@ -11,13 +11,13 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Expression.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Expression.kt index ceaaffbc1a..7da274bb40 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Expression.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Expression.kt @@ -11,12 +11,12 @@ import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FBXState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FBXState.kt index a4e4f60533..7742b77f5b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FBXState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FBXState.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FastNoiseLite.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FastNoiseLite.kt index 8bcfe488d2..489283a8e9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FastNoiseLite.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FastNoiseLite.kt @@ -10,11 +10,11 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FileAccess.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FileAccess.kt index 9d6ef40101..7bf04bbb94 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FileAccess.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FileAccess.kt @@ -11,14 +11,14 @@ import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FileDialog.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FileDialog.kt index de154eb567..1150aa2185 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FileDialog.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FileDialog.kt @@ -11,13 +11,13 @@ import godot.core.Dictionary import godot.core.PackedStringArray import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FlowContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FlowContainer.kt index 0b0edce886..395b68eecc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FlowContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FlowContainer.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FogMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FogMaterial.kt index 220549c525..2608f89c2f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FogMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FogMaterial.kt @@ -11,10 +11,10 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FogVolume.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FogVolume.kt index b0de9d60b8..88a5b5cfe7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FogVolume.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FogVolume.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Font.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Font.kt index 8e1d72ea0d..1720930ea1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Font.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Font.kt @@ -14,17 +14,17 @@ import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FontFile.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FontFile.kt index 628764fc5b..8973a422c1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FontFile.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FontFile.kt @@ -15,21 +15,21 @@ import godot.core.Rect2 import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FontVariation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FontVariation.kt index f40772345a..fe785eb501 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FontVariation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FontVariation.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/FramebufferCacheRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/FramebufferCacheRD.kt index 4258b3f163..34672399e7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/FramebufferCacheRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/FramebufferCacheRD.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtension.kt index 7bef7f5e5b..4f227109d2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtension.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtensionManager.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtensionManager.kt index ea0369e0d1..c7ccb33bbc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtensionManager.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GDExtensionManager.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAccessor.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAccessor.kt index 09ac42f46e..9ccaa1331e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAccessor.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAccessor.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedFloat64Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_FLOAT_64_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_FLOAT_64_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAnimation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAnimation.kt index f085eff25c..24a6d18238 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAnimation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFAnimation.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFBufferView.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFBufferView.kt index 072a8dc421..1ef287bf4d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFBufferView.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFBufferView.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFCamera.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFCamera.kt index 2c8acdac98..e1cabb4f11 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFCamera.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFCamera.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFDocument.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFDocument.kt index 74cb9f0883..c9f4531d75 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFDocument.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFDocument.kt @@ -9,13 +9,13 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFLight.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFLight.kt index 5dd3eba448..946c926b5b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFLight.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFLight.kt @@ -14,13 +14,13 @@ import godot.core.Dictionary import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFMesh.kt index 2e5706d9ae..81dd04936d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFMesh.kt @@ -12,12 +12,12 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFNode.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFNode.kt index 675892cb6f..802a794dfe 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFNode.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFNode.kt @@ -15,14 +15,14 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsBody.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsBody.kt index 48f68cc379..4929e735e3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsBody.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsBody.kt @@ -13,14 +13,14 @@ import godot.core.Basis import godot.core.Dictionary import godot.core.Quaternion import godot.core.TypeManager -import godot.core.VariantType.BASIS -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsShape.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsShape.kt index 0aac78c42f..e85267a6b2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsShape.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFPhysicsShape.kt @@ -11,14 +11,14 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkeleton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkeleton.kt index 40204ad7c6..33be21020b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkeleton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkeleton.kt @@ -11,12 +11,12 @@ import godot.core.Dictionary import godot.core.PackedInt32Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkin.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkin.kt index 0e2b24917f..8a328926d9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkin.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSkin.kt @@ -12,12 +12,12 @@ import godot.core.PackedInt32Array import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSpecGloss.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSpecGloss.kt index 931b745df9..571f3e91a5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSpecGloss.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFSpecGloss.kt @@ -11,10 +11,10 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFState.kt index 5a82111eb5..72541cbe7c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFState.kt @@ -14,17 +14,17 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTexture.kt index 96850d45d3..05ec2cf947 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTexture.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTextureSampler.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTextureSampler.kt index 480aa448a6..69b6f34e3f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTextureSampler.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GLTFTextureSampler.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles2D.kt index 033c25a635..235a5e567d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles2D.kt @@ -15,16 +15,16 @@ import godot.core.Rect2 import godot.core.Signal0 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles3D.kt index 0c2729182e..ef49abf1d6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticles3D.kt @@ -15,15 +15,15 @@ import godot.core.NodePath import godot.core.Signal0 import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal @@ -483,7 +483,7 @@ public open class GPUParticles3D : GeometryInstance3D() { } public final fun setVisibilityAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setVisibilityAabbPtr, NIL) } @@ -572,8 +572,8 @@ public open class GPUParticles3D : GeometryInstance3D() { public final fun getVisibilityAabb(): AABB { TransferContext.writeArguments() TransferContext.callMethod(rawPtr, MethodBindings.getVisibilityAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun getUseLocalCoordinates(): Boolean { @@ -690,8 +690,8 @@ public open class GPUParticles3D : GeometryInstance3D() { */ public final fun captureAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.captureAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.captureAabbPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun setSubEmitter(path: NodePath): Unit { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractor3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractor3D.kt index 2ea6328032..b3f898e4ce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractor3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractor3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorBox3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorBox3D.kt index acb13a7095..78536ec2c0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorBox3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorBox3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorSphere3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorSphere3D.kt index 06d1e1679b..3f9165f625 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorSphere3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorSphere3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorVectorField3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorVectorField3D.kt index a14fe88664..3e8f191003 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorVectorField3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesAttractorVectorField3D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollision3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollision3D.kt index 36a6d6f917..41e15bb459 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollision3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollision3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionBox3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionBox3D.kt index d8358b52e1..a15b330efa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionBox3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionBox3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionHeightField3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionHeightField3D.kt index feb522cc10..67f92eb948 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionHeightField3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionHeightField3D.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSDF3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSDF3D.kt index 19879b6fdd..033b706bae 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSDF3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSDF3D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSphere3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSphere3D.kt index b7d3849c3c..b0c595abb0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSphere3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GPUParticlesCollisionSphere3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Generic6DOFJoint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Generic6DOFJoint3D.kt index 31d3b87dc0..cbb3e44219 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Generic6DOFJoint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Generic6DOFJoint3D.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry2D.kt index 73321df2fc..46ac59b373 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry2D.kt @@ -13,14 +13,14 @@ import godot.core.PackedVector2Array import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry3D.kt index 436b242921..69571bff52 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Geometry3D.kt @@ -13,13 +13,13 @@ import godot.core.Plane import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.PLANE -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.PLANE +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GeometryInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GeometryInstance3D.kt index 9f0031a66b..c2c0b1365e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GeometryInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GeometryInstance3D.kt @@ -13,12 +13,12 @@ import godot.core.AABB import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any @@ -469,14 +469,15 @@ public open class GeometryInstance3D : VisualInstance3D() { } public final fun setCustomAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setCustomAabbPtr, NIL) } public final fun getCustomAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public enum class ShadowCastingSetting( diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Gradient.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Gradient.kt index 0cbf67ea66..df88e5c5f5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Gradient.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Gradient.kt @@ -11,12 +11,12 @@ import godot.core.Color import godot.core.PackedColorArray import godot.core.PackedFloat32Array import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture1D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture1D.kt index 839a67a2e8..2f54fe33b7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture1D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture1D.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture2D.kt index cfdddda6f9..3f1953eb03 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GradientTexture2D.kt @@ -10,11 +10,11 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphEdit.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphEdit.kt index 25b5b86e96..f75eac2c4b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphEdit.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphEdit.kt @@ -20,17 +20,17 @@ import godot.core.Signal4 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphElement.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphElement.kt index a3e123b414..fa3449ffea 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphElement.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphElement.kt @@ -13,9 +13,9 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.Signal2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphFrame.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphFrame.kt index f209a3e082..c987464c46 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphFrame.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphFrame.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphNode.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphNode.kt index bfbef7d243..8ca5cad8cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphNode.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GraphNode.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GridContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GridContainer.kt index 6a8dccafa0..f375ecd73c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GridContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GridContainer.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GridMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GridMap.kt index f63fc8b40e..bc31a64336 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GridMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GridMap.kt @@ -15,16 +15,16 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BASIS -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType.VECTOR3I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser.VECTOR3I +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.Vector3i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/GrooveJoint2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/GrooveJoint2D.kt index b53fe065ab..fab67fa09f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/GrooveJoint2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/GrooveJoint2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HMACContext.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HMACContext.kt index e69dd2eaf9..595582dc28 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HMACContext.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HMACContext.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPClient.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPClient.kt index d68d656716..ecb9acb125 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPClient.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPClient.kt @@ -11,14 +11,14 @@ import godot.core.Dictionary import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPRequest.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPRequest.kt index f748af5292..a148fe2f06 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPRequest.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HTTPRequest.kt @@ -11,14 +11,14 @@ import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.Signal4 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HashingContext.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HashingContext.kt index b11f41047b..6e5dd23607 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HashingContext.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HashingContext.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HeightMapShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HeightMapShape3D.kt index 54c52d8942..045e1ed376 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HeightMapShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HeightMapShape3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedFloat32Array import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/HingeJoint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/HingeJoint3D.kt index 3d835536b1..9d112da485 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/HingeJoint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/HingeJoint3D.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/IP.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/IP.kt index 16b0d593ff..45f28c5f60 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/IP.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/IP.kt @@ -11,11 +11,11 @@ import godot.core.Dictionary import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Image.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Image.kt index 5db0f82f61..b7a41f2682 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Image.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Image.kt @@ -12,17 +12,17 @@ import godot.core.Dictionary import godot.core.PackedByteArray import godot.core.Rect2i import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageFormatLoaderExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageFormatLoaderExtension.kt index a36017291e..4552037639 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageFormatLoaderExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageFormatLoaderExtension.kt @@ -9,7 +9,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.NIL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Float diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture.kt index 7b1d661e89..eafce25040 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture3D.kt index 63e50f8ad2..1a810447ce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTexture3D.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTextureLayered.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTextureLayered.kt index cd7dc14271..dbe7ef17e5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTextureLayered.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImageTextureLayered.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImmediateMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImmediateMesh.kt index 5010eb96b9..cb5da03458 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImmediateMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImmediateMesh.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Plane import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PLANE -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PLANE +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMesh.kt index 71bbe47a71..614b73e245 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMesh.kt @@ -11,15 +11,15 @@ import godot.core.Dictionary import godot.core.PackedInt32Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMeshInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMeshInstance3D.kt index 216535f87f..1cea15107b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMeshInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ImporterMeshInstance3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Input.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Input.kt index 9435717f74..1a62077161 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Input.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Input.kt @@ -13,17 +13,17 @@ import godot.core.Signal2 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEvent.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEvent.kt index 6fa4f2bb9d..e4fa08787a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEvent.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEvent.kt @@ -10,15 +10,15 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventAction.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventAction.kt index 3c6fe0e99e..2effed917e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventAction.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventAction.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventFromWindow.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventFromWindow.kt index ef285d7e4b..169f5a2bad 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventFromWindow.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventFromWindow.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventGesture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventGesture.kt index f787617575..7b2065d09d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventGesture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventGesture.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadButton.kt index 6a8278b689..cf27ad8860 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadButton.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadMotion.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadMotion.kt index e1dd9e9eef..02f332a517 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadMotion.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventJoypadMotion.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventKey.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventKey.kt index 8dc441d448..dc4a372bb7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventKey.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventKey.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMIDI.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMIDI.kt index 0097f10e22..26985ccc9d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMIDI.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMIDI.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMagnifyGesture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMagnifyGesture.kt index 40f0f59098..fdd2776f18 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMagnifyGesture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMagnifyGesture.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouse.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouse.kt index 9f7ae6e2b9..f3d06d051e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouse.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouse.kt @@ -11,9 +11,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseButton.kt index 6fbd9d0d1a..0354789101 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseButton.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseMotion.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseMotion.kt index b0dc5fbe1d..5c48b79fa6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseMotion.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventMouseMotion.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventPanGesture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventPanGesture.kt index 0e31215883..21d173ee48 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventPanGesture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventPanGesture.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenDrag.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenDrag.kt index 5e3c6e3574..622c05d4aa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenDrag.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenDrag.kt @@ -10,11 +10,11 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenTouch.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenTouch.kt index e21d399aa1..edd083b54e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenTouch.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventScreenTouch.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventShortcut.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventShortcut.kt index 34b6f8088c..3925573dd6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventShortcut.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventShortcut.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventWithModifiers.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventWithModifiers.kt index b07e367f61..bb091b463b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventWithModifiers.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputEventWithModifiers.kt @@ -9,9 +9,9 @@ package godot import godot.KeyModifierMaskValue import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputMap.kt index ca2146ada2..50bb876c81 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InputMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InputMap.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/InstancePlaceholder.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/InstancePlaceholder.kt index c13b067e20..577dfdf845 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/InstancePlaceholder.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/InstancePlaceholder.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ItemList.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ItemList.kt index 13fb5c1ceb..e3047898c9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ItemList.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ItemList.kt @@ -17,17 +17,17 @@ import godot.core.Signal2 import godot.core.Signal3 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/JSON.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/JSON.kt index ff4752c02c..8d17bde99d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/JSON.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/JSON.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/JSONRPC.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/JSONRPC.kt index 0cbbce37cc..6d3c162c3b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/JSONRPC.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/JSONRPC.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaClassWrapper.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaClassWrapper.kt index 735f6af4f5..4eccb497c6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaClassWrapper.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaClassWrapper.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaScriptBridge.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaScriptBridge.kt index 3caf4fe898..138292965f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaScriptBridge.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/JavaScriptBridge.kt @@ -12,13 +12,13 @@ import godot.core.PackedByteArray import godot.core.Signal0 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint2D.kt index f8ea13be9b..5b2ef919d0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint2D.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint3D.kt index feacda56bb..6a1745f5e1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Joint3D.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision2D.kt index 6af35f813c..1300404719 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision2D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision3D.kt index 7e0d023244..132d29a518 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/KinematicCollision3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Label.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Label.kt index 0fafd3bb88..fe3c91c407 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Label.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Label.kt @@ -12,15 +12,15 @@ import godot.core.PackedFloat32Array import godot.core.Rect2 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Label3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Label3D.kt index 2103b463b0..26065e3917 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Label3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Label3D.kt @@ -13,15 +13,15 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LabelSettings.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LabelSettings.kt index 0bdb56445d..c949b966a0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LabelSettings.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LabelSettings.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Light2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Light2D.kt index f975941899..aa8ae39c70 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Light2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Light2D.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Light3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Light3D.kt index 19721e5687..0646c7cb6e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Light3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Light3D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightOccluder2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightOccluder2D.kt index 68cabc0134..f4270a8bd1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightOccluder2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightOccluder2D.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGI.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGI.kt index 32d18cccbf..80eade92aa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGI.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGI.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGIData.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGIData.kt index 9dbbbe8bc1..d4fdccb9b5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGIData.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LightmapGIData.kt @@ -11,13 +11,13 @@ import godot.core.NodePath import godot.core.Rect2 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Line2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Line2D.kt index 0e273cd68d..346353701e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Line2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Line2D.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LineEdit.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LineEdit.kt index 457a22049c..0e532e8d3f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LineEdit.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LineEdit.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/LinkButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/LinkButton.kt index 329bedc020..d8d7e8c87a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/LinkButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/LinkButton.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker2D.kt index 6e740f044b..0b00994159 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker3D.kt index aa8c43ca06..40d6a1a784 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marker3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marshalls.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marshalls.kt index 227059b29f..19488b8554 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Marshalls.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Marshalls.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Material.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Material.kt index f237b0f898..80d9ea32c0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Material.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Material.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuBar.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuBar.kt index 2caa677935..d8e1e53232 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuBar.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuBar.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuButton.kt index 16a9fc0a42..022a7f5918 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MenuButton.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Mesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Mesh.kt index 14194340b7..3c9275511c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Mesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Mesh.kt @@ -15,14 +15,14 @@ import godot.core.PackedVector3Array import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr @@ -203,8 +203,8 @@ public open class Mesh : Resource() { */ public final fun getAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshConvexDecompositionSettings.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshConvexDecompositionSettings.kt index 83232f59d7..bd7ae53f4e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshConvexDecompositionSettings.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshConvexDecompositionSettings.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshDataTool.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshDataTool.kt index 05a73bfbc1..bb929c82f8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshDataTool.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshDataTool.kt @@ -13,15 +13,15 @@ import godot.core.PackedInt32Array import godot.core.Plane import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PLANE -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PLANE +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance2D.kt index da33c6c127..3271badb7c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance2D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance3D.kt index 1fc33afc17..6a038c3810 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshInstance3D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshLibrary.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshLibrary.kt index f6e48d4e2f..5ccce68ec8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshLibrary.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshLibrary.kt @@ -11,13 +11,13 @@ import godot.core.PackedInt32Array import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshTexture.kt index 8160e41ad9..ba61f3466c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MeshTexture.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MethodTweener.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MethodTweener.kt index 7a64ee4788..5ba40bb29d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MethodTweener.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MethodTweener.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingNode.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingNode.kt index dd45e9438f..fc07a1825c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingNode.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingNode.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingResource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingResource.kt index 1f06fd8dde..74badad588 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingResource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MissingResource.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MobileVRInterface.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MobileVRInterface.kt index a389af0105..949b79b3c8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MobileVRInterface.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MobileVRInterface.kt @@ -11,9 +11,9 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MovieWriter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MovieWriter.kt index 90e9eb5224..203ebf395e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MovieWriter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MovieWriter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMesh.kt index a01cafd555..8e2bb1f0ec 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMesh.kt @@ -15,14 +15,14 @@ import godot.core.PackedFloat32Array import godot.core.Transform2D import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean @@ -320,14 +320,15 @@ public open class MultiMesh : Resource() { } public final fun setCustomAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setCustomAabbPtr, NIL) } public final fun getCustomAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** @@ -335,8 +336,8 @@ public open class MultiMesh : Resource() { */ public final fun getAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun getBuffer(): PackedFloat32Array { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance2D.kt index 905a3054c0..2eb72ecf18 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance2D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance3D.kt index 865c4a8adf..85d442dc05 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiMeshInstance3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerAPI.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerAPI.kt index 904ee32382..a7418926bc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerAPI.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerAPI.kt @@ -14,13 +14,13 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerPeer.kt index 6dbf7c4dba..73f9bc6f13 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerPeer.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSpawner.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSpawner.kt index 74a2fb920f..4ebf4230c1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSpawner.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSpawner.kt @@ -12,12 +12,12 @@ import godot.core.NodePath import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSynchronizer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSynchronizer.kt index dcbfc2b70e..aeb4a8e4bf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSynchronizer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/MultiplayerSynchronizer.kt @@ -12,13 +12,13 @@ import godot.core.NodePath import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Mutex.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Mutex.kt index 852c189842..815b8e7034 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Mutex.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Mutex.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NativeMenu.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NativeMenu.kt index 61740c74ce..ea490a9676 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NativeMenu.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NativeMenu.kt @@ -11,16 +11,16 @@ import godot.core.Callable import godot.core.RID import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent2D.kt index c8549a05de..3adcab2e77 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent2D.kt @@ -17,15 +17,15 @@ import godot.core.RID import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent3D.kt index ec651c690b..e5bb22924f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationAgent3D.kt @@ -17,15 +17,15 @@ import godot.core.RID import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink2D.kt index 7cd58d0657..9e91514e6d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink2D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink3D.kt index 5663c43643..721acc5d23 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationLink3D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMesh.kt index a70cef8916..39293f56df 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMesh.kt @@ -14,15 +14,15 @@ import godot.core.PackedInt32Array import godot.core.PackedVector3Array import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr @@ -660,15 +660,15 @@ public open class NavigationMesh : Resource() { } public final fun setFilterBakingAabb(bakingAabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to bakingAabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to bakingAabb) TransferContext.callMethod(rawPtr, MethodBindings.setFilterBakingAabbPtr, NIL) } public final fun getFilterBakingAabb(): AABB { TransferContext.writeArguments() TransferContext.callMethod(rawPtr, MethodBindings.getFilterBakingAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun setFilterBakingAabbOffset(bakingAabbOffset: Vector3): Unit { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshGenerator.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshGenerator.kt index 5e71ffc82d..3ea7ce535a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshGenerator.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshGenerator.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData2D.kt index b21ff70e47..1cd4483ab3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData2D.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData3D.kt index b7cc43aca0..9373aa23a2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationMeshSourceGeometryData3D.kt @@ -13,15 +13,15 @@ import godot.core.PackedVector3Array import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle2D.kt index 936c11ffeb..eeb3066048 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle2D.kt @@ -12,13 +12,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle3D.kt index 30a464f08c..fb74fad13b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationObstacle3D.kt @@ -12,13 +12,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector3Array import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters2D.kt index 6764b8158d..16a664adc9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters2D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters3D.kt index a22fa8a487..af92f0f1f7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryParameters3D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult2D.kt index 852cfec18b..4d67c37d36 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult2D.kt @@ -13,11 +13,11 @@ import godot.core.PackedVector2Array import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult3D.kt index 0bf75af342..c32f9bd48a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPathQueryResult3D.kt @@ -13,11 +13,11 @@ import godot.core.PackedVector3Array import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPolygon.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPolygon.kt index eea0612cd3..4d0c6ce236 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPolygon.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationPolygon.kt @@ -14,16 +14,16 @@ import godot.core.PackedVector2Array import godot.core.Rect2 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion2D.kt index 80625661a2..98fb714088 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion2D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion3D.kt index ac311e9746..034d301535 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationRegion3D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer2D.kt index ea2e522f8c..3beca4daa7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer2D.kt @@ -15,17 +15,17 @@ import godot.core.Signal1 import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer3D.kt index 60d015b9c1..86a8cd97d7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NavigationServer3D.kt @@ -15,17 +15,17 @@ import godot.core.Signal1 import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NinePatchRect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NinePatchRect.kt index 1767e10626..70c4a353ed 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NinePatchRect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NinePatchRect.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node.kt index 179678ae04..7ecb472fa1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node.kt @@ -15,15 +15,15 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.asStringName import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node2D.kt index d58f1a95f7..bc1c5d4bfd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node2D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node3D.kt index f2a4c72234..2482d12b7e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Node3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Node3D.kt @@ -16,17 +16,17 @@ import godot.core.Signal0 import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BASIS -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Noise.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Noise.kt index 60349d4d84..2755f27315 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Noise.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Noise.kt @@ -9,13 +9,13 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture2D.kt index aa8d751e54..5cb5abfb20 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture2D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture3D.kt index 7b99f8e6b1..3234f07ad5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/NoiseTexture3D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OS.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OS.kt index b02541175f..8fbce4fd59 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OS.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OS.kt @@ -12,14 +12,14 @@ import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Object.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Object.kt index 2e7e65ede9..8720a81999 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Object.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Object.kt @@ -16,14 +16,14 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Occluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Occluder3D.kt index 8d02a56ff1..b4b9aacda4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Occluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Occluder3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt32Array import godot.core.PackedVector3Array import godot.core.TypeManager -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderInstance3D.kt index 7a24e99929..9fa51558ba 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderInstance3D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderPolygon2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderPolygon2D.kt index 8ceca963ae..92d2e9e216 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderPolygon2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OccluderPolygon2D.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OggPacketSequence.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OggPacketSequence.kt index 8ec4a2e946..9cbe98e8ff 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OggPacketSequence.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OggPacketSequence.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedInt64Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_64_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_64_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OmniLight3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OmniLight3D.kt index 9cec0f5db3..bbace52d62 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OmniLight3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OmniLight3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAPIExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAPIExtension.kt index 960e45599a..7c29a75648 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAPIExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAPIExtension.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAction.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAction.kt index f7a241eff5..c5c8df28cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAction.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRAction.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionMap.kt index dfa90cdbe1..8b71ea2753 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionMap.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionSet.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionSet.kt index af5035fe2e..7d9536e3f7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionSet.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRActionSet.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayer.kt index b29bc5f799..8516aa104a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayer.kt @@ -8,12 +8,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerCylinder.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerCylinder.kt index badf0ab8a6..468889fc9e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerCylinder.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerCylinder.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerEquirect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerEquirect.kt index 721c28028b..ef55d136f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerEquirect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerEquirect.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerQuad.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerQuad.kt index 035fa8d3ee..f892b54774 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerQuad.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRCompositionLayerQuad.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRExtensionWrapperExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRExtensionWrapperExtension.kt index 7b9a07ed1f..14255bd4ff 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRExtensionWrapperExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRExtensionWrapperExtension.kt @@ -11,8 +11,8 @@ import godot.core.Dictionary import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRHand.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRHand.kt index 93e7036471..9b2172b992 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRHand.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRHand.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRIPBinding.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRIPBinding.kt index 2bd7396a28..14d5e4c5bb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRIPBinding.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRIPBinding.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfile.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfile.kt index 3378264dba..d275fd93cf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfile.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfile.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfileMetadata.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfileMetadata.kt index 4461e96c19..496888d181 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfileMetadata.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInteractionProfileMetadata.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInterface.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInterface.kt index d74590f2d4..64bbb38ecc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInterface.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OpenXRInterface.kt @@ -12,14 +12,14 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OptimizedTranslation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OptimizedTranslation.kt index 7f30925bc4..57066f11ff 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OptimizedTranslation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OptimizedTranslation.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/OptionButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/OptionButton.kt index 6981aa4acb..f685001e88 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/OptionButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/OptionButton.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PCKPacker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PCKPacker.kt index 31541f1269..f5934de7bc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PCKPacker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PCKPacker.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainer.kt index 59eaf5eabf..2c8c96edfd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainer.kt @@ -9,7 +9,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.LONG +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainerRef.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainerRef.kt index 74bb3163d4..7c2809dd90 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainerRef.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedDataContainerRef.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedScene.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedScene.kt index 1113965014..df2f20964a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedScene.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PackedScene.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeer.kt index 04539ee091..da78493fa4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeer.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerDTLS.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerDTLS.kt index 58000282ad..34714fa15b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerDTLS.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerDTLS.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerStream.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerStream.kt index bebad0adbe..d947c29211 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerStream.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerStream.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerUDP.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerUDP.kt index 057f523042..beda9d8c71 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerUDP.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PacketPeerUDP.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PanoramaSkyMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PanoramaSkyMaterial.kt index 36daac3167..fd9ec6cc5c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PanoramaSkyMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PanoramaSkyMaterial.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Parallax2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Parallax2D.kt index 700fa0fe25..714640ed96 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Parallax2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Parallax2D.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxBackground.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxBackground.kt index 6854181911..9085e3aeb9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxBackground.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxBackground.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxLayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxLayer.kt index c19be2ef7e..dda54fdea4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxLayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParallaxLayer.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParticleProcessMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParticleProcessMaterial.kt index dc874e137b..1b49918108 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ParticleProcessMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ParticleProcessMaterial.kt @@ -11,14 +11,14 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Path2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Path2D.kt index 7a0829e782..1c67fa2d85 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Path2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Path2D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Path3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Path3D.kt index bceb9ff5ec..95245b93e0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Path3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Path3D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow2D.kt index c0d9d968e1..0bb5767ae9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow2D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow3D.kt index 728e565b35..3015bf840a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PathFollow3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Performance.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Performance.kt index 54f4e820cb..5d90336333 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Performance.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Performance.kt @@ -12,13 +12,13 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone2D.kt index 341b0e83f8..9ea976437d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone2D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone3D.kt index f654f40be0..57bba2209a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBone3D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBoneSimulator3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBoneSimulator3D.kt index 21da3e4712..03c19d57a2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBoneSimulator3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalBoneSimulator3D.kt @@ -11,10 +11,10 @@ import godot.core.RID import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalSkyMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalSkyMaterial.kt index 9041377020..2e363d45ce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalSkyMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicalSkyMaterial.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody2D.kt index 3ba0b95a84..733091a3b0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody2D.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody3D.kt index dd22e965f9..4f590c5079 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsBody3D.kt @@ -10,14 +10,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState2D.kt index 9dab9ec6d7..8f26a318a5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState2D.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState3D.kt index 7b4387b5be..f5b8360789 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectBodyState3D.kt @@ -13,15 +13,15 @@ import godot.core.Basis import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BASIS -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2D.kt index 2e5872a8a5..6f7d5e4896 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2D.kt @@ -11,11 +11,11 @@ import godot.core.Dictionary import godot.core.PackedFloat32Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2DExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2DExtension.kt index 285ae15f90..851622893b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2DExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState2DExtension.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3D.kt index 461315c690..932763ad37 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3D.kt @@ -11,11 +11,11 @@ import godot.core.Dictionary import godot.core.PackedFloat32Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3DExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3DExtension.kt index 9ea760d677..cb8256ef48 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3DExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsDirectSpaceState3DExtension.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsMaterial.kt index 9597af492e..362ca8ab6c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsMaterial.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters2D.kt index e0230c9754..37fba85040 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters2D.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters3D.kt index 06faa12fe1..83047222b0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsPointQueryParameters3D.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters2D.kt index 5f1be0307e..53991e5fc3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters2D.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters3D.kt index e8e03d824f..cb17c28827 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsRayQueryParameters3D.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2D.kt index 50f53ceacf..32137e2ae7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2D.kt @@ -12,15 +12,15 @@ import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2DManager.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2DManager.kt index edd56c0e01..97c9a4d87d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2DManager.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer2DManager.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3D.kt index 46501e0c34..419d8b2f44 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3D.kt @@ -13,15 +13,15 @@ import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr @@ -1130,8 +1130,8 @@ public object PhysicsServer3D : Object() { public final fun softBodyGetBounds(body: RID): AABB { TransferContext.writeArguments(_RID to body) TransferContext.callMethod(rawPtr, MethodBindings.softBodyGetBoundsPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DManager.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DManager.kt index fd1fee2028..4d5cae9a9f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DManager.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DManager.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DRenderingServerHandler.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DRenderingServerHandler.kt index 761df621b8..45ac88bdd4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DRenderingServerHandler.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsServer3DRenderingServerHandler.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.AABB import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr @@ -67,7 +67,7 @@ public open class PhysicsServer3DRenderingServerHandler : Object() { * Sets the bounding box for the [SoftBody3D]. */ public final fun setAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setAabbPtr, NIL) } diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters2D.kt index b50bf7180f..6f1d6218f8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters2D.kt @@ -13,15 +13,15 @@ import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters3D.kt index 5cfbead92b..99ab00a083 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsShapeQueryParameters3D.kt @@ -13,15 +13,15 @@ import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters2D.kt index bf3e89f6d7..2be26a50b7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters2D.kt @@ -13,12 +13,12 @@ import godot.core.RID import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters3D.kt index b008994a61..1ebe885f8b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionParameters3D.kt @@ -13,13 +13,13 @@ import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult2D.kt index c37f26a681..0401ff7623 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult2D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult3D.kt index cec15c12f9..ea4e00ba4b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PhysicsTestMotionResult3D.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint2D.kt index eb6dd69c6a..cce031fdb5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint2D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint3D.kt index 2abd014121..3f4c7975a4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PinJoint3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderMesh.kt index f8e424aa2e..1f900ab542 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderMesh.kt @@ -11,7 +11,7 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.AABB import godot.core.TypeManager -import godot.core.VariantType.NIL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int @@ -70,7 +70,7 @@ public open class PlaceholderMesh : Mesh() { public final fun setAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setAabbPtr, NIL) } diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture2D.kt index 251ed30a3a..92b4b99ff6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture2D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture3D.kt index a76a206083..f5d91c079f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTexture3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3I +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3I import godot.core.Vector3i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTextureLayered.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTextureLayered.kt index 29b314bd9c..5b7234141a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTextureLayered.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaceholderTextureLayered.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaneMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaneMesh.kt index f3b853e984..73ef06c3d3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaneMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PlaneMesh.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PointLight2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PointLight2D.kt index 6b64209561..dfe95e6022 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PointLight2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PointLight2D.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Polygon2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Polygon2D.kt index f1cab62dd4..c061286a45 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Polygon2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Polygon2D.kt @@ -16,18 +16,18 @@ import godot.core.PackedFloat32Array import godot.core.PackedVector2Array import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonOccluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonOccluder3D.kt index e4c6d57284..c5daeb8d1d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonOccluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonOccluder3D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonPathFinder.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonPathFinder.kt index aa8712a0a9..2345fe947e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonPathFinder.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PolygonPathFinder.kt @@ -11,14 +11,14 @@ import godot.core.PackedInt32Array import godot.core.PackedVector2Array import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PopupMenu.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PopupMenu.kt index a748518818..87be5920cb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PopupMenu.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PopupMenu.kt @@ -12,13 +12,13 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PortableCompressedTexture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PortableCompressedTexture2D.kt index 525383eb30..06b5419bb3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PortableCompressedTexture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PortableCompressedTexture2D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PrimitiveMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PrimitiveMesh.kt index 05beaf79f7..adc71bf567 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PrimitiveMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PrimitiveMesh.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.AABB import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any @@ -172,14 +172,15 @@ public open class PrimitiveMesh : Mesh() { } public final fun setCustomAabb(aabb: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.setCustomAabbPtr, NIL) } public final fun getCustomAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getCustomAabbPtr, + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun setFlipFaces(flipFaces: Boolean): Unit { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PrismMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PrismMesh.kt index a59467ae98..11c0ce00de 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PrismMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PrismMesh.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProceduralSkyMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProceduralSkyMaterial.kt index 9a251fdbf5..53f4a07001 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProceduralSkyMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProceduralSkyMaterial.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProgressBar.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProgressBar.kt index 6353f63802..24a37fe381 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProgressBar.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProgressBar.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProjectSettings.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProjectSettings.kt index 6273c06b34..d98e86585e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ProjectSettings.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ProjectSettings.kt @@ -13,13 +13,13 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/PropertyTweener.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/PropertyTweener.kt index 517bfa3939..389f536a99 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/PropertyTweener.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/PropertyTweener.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/QuadOccluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/QuadOccluder3D.kt index dedeb16e1b..df3f0c94f2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/QuadOccluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/QuadOccluder3D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDAttachmentFormat.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDAttachmentFormat.kt index 18b593f145..510cf2b7be 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDAttachmentFormat.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDAttachmentFormat.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDFramebufferPass.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDFramebufferPass.kt index e94dc1fa06..4cde731266 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDFramebufferPass.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDFramebufferPass.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedInt32Array import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendState.kt index 7cdc903a1f..937a65aee2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendState.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendStateAttachment.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendStateAttachment.kt index 69eb1e1252..f8c808ee5a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendStateAttachment.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineColorBlendStateAttachment.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineDepthStencilState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineDepthStencilState.kt index 8085bb6de0..3392384ac4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineDepthStencilState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineDepthStencilState.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineMultisampleState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineMultisampleState.kt index efee2db06c..0ef34b440e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineMultisampleState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineMultisampleState.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineRasterizationState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineRasterizationState.kt index 7b284c026d..11a7a9610f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineRasterizationState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineRasterizationState.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineSpecializationConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineSpecializationConstant.kt index efaf2842f4..5533eed6f3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineSpecializationConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDPipelineSpecializationConstant.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDSamplerState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDSamplerState.kt index acba30b1da..530d92df8f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDSamplerState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDSamplerState.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderFile.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderFile.kt index 6ed4cc3754..3affe4ec17 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderFile.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderFile.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSPIRV.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSPIRV.kt index c1988d629f..138a578dbe 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSPIRV.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSPIRV.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSource.kt index 78cd07b3b0..667f206266 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDShaderSource.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureFormat.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureFormat.kt index 55941c1ae9..7902548a05 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureFormat.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureFormat.kt @@ -9,8 +9,8 @@ package godot import godot.RenderingDevice.TextureUsageBitsValue import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureView.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureView.kt index 8398f99f72..1beeaee4f0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureView.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDTextureView.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDUniform.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDUniform.kt index b43e1a66fb..825b674649 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDUniform.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDUniform.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDVertexAttribute.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDVertexAttribute.kt index f7e8f755bd..e79a8affbf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RDVertexAttribute.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RDVertexAttribute.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RandomNumberGenerator.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RandomNumberGenerator.kt index bec1fc613a..94468439a3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RandomNumberGenerator.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RandomNumberGenerator.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedFloat32Array import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Range.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Range.kt index 4b8a61424e..22d208513b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Range.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Range.kt @@ -10,10 +10,10 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast2D.kt index 0add9b056f..e770e4101a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast2D.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast3D.kt index 1e09641b1f..9345e75530 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RayCast3D.kt @@ -12,13 +12,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RectangleShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RectangleShape2D.kt index f10d9a34e4..25650a03d5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RectangleShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RectangleShape2D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RefCounted.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RefCounted.kt index 299fc17bcc..742c55d374 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RefCounted.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RefCounted.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ReferenceRect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ReferenceRect.kt index 5980b02695..ac57ca0027 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ReferenceRect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ReferenceRect.kt @@ -11,10 +11,10 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ReflectionProbe.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ReflectionProbe.kt index b4930137ac..cb6afdac74 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ReflectionProbe.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ReflectionProbe.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegEx.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegEx.kt index b7aa2ebb41..ebc39a3238 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegEx.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegEx.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegExMatch.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegExMatch.kt index 732ef099d2..4cf38bd536 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegExMatch.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegExMatch.kt @@ -11,10 +11,10 @@ import godot.core.Dictionary import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegisterEngineTypes.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegisterEngineTypes.kt index 114056c34c..3450e045a8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RegisterEngineTypes.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RegisterEngineTypes.kt @@ -2,7 +2,7 @@ package godot import godot.core.TypeManager -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.OBJECT import godot.core.variantMapper import kotlin.Unit diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform2D.kt index a6659db094..2cd80ab6a7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform2D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform3D.kt index 85dd100e63..b7fe5c3973 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RemoteTransform3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderData.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderData.kt index 1a12db633a..606fe87ba5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderData.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderData.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffers.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffers.kt index a0f5d064cb..338de15601 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffers.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffers.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersConfiguration.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersConfiguration.kt index f5ceffbd72..5935df8221 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersConfiguration.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersConfiguration.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersRD.kt index 6a49e5002e..03ed5404ac 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneBuffersRD.kt @@ -10,14 +10,14 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneData.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneData.kt index ae2317b21b..ad22a9440c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneData.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderSceneData.kt @@ -11,11 +11,11 @@ import godot.core.Projection import godot.core.RID import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.PROJECTION -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PROJECTION +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingDevice.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingDevice.kt index 53107385db..ecaef9a070 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingDevice.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingDevice.kt @@ -15,21 +15,21 @@ import godot.core.RID import godot.core.Rect2 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector2i import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingServer.kt index d61b1b82a6..af9d6d3c6f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RenderingServer.kt @@ -29,33 +29,33 @@ import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BASIS -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_INT_64_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType.VECTOR3I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_64_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser.VECTOR3I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.Vector3 @@ -759,7 +759,7 @@ public object RenderingServer : Object() { * Sets a mesh's custom aabb. */ public final fun meshSetCustomAabb(mesh: RID, aabb: AABB): Unit { - TransferContext.writeArguments(_RID to mesh, godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(_RID to mesh, godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.meshSetCustomAabbPtr, NIL) } @@ -769,8 +769,8 @@ public object RenderingServer : Object() { public final fun meshGetCustomAabb(mesh: RID): AABB { TransferContext.writeArguments(_RID to mesh) TransferContext.callMethod(rawPtr, MethodBindings.meshGetCustomAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** @@ -927,15 +927,15 @@ public object RenderingServer : Object() { public final fun multimeshGetAabb(multimesh: RID): AABB { TransferContext.writeArguments(_RID to multimesh) TransferContext.callMethod(rawPtr, MethodBindings.multimeshGetAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** * Sets the custom AABB for this MultiMesh resource. */ public final fun multimeshSetCustomAabb(multimesh: RID, aabb: AABB): Unit { - TransferContext.writeArguments(_RID to multimesh, godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(_RID to multimesh, godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.multimeshSetCustomAabbPtr, NIL) } @@ -945,8 +945,8 @@ public object RenderingServer : Object() { public final fun multimeshGetCustomAabb(multimesh: RID): AABB { TransferContext.writeArguments(_RID to multimesh) TransferContext.callMethod(rawPtr, MethodBindings.multimeshGetCustomAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** @@ -1647,7 +1647,7 @@ public object RenderingServer : Object() { distanceField: PackedByteArray, levelCounts: PackedInt32Array, ): Unit { - TransferContext.writeArguments(_RID to voxelGi, TRANSFORM3D to toCellXform, godot.core.VariantType.AABB to aabb, VECTOR3I to octreeSize, PACKED_BYTE_ARRAY to octreeCells, PACKED_BYTE_ARRAY to dataCells, PACKED_BYTE_ARRAY to distanceField, PACKED_INT_32_ARRAY to levelCounts) + TransferContext.writeArguments(_RID to voxelGi, TRANSFORM3D to toCellXform, godot.core.VariantParser.AABB to aabb, VECTOR3I to octreeSize, PACKED_BYTE_ARRAY to octreeCells, PACKED_BYTE_ARRAY to dataCells, PACKED_BYTE_ARRAY to distanceField, PACKED_INT_32_ARRAY to levelCounts) TransferContext.callMethod(rawPtr, MethodBindings.voxelGiAllocateDataPtr, NIL) } @@ -1792,7 +1792,7 @@ public object RenderingServer : Object() { } public final fun lightmapSetProbeBounds(lightmap: RID, bounds: AABB): Unit { - TransferContext.writeArguments(_RID to lightmap, godot.core.VariantType.AABB to bounds) + TransferContext.writeArguments(_RID to lightmap, godot.core.VariantParser.AABB to bounds) TransferContext.callMethod(rawPtr, MethodBindings.lightmapSetProbeBoundsPtr, NIL) } @@ -1986,7 +1986,7 @@ public object RenderingServer : Object() { * [GPUParticles3D.visibilityAabb]. */ public final fun particlesSetCustomAabb(particles: RID, aabb: AABB): Unit { - TransferContext.writeArguments(_RID to particles, godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(_RID to particles, godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.particlesSetCustomAabbPtr, NIL) } @@ -2154,8 +2154,8 @@ public object RenderingServer : Object() { public final fun particlesGetCurrentAabb(particles: RID): AABB { TransferContext.writeArguments(_RID to particles) TransferContext.callMethod(rawPtr, MethodBindings.particlesGetCurrentAabbPtr, - godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** @@ -2345,7 +2345,7 @@ public object RenderingServer : Object() { } public final fun visibilityNotifierSetAabb(notifier: RID, aabb: AABB): Unit { - TransferContext.writeArguments(_RID to notifier, godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(_RID to notifier, godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.visibilityNotifierSetAabbPtr, NIL) } @@ -3925,7 +3925,7 @@ public object RenderingServer : Object() { * [GeometryInstance3D.customAabb]. */ public final fun instanceSetCustomAabb(instance: RID, aabb: AABB): Unit { - TransferContext.writeArguments(_RID to instance, godot.core.VariantType.AABB to aabb) + TransferContext.writeArguments(_RID to instance, godot.core.VariantParser.AABB to aabb) TransferContext.callMethod(rawPtr, MethodBindings.instanceSetCustomAabbPtr, NIL) } @@ -4106,7 +4106,7 @@ public object RenderingServer : Object() { */ @JvmOverloads public final fun instancesCullAabb(aabb: AABB, scenario: RID = RID()): PackedInt64Array { - TransferContext.writeArguments(godot.core.VariantType.AABB to aabb, _RID to scenario) + TransferContext.writeArguments(godot.core.VariantParser.AABB to aabb, _RID to scenario) TransferContext.callMethod(rawPtr, MethodBindings.instancesCullAabbPtr, PACKED_INT_64_ARRAY) return (TransferContext.readReturnValue(PACKED_INT_64_ARRAY) as PackedInt64Array) } diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Resource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Resource.kt index fc2182bf82..bde4b18be4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Resource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Resource.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceLoader.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceLoader.kt index a7b222997a..8818d38f16 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceLoader.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceLoader.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourcePreloader.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourcePreloader.kt index 68e21143f3..ef07c91529 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourcePreloader.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourcePreloader.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceSaver.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceSaver.kt index aed0c35575..e9dc54682a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceSaver.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceSaver.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceUID.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceUID.kt index 7dba0a9e65..1665b5913f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceUID.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ResourceUID.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RibbonTrailMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RibbonTrailMesh.kt index 15b5d8ed66..c5e50e0b0a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RibbonTrailMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RibbonTrailMesh.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RichTextLabel.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RichTextLabel.kt index 267ce3becd..b0d635f3ef 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RichTextLabel.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RichTextLabel.kt @@ -17,19 +17,19 @@ import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody2D.kt index ace0e696aa..b9a352ddaa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody2D.kt @@ -15,13 +15,13 @@ import godot.core.Signal1 import godot.core.Signal4 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody3D.kt index 680ebb599f..e1e8fe71b1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RigidBody3D.kt @@ -16,14 +16,14 @@ import godot.core.Signal1 import godot.core.Signal4 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BASIS -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BASIS +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/RootMotionView.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/RootMotionView.kt index 7ac822ed99..b60a746a4d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/RootMotionView.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/RootMotionView.kt @@ -12,11 +12,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneMultiplayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneMultiplayer.kt index a12caf6bce..2c328df79b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneMultiplayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneMultiplayer.kt @@ -14,14 +14,14 @@ import godot.core.PackedInt32Array import godot.core.Signal1 import godot.core.Signal2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneReplicationConfig.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneReplicationConfig.kt index cb94a6d53a..c99ce6117b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneReplicationConfig.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneReplicationConfig.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneState.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneState.kt index 3f70f8b2ba..e67dbeb5eb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneState.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneState.kt @@ -13,14 +13,14 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTree.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTree.kt index f70699a393..9ca0d12db4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTree.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTree.kt @@ -14,15 +14,15 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTreeTimer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTreeTimer.kt index 6b107fdfd8..c361de44f8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTreeTimer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SceneTreeTimer.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Script.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Script.kt index 34c74658c7..9c60941419 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Script.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Script.kt @@ -12,14 +12,14 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollBar.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollBar.kt index 258b68f4a4..953792e8b1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollBar.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollBar.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollContainer.kt index 2b3ce44981..609cbc34f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ScrollContainer.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SegmentShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SegmentShape2D.kt index 1abb6240f7..3f7968ec1e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SegmentShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SegmentShape2D.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Semaphore.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Semaphore.kt index e997faffef..5a067b538a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Semaphore.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Semaphore.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape2D.kt index dd822e3381..d1e6eac145 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape2D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape3D.kt index cd54e21c93..19210afa1a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SeparationRayShape3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shader.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shader.kt index fec7c42aeb..6400786e2e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shader.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shader.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderInclude.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderInclude.kt index 55dce93f62..144e000ca8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderInclude.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderInclude.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderMaterial.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderMaterial.kt index 4765518624..07a812c0ff 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderMaterial.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShaderMaterial.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape2D.kt index 1bcf273868..b3b98f0dae 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape2D.kt @@ -13,16 +13,16 @@ import godot.core.RID import godot.core.Rect2 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape3D.kt index 150d1ac315..3a6a80d3ce 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shape3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast2D.kt index 7ed4d5f2cb..9f2b1f1150 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast2D.kt @@ -11,13 +11,13 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast3D.kt index 4d13651b66..848d572c59 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ShapeCast3D.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shortcut.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shortcut.kt index 626edeaf4b..c8e9bf5781 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Shortcut.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Shortcut.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton2D.kt index 1386bf722b..7a80e2dbbf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton2D.kt @@ -11,13 +11,13 @@ import godot.core.RID import godot.core.Signal0 import godot.core.Transform2D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton3D.kt index 6afc0e95fb..655b86ed3f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skeleton3D.kt @@ -16,19 +16,19 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.QUATERNION -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.QUATERNION +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonIK3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonIK3D.kt index b3b361b6e1..16e9aab656 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonIK3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonIK3D.kt @@ -13,15 +13,15 @@ import godot.core.NodePath import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2D.kt index d3aa2a34c3..9b9d8a2997 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DCCDIK.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DCCDIK.kt index d94168b543..e0e1b49a91 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DCCDIK.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DCCDIK.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DFABRIK.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DFABRIK.kt index e72cf4c941..468432414d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DFABRIK.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DFABRIK.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DJiggle.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DJiggle.kt index 2cb100d0fd..69cf957aea 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DJiggle.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DJiggle.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DLookAt.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DLookAt.kt index 493476dbad..c3bfd4cfec 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DLookAt.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DLookAt.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DPhysicalBones.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DPhysicalBones.kt index 4c08381867..f8d6231be0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DPhysicalBones.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DPhysicalBones.kt @@ -11,10 +11,10 @@ import godot.core.NodePath import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DStackHolder.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DStackHolder.kt index f937d1d700..f450257a6d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DStackHolder.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DStackHolder.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DTwoBoneIK.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DTwoBoneIK.kt index 2332c7c3c8..fc27c89cbb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DTwoBoneIK.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModification2DTwoBoneIK.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModificationStack2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModificationStack2D.kt index 888e71723e..96514725d0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModificationStack2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModificationStack2D.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModifier3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModifier3D.kt index b584f0b920..b38194579b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModifier3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonModifier3D.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonProfile.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonProfile.kt index 41f4953151..a68ab20d44 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonProfile.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkeletonProfile.kt @@ -11,13 +11,13 @@ import godot.core.Signal0 import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skin.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skin.kt index c9057fabf1..4ad74ca9f7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Skin.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Skin.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkinReference.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkinReference.kt index 8430acbe6b..ff1ce26dfc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SkinReference.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SkinReference.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sky.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sky.kt index eeb2880ec5..9ef1672993 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sky.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sky.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Slider.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Slider.kt index 302b972cbf..f9875e92c0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Slider.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Slider.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SliderJoint3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SliderJoint3D.kt index 33c22f671b..f061638fe8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SliderJoint3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SliderJoint3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SoftBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SoftBody3D.kt index 66fe371e1c..55ac78297f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SoftBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SoftBody3D.kt @@ -11,15 +11,15 @@ import godot.core.NodePath import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 +import godot.core.VariantParser._RID import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereMesh.kt index 67d3cf482d..7c64decc3f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereMesh.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereOccluder3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereOccluder3D.kt index b1a53565e8..ac95abd758 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereOccluder3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereOccluder3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereShape3D.kt index 11076d7a02..f118c84041 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SphereShape3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpinBox.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpinBox.kt index 7589153c23..cfe36e452a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpinBox.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpinBox.kt @@ -8,12 +8,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SplitContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SplitContainer.kt index bafecb5f08..4b7968b43b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SplitContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SplitContainer.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpringArm3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpringArm3D.kt index f6a4b4a3e8..c86cc1d8e1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpringArm3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpringArm3D.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite2D.kt index f9c8bec050..cb744024bf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite2D.kt @@ -12,13 +12,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite3D.kt index cc8d80e7d2..563e8e7384 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Sprite3D.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteBase3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteBase3D.kt index de90e1ea66..895c9318cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteBase3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteBase3D.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteFrames.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteFrames.kt index feae3f80bf..eee5d4afd0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteFrames.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SpriteFrames.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody2D.kt index 38b2219455..9699ff5017 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody2D.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody3D.kt index 7db3613279..91f21892b8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StaticBody3D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StatusIndicator.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StatusIndicator.kt index 9b1dc0e64c..ee18084ea8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StatusIndicator.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StatusIndicator.kt @@ -11,12 +11,12 @@ import godot.core.NodePath import godot.core.Rect2 import godot.core.Signal2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING import godot.core.Vector2i import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeer.kt index d3966cc403..0e9e0f3372 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeer.kt @@ -11,13 +11,13 @@ import godot.core.PackedByteArray import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerBuffer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerBuffer.kt index a99a32121c..4818e8ed1f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerBuffer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerBuffer.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerGZIP.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerGZIP.kt index 2e193efcbe..03bbf46126 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerGZIP.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerGZIP.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTCP.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTCP.kt index 77dc0ffeb1..0295945b3b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTCP.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTCP.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTLS.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTLS.kt index 71612faeba..cc4f38a8dc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTLS.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StreamPeerTLS.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBox.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBox.kt index 1b4c8a3604..8cdd3acb5f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBox.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBox.kt @@ -10,14 +10,14 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxFlat.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxFlat.kt index c87500fdba..468e4467c7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxFlat.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxFlat.kt @@ -11,12 +11,12 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxLine.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxLine.kt index c3123962d1..e7642ae0bf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxLine.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxLine.kt @@ -11,11 +11,11 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxTexture.kt index a2ceeea584..b23027f12b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/StyleBoxTexture.kt @@ -12,13 +12,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewport.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewport.kt index 17defcf00b..0e54102034 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewport.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewport.kt @@ -10,10 +10,10 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewportContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewportContainer.kt index bd4c3042de..f976143432 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewportContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SubViewportContainer.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SurfaceTool.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SurfaceTool.kt index 4c92dff863..e564b548f3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SurfaceTool.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SurfaceTool.kt @@ -18,23 +18,23 @@ import godot.core.Plane import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_COLOR_ARRAY -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.PLANE -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_COLOR_ARRAY +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.PLANE +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext @@ -322,8 +322,8 @@ public open class SurfaceTool : RefCounted() { */ public final fun getAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } /** diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SyntaxHighlighter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SyntaxHighlighter.kt index 904c288d51..7ddd0d9d08 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SyntaxHighlighter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SyntaxHighlighter.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/SystemFont.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/SystemFont.kt index 4a82b0a5de..85f4efb30c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/SystemFont.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/SystemFont.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_STRING_ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_STRING_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TCPServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TCPServer.kt index c4a4f21075..8db7963e3d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TCPServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TCPServer.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TLSOptions.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TLSOptions.kt index 7e19477222..370ac8b32b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TLSOptions.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TLSOptions.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TabBar.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TabBar.kt index 358a5462dd..16a00fa808 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TabBar.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TabBar.kt @@ -11,13 +11,13 @@ import godot.core.Rect2 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TabContainer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TabContainer.kt index 22bf913910..b0fc76fd27 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TabContainer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TabContainer.kt @@ -11,12 +11,12 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextEdit.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextEdit.kt index 39d90702a1..da0df18d76 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextEdit.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextEdit.kt @@ -17,20 +17,20 @@ import godot.core.Signal2 import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextLine.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextLine.kt index 12a7b40c74..77c9ac0775 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextLine.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextLine.kt @@ -15,18 +15,18 @@ import godot.core.Rect2 import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextMesh.kt index 98180aac7d..df8ba65ae6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextMesh.kt @@ -12,14 +12,14 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextParagraph.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextParagraph.kt index fcbfcadbd3..9bf06b3ae2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextParagraph.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextParagraph.kt @@ -16,19 +16,19 @@ import godot.core.Rect2 import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServer.kt index 717807c45a..c1c54236df 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServer.kt @@ -20,25 +20,25 @@ import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.Vector3i diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServerManager.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServerManager.kt index b2b0c18212..0caa7fdb8e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServerManager.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextServerManager.kt @@ -12,11 +12,11 @@ import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2D.kt index 86985a1faa..816ef6a985 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2D.kt @@ -11,14 +11,14 @@ import godot.core.Color import godot.core.RID import godot.core.Rect2 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DArray.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DArray.kt index 9370cf2b22..ed913f1ad3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DArray.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DRD.kt index f8e2af2a8d..d4b7737bc5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture2DRD.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3D.kt index 83363c6a61..8b4f21b64e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3D.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3DRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3DRD.kt index 50ee9cf2da..2b8cdd6f61 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3DRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Texture3DRD.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureButton.kt index 326c027ba9..9219b614b4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureButton.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayered.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayered.kt index 6a479f6dd0..ad3bb56f20 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayered.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayered.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayeredRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayeredRD.kt index 58b06423d3..81e15de5b3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayeredRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureLayeredRD.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureProgressBar.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureProgressBar.kt index 9f987f1f6a..1fdd776cb7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureProgressBar.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureProgressBar.kt @@ -11,13 +11,13 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureRect.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureRect.kt index b7f4f124d8..e9063b8b35 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureRect.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TextureRect.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Theme.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Theme.kt index e699e8616c..343c9fb2ec 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Theme.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Theme.kt @@ -12,15 +12,15 @@ import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ThemeDB.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ThemeDB.kt index f65013c53c..9415317c72 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ThemeDB.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ThemeDB.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Thread.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Thread.kt index d0d4281164..8df59e8dc3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Thread.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Thread.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileData.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileData.kt index 0f8aa2bfb7..d9eaf700e4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileData.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileData.kt @@ -14,16 +14,16 @@ import godot.core.PackedVector2Array import godot.core.Signal0 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMap.kt index 2d04fe8933..086a9ebcbd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMap.kt @@ -13,17 +13,17 @@ import godot.core.Rect2i import godot.core.Signal0 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2I -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapLayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapLayer.kt index 4c82ec5c16..a2408b2cba 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapLayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapLayer.kt @@ -13,16 +13,16 @@ import godot.core.Rect2i import godot.core.Signal0 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapPattern.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapPattern.kt index 783851aaf2..6eae24bbc6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapPattern.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileMapPattern.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSet.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSet.kt index a6b0713c95..3b5007f13b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSet.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSet.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetAtlasSource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetAtlasSource.kt index 85d55bc5c9..686f537c7a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetAtlasSource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetAtlasSource.kt @@ -12,14 +12,14 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.Rect2i import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetScenesCollectionSource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetScenesCollectionSource.kt index 960554a0b2..d2f0b35278 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetScenesCollectionSource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetScenesCollectionSource.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetSource.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetSource.kt index 9085026d31..0cd08f8ad6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetSource.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TileSetSource.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2i import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Time.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Time.kt index e62fcc1ceb..21788a74cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Time.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Time.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Timer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Timer.kt index 54cdef3be1..639a12e89c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Timer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Timer.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TorusMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TorusMesh.kt index 5a7322e1f4..cdd73ed536 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TorusMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TorusMesh.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TouchScreenButton.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TouchScreenButton.kt index ccc1df2cb6..546866e827 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TouchScreenButton.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TouchScreenButton.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Translation.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Translation.kt index 86b81c8f53..45d6eb4470 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Translation.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Translation.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TranslationServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TranslationServer.kt index a333353173..308287af8d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TranslationServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TranslationServer.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Tree.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Tree.kt index e7e848a532..cc70d6f90a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Tree.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Tree.kt @@ -14,13 +14,13 @@ import godot.core.Signal2 import godot.core.Signal3 import godot.core.Signal4 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TreeItem.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TreeItem.kt index e37100b11f..9b0527999b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TreeItem.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TreeItem.kt @@ -15,18 +15,18 @@ import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.COLOR -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/TubeTrailMesh.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/TubeTrailMesh.kt index 595aeb0761..0a7c3f2caa 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/TubeTrailMesh.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/TubeTrailMesh.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Tween.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Tween.kt index 60b0ac7801..3f12652438 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Tween.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Tween.kt @@ -13,13 +13,13 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/UDPServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/UDPServer.kt index 2621443020..ea06285f62 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/UDPServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/UDPServer.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNP.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNP.kt index 5acb617296..307c359bd0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNP.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNP.kt @@ -8,11 +8,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNPDevice.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNPDevice.kt index 996890dd86..bffb491bbb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNPDevice.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/UPNPDevice.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/UndoRedo.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/UndoRedo.kt index 294c6084c0..1e85647752 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/UndoRedo.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/UndoRedo.kt @@ -12,13 +12,13 @@ import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/UniformSetCacheRD.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/UniformSetCacheRD.kt index a2a585e9c7..9e97c21473 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/UniformSetCacheRD.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/UniformSetCacheRD.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleBody3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleBody3D.kt index 9c6edcf755..2643e65642 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleBody3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleBody3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleWheel3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleWheel3D.kt index 6b44ba87aa..26c0e95acb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleWheel3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VehicleWheel3D.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStream.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStream.kt index 69b63d87cb..f60d4e1d84 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStream.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStream.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayback.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayback.kt index 73e46d1c4b..234f622855 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayback.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayback.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedFloat32Array import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayer.kt index 34b5983fe5..7c2359892e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VideoStreamPlayer.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Viewport.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Viewport.kt index e3eeccd275..18a3f6fcaf 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Viewport.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Viewport.kt @@ -17,17 +17,17 @@ import godot.core.Transform2D import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.RECT2 -import godot.core.VariantType.STRING -import godot.core.VariantType.TRANSFORM2D -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.STRING +import godot.core.VariantParser.TRANSFORM2D +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ViewportTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ViewportTexture.kt index 4f1f388fff..68aa0c7187 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ViewportTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ViewportTexture.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler2D.kt index 81e5e63e52..daf450e302 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler2D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler3D.kt index 7aeafd5c23..25ada6b195 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenEnabler3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier2D.kt index a7f1acc809..8dba3f52d5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier2D.kt @@ -12,9 +12,9 @@ import godot.`annotation`.GodotBaseType import godot.core.Rect2 import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.RECT2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.RECT2 import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier3D.kt index d5f74a4849..c61eeede5b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisibleOnScreenNotifier3D.kt @@ -12,8 +12,8 @@ import godot.`annotation`.GodotBaseType import godot.core.AABB import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr @@ -87,7 +87,7 @@ public open class VisibleOnScreenNotifier3D : VisualInstance3D() { public final fun setAabb(rect: AABB): Unit { - TransferContext.writeArguments(godot.core.VariantType.AABB to rect) + TransferContext.writeArguments(godot.core.VariantParser.AABB to rect) TransferContext.callMethod(rawPtr, MethodBindings.setAabbPtr, NIL) } diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualInstance3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualInstance3D.kt index 981f6de668..389ee01780 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualInstance3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualInstance3D.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.AABB import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean @@ -184,8 +184,8 @@ public open class VisualInstance3D : Node3D() { */ public final fun getAabb(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getAabbPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public companion object diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShader.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShader.kt index aff7cc49bf..0f85745c60 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShader.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShader.kt @@ -14,15 +14,15 @@ import godot.core.PackedInt32Array import godot.core.StringName import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNode.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNode.kt index b7c905aa2f..4d84bb367f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNode.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNode.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.TypeManager import godot.core.VariantArray import godot.core.VariantCaster.ANY -import godot.core.VariantType.ARRAY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBillboard.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBillboard.kt index 4dfef89a19..5facab4693 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBillboard.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBillboard.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanConstant.kt index c7e35928d7..5882d02ddd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanConstant.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanParameter.kt index 1e11fe6366..b53aeb5cbc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeBooleanParameter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeClamp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeClamp.kt index 4666f4cd39..db1c287a6a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeClamp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeClamp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorConstant.kt index e08c333250..152458e26b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorConstant.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.COLOR -import godot.core.VariantType.NIL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorFunc.kt index dbabcdb387..1b5440db3b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorOp.kt index 81a30d06ee..52518cf729 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorParameter.kt index 6cb700b987..ced0566951 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeColorParameter.kt @@ -11,9 +11,9 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeComment.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeComment.kt index abb7944d43..29f64c4062 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeComment.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeComment.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCompare.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCompare.kt index 92ab531e9f..2abbae3693 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCompare.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCompare.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCubemap.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCubemap.kt index bedf84f9dc..54cd0117d3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCubemap.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCubemap.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveTexture.kt index e8275fa8b1..eafd054cc8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveTexture.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveXYZTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveXYZTexture.kt index 36f6d5dfab..82e6426bf2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveXYZTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCurveXYZTexture.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCustom.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCustom.kt index 8f66e0c5ac..6489eb43f6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCustom.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeCustom.kt @@ -10,7 +10,7 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.LONG +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeDerivativeFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeDerivativeFunc.kt index 2a43d21112..290f6a3496 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeDerivativeFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeDerivativeFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeExpression.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeExpression.kt index 87508e5e0a..dfe18d84a7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeExpression.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeExpression.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatConstant.kt index b2cc29db61..ad85571d4d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatConstant.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatFunc.kt index 55634cf7e6..908ec65ae1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatOp.kt index 8382759406..70d43070de 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatParameter.kt index f30ba8237d..1b65fbb340 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFloatParameter.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFrame.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFrame.kt index 692adb68da..522b75acc4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFrame.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeFrame.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Color import godot.core.PackedInt32Array import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeGroupBase.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeGroupBase.kt index a79b00aea1..9dcf111209 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeGroupBase.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeGroupBase.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeInput.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeInput.kt index a172fca45c..50ab53a40a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeInput.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeInput.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Signal0 import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntConstant.kt index 0327b51018..b95ec64b83 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntConstant.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntFunc.kt index 5a2a3a6611..d9fead970d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntOp.kt index 1523a069da..b9c5927750 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntParameter.kt index abfbb7f3ea..a5c67d3fc0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIntParameter.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIs.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIs.kt index cec177acfb..f7063026be 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIs.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeIs.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMix.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMix.kt index 43bc31d552..04a0d2a979 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMix.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMix.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMultiplyAdd.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMultiplyAdd.kt index d1701e18df..001f6296fc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMultiplyAdd.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeMultiplyAdd.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameter.kt index f386ae97ad..8ffb259525 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameter.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameterRef.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameterRef.kt index d27ac41e7e..d50e6729e8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameterRef.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParameterRef.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleAccelerator.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleAccelerator.kt index 6fa1997392..f2a7e69c1d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleAccelerator.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleAccelerator.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmit.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmit.kt index 3f9c71cc40..c2a2776fa3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmit.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmit.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmitter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmitter.kt index 70798828f4..eee357bd01 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmitter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleEmitter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMeshEmitter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMeshEmitter.kt index ad0b683c0c..a2003a00c0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMeshEmitter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMeshEmitter.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMultiplyByAxisAngle.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMultiplyByAxisAngle.kt index a223864ebc..4684577216 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMultiplyByAxisAngle.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleMultiplyByAxisAngle.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleRandomness.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleRandomness.kt index eb7000e615..38af8ac1f4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleRandomness.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeParticleRandomness.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeReroute.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeReroute.kt index 652fa9ae32..139c5988a8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeReroute.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeReroute.kt @@ -8,7 +8,7 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG +import godot.core.VariantParser.LONG import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeResizableBase.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeResizableBase.kt index 405d35eceb..4a85abb845 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeResizableBase.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeResizableBase.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSample3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSample3D.kt index 1c7998451b..5a0f5a658c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSample3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSample3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSmoothStep.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSmoothStep.kt index b5ab84a3cd..e462e7e1b1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSmoothStep.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSmoothStep.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeStep.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeStep.kt index a520a154ba..be67ae1547 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeStep.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeStep.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSwitch.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSwitch.kt index 6a4dfdd4f0..f2d1e1d305 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSwitch.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeSwitch.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture.kt index 6d68b7343e..2dcc9881db 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture2DArray.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture2DArray.kt index 5b19d2e142..971af46c64 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture2DArray.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture2DArray.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture3D.kt index 26f2866362..9bd70683a8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTexture3D.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTextureParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTextureParameter.kt index 650fe16b73..2c5a670ab0 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTextureParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTextureParameter.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformConstant.kt index c45dbc30bf..5d237d95bc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformConstant.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformFunc.kt index 71b0221627..fbaba2da2e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformOp.kt index 9b27ae6f63..6301bc2903 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformParameter.kt index b512bb5010..af46f6af18 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformParameter.kt @@ -11,9 +11,9 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformVecMult.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformVecMult.kt index b5b8b90d0f..4337ebce1b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformVecMult.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeTransformVecMult.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntConstant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntConstant.kt index f49ed4c640..b757bb0089 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntConstant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntConstant.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntFunc.kt index 2c71e4ec0a..a82776f13f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntOp.kt index bb35def934..8914cb3731 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntParameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntParameter.kt index fc3d5b2c41..30c18f4bca 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntParameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUIntParameter.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUVFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUVFunc.kt index 8b0d16d9eb..a9514fd87b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUVFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeUVFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVarying.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVarying.kt index a710cdb722..3b654d80ed 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVarying.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVarying.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Constant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Constant.kt index 0a9e9728cb..934250922b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Constant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Constant.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Parameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Parameter.kt index b849f13914..d2fc4aa1fe 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Parameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec2Parameter.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Constant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Constant.kt index 25f6d2e87f..96f1fccba6 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Constant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Constant.kt @@ -10,8 +10,8 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Parameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Parameter.kt index d720e83d63..c4d054a440 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Parameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec3Parameter.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Constant.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Constant.kt index bd5635baa9..db993f9d9e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Constant.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Constant.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Quaternion import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.QUATERNION +import godot.core.VariantParser.NIL +import godot.core.VariantParser.QUATERNION import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Parameter.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Parameter.kt index c3bc35e259..599e0f6cac 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Parameter.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVec4Parameter.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR4 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR4 import godot.core.Vector4 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorBase.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorBase.kt index 8286d6341b..c90b4faf8e 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorBase.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorBase.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorFunc.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorFunc.kt index eddab693f5..4bc44aaceb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorFunc.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorFunc.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorOp.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorOp.kt index 5ea4779e9d..ad99b5e17d 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorOp.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VisualShaderNodeVectorOp.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGI.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGI.kt index f1a3acd9e3..2eac5290fb 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGI.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGI.kt @@ -10,11 +10,11 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGIData.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGIData.kt index 34cfdb1f83..93eeaeea01 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGIData.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/VoxelGIData.kt @@ -12,13 +12,13 @@ import godot.core.PackedByteArray import godot.core.PackedInt32Array import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_INT_32_ARRAY -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_INT_32_ARRAY +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr @@ -152,7 +152,7 @@ public open class VoxelGIData : Resource() { distanceField: PackedByteArray, levelCounts: PackedInt32Array, ): Unit { - TransferContext.writeArguments(TRANSFORM3D to toCellXform, godot.core.VariantType.AABB to aabb, VECTOR3 to octreeSize, PACKED_BYTE_ARRAY to octreeCells, PACKED_BYTE_ARRAY to dataCells, PACKED_BYTE_ARRAY to distanceField, PACKED_INT_32_ARRAY to levelCounts) + TransferContext.writeArguments(TRANSFORM3D to toCellXform, godot.core.VariantParser.AABB to aabb, VECTOR3 to octreeSize, PACKED_BYTE_ARRAY to octreeCells, PACKED_BYTE_ARRAY to dataCells, PACKED_BYTE_ARRAY to distanceField, PACKED_INT_32_ARRAY to levelCounts) TransferContext.callMethod(rawPtr, MethodBindings.allocatePtr, NIL) } @@ -164,8 +164,8 @@ public open class VoxelGIData : Resource() { */ public final fun getBounds(): AABB { TransferContext.writeArguments() - TransferContext.callMethod(rawPtr, MethodBindings.getBoundsPtr, godot.core.VariantType.AABB) - return (TransferContext.readReturnValue(godot.core.VariantType.AABB) as AABB) + TransferContext.callMethod(rawPtr, MethodBindings.getBoundsPtr, godot.core.VariantParser.AABB) + return (TransferContext.readReturnValue(godot.core.VariantParser.AABB) as AABB) } public final fun getOctreeSize(): Vector3 { diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCDataChannel.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCDataChannel.kt index 16ba6261c1..f349cd34be 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCDataChannel.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCDataChannel.kt @@ -8,10 +8,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCMultiplayerPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCMultiplayerPeer.kt index 1d4ac8a1d1..7358087be1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCMultiplayerPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCMultiplayerPeer.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Dictionary import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Any diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCPeerConnection.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCPeerConnection.kt index 3f161a5132..4946ea6d51 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCPeerConnection.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebRTCPeerConnection.kt @@ -13,12 +13,12 @@ import godot.core.Signal2 import godot.core.Signal3 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketMultiplayerPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketMultiplayerPeer.kt index 33c5142ce0..49c4e713b2 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketMultiplayerPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketMultiplayerPeer.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketPeer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketPeer.kt index 886cd2896f..768312c8f1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketPeer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebSocketPeer.kt @@ -10,13 +10,13 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebXRInterface.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebXRInterface.kt index 10242dfeab..29e034feb1 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WebXRInterface.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WebXRInterface.kt @@ -12,13 +12,13 @@ import godot.core.Signal1 import godot.core.Signal2 import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/Window.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/Window.kt index e9abe108f4..cfc512dc8c 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/Window.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/Window.kt @@ -17,18 +17,18 @@ import godot.core.Signal0 import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.COLOR -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.RECT2I -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType.VECTOR2I +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.COLOR +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser.VECTOR2I import godot.core.Vector2 import godot.core.Vector2i import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorkerThreadPool.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorkerThreadPool.kt index 1c40c408b7..3f404b6b25 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorkerThreadPool.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorkerThreadPool.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Callable import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.CALLABLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.CALLABLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/World2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/World2D.kt index 14d6fe62ee..6f321f0c07 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/World2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/World2D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/World3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/World3D.kt index 340013bda6..5cfa67e994 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/World3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/World3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType._RID +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser._RID import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape2D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape2D.kt index 5df956d6ac..b122bedddc 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape2D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape2D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.CoreTypeHelper import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape3D.kt index ebafac16f8..562f4cc9cd 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldBoundaryShape3D.kt @@ -11,8 +11,8 @@ import godot.`annotation`.CoreTypeLocalCopy import godot.`annotation`.GodotBaseType import godot.core.Plane import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.PLANE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PLANE import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldEnvironment.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldEnvironment.kt index 5100423852..b2922c8a21 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldEnvironment.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/WorldEnvironment.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/X509Certificate.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/X509Certificate.kt index 20133c8089..e361a9a0a5 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/X509Certificate.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/X509Certificate.kt @@ -8,8 +8,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XMLParser.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XMLParser.kt index f5749ecc15..28973bc0d4 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XMLParser.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XMLParser.kt @@ -9,11 +9,11 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRAnchor3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRAnchor3D.kt index 0fc038ab4a..95ac5fd039 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRAnchor3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRAnchor3D.kt @@ -9,8 +9,8 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Plane import godot.core.TypeManager -import godot.core.VariantType.PLANE -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.PLANE +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyModifier3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyModifier3D.kt index 94462c3b62..de8215a39f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyModifier3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyModifier3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyTracker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyTracker.kt index 9b1a6d9527..ea7e12ef7a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyTracker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRBodyTracker.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRController3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRController3D.kt index 63ae2271fb..087e8f5f62 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRController3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRController3D.kt @@ -12,11 +12,11 @@ import godot.core.Signal2 import godot.core.StringName import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceModifier3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceModifier3D.kt index 5fa6aabf8f..4db4d74e83 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceModifier3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceModifier3D.kt @@ -10,9 +10,9 @@ import godot.`annotation`.GodotBaseType import godot.core.NodePath import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.NIL -import godot.core.VariantType.NODE_PATH -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.NIL +import godot.core.VariantParser.NODE_PATH +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceTracker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceTracker.kt index 3cfbd068bd..036322b2f9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceTracker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRFaceTracker.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedFloat32Array import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_FLOAT_32_ARRAY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_FLOAT_32_ARRAY import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Double diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandModifier3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandModifier3D.kt index 615426189f..133a278d6a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandModifier3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandModifier3D.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandTracker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandTracker.kt index 49f4089cca..d9214143c7 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandTracker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRHandTracker.kt @@ -9,12 +9,12 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterface.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterface.kt index c9b9ef3372..28df259d96 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterface.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterface.kt @@ -15,18 +15,18 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR3_ARRAY -import godot.core.VariantType.PROJECTION -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR2 +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR3_ARRAY +import godot.core.VariantParser.PROJECTION +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR2 import godot.core.Vector2 import godot.core.memory.TransferContext import godot.core.signal diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterfaceExtension.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterfaceExtension.kt index 7e87e86b2f..30acd99a73 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterfaceExtension.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRInterfaceExtension.kt @@ -17,14 +17,14 @@ import godot.core.Rect2i import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.RECT2 -import godot.core.VariantType.RECT2I -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.RECT2 +import godot.core.VariantParser.RECT2I +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRNode3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRNode3D.kt index 58f4f07803..198ae7f03b 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRNode3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRNode3D.kt @@ -10,12 +10,12 @@ import godot.`annotation`.GodotBaseType import godot.core.Signal1 import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XROrigin3D.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XROrigin3D.kt index f5abc19913..28abc4155f 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XROrigin3D.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XROrigin3D.kt @@ -8,9 +8,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPose.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPose.kt index 618bb7c763..bbecb9d882 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPose.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPose.kt @@ -12,12 +12,12 @@ import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector3 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPositionalTracker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPositionalTracker.kt index afb0111d69..c0d18c57a9 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPositionalTracker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRPositionalTracker.kt @@ -13,14 +13,14 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantCaster.ANY -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D -import godot.core.VariantType.VECTOR3 +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D +import godot.core.VariantParser.VECTOR3 import godot.core.Vector2 import godot.core.Vector3 import godot.core.memory.TransferContext diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRServer.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRServer.kt index 76a8bb845a..0ee3a82870 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRServer.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRServer.kt @@ -15,16 +15,16 @@ import godot.core.StringName import godot.core.Transform3D import godot.core.TypeManager import godot.core.VariantArray -import godot.core.VariantType.ARRAY -import godot.core.VariantType.BOOL -import godot.core.VariantType.DICTIONARY -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.OBJECT -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME -import godot.core.VariantType.TRANSFORM3D +import godot.core.VariantParser.ARRAY +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.DICTIONARY +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.OBJECT +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME +import godot.core.VariantParser.TRANSFORM3D import godot.core.memory.TransferContext import godot.core.signal import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRTracker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRTracker.kt index ec5a6fbdf5..5a35e49f02 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRTracker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRTracker.kt @@ -9,10 +9,10 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.StringName import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.NIL -import godot.core.VariantType.STRING -import godot.core.VariantType.STRING_NAME +import godot.core.VariantParser.LONG +import godot.core.VariantParser.NIL +import godot.core.VariantParser.STRING +import godot.core.VariantParser.STRING_NAME import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRVRS.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRVRS.kt index 1bd3520495..407dec39d8 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/XRVRS.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/XRVRS.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedVector2Array import godot.core.RID import godot.core.TypeManager -import godot.core.VariantType.DOUBLE -import godot.core.VariantType.NIL -import godot.core.VariantType.PACKED_VECTOR2_ARRAY -import godot.core.VariantType.VECTOR2 -import godot.core.VariantType._RID +import godot.core.VariantParser.DOUBLE +import godot.core.VariantParser.NIL +import godot.core.VariantParser.PACKED_VECTOR2_ARRAY +import godot.core.VariantParser.VECTOR2 +import godot.core.VariantParser._RID import godot.core.Vector2 import godot.core.memory.TransferContext import godot.util.VoidPtr diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPPacker.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPPacker.kt index 3569f1ada6..9883c4c5a3 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPPacker.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPPacker.kt @@ -9,9 +9,9 @@ package godot import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.TypeManager -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Int diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPReader.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPReader.kt index 9f29384595..c271d1d2da 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPReader.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/ZIPReader.kt @@ -10,11 +10,11 @@ import godot.`annotation`.GodotBaseType import godot.core.PackedByteArray import godot.core.PackedStringArray import godot.core.TypeManager -import godot.core.VariantType.BOOL -import godot.core.VariantType.LONG -import godot.core.VariantType.PACKED_BYTE_ARRAY -import godot.core.VariantType.PACKED_STRING_ARRAY -import godot.core.VariantType.STRING +import godot.core.VariantParser.BOOL +import godot.core.VariantParser.LONG +import godot.core.VariantParser.PACKED_BYTE_ARRAY +import godot.core.VariantParser.PACKED_STRING_ARRAY +import godot.core.VariantParser.STRING import godot.core.memory.TransferContext import godot.util.VoidPtr import kotlin.Boolean diff --git a/kt/godot-library/src/main/kotlin/godot/gen/godot/core/KtCallables.kt b/kt/godot-library/src/main/kotlin/godot/gen/godot/core/KtCallables.kt index 24d0c100b5..2163c38e9a 100644 --- a/kt/godot-library/src/main/kotlin/godot/gen/godot/core/KtCallables.kt +++ b/kt/godot-library/src/main/kotlin/godot/gen/godot/core/KtCallables.kt @@ -2,7 +2,7 @@ package godot.core -import godot.core.VariantType.NIL +import godot.core.VariantParser.NIL import kotlin.Any import kotlin.Suppress diff --git a/kt/godot-library/src/main/kotlin/godot/global/GDPrint.kt b/kt/godot-library/src/main/kotlin/godot/global/GDPrint.kt index f1d40a18c6..bebea32450 100644 --- a/kt/godot-library/src/main/kotlin/godot/global/GDPrint.kt +++ b/kt/godot-library/src/main/kotlin/godot/global/GDPrint.kt @@ -1,6 +1,6 @@ package godot.global -import godot.core.VariantType +import godot.core.VariantParser import godot.core.memory.TransferContext @@ -8,7 +8,7 @@ internal interface GDPrint { /** Converts one or more arguments to strings in the best way possible and prints them to the console.**/ fun print(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.print() } @@ -32,25 +32,25 @@ internal interface GDPrint { * Note: Output displayed in the editor supports clickable [url=address]text[/url] tags. The [url] tag's address value is handled by OS.shell_open when clicked. * **/ fun printRich(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.printRich() } /** If verbose mode is enabled (OS.is_stdout_verbose returning true), converts one or more arguments of any type to string in the best way possible and prints them to the console.**/ fun printVerbose(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.printVerbose() } /** Converts one or more arguments to strings in the best way possible and prints them as error to the console.**/ fun printErr(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.printErr() } /** Prints the args without any modifications to the console.**/ fun printRaw(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.printRaw() } @@ -62,13 +62,13 @@ internal interface GDPrint { /** Pushes an error message to Godot's built-in debugger and to the OS terminal.**/ fun pushError(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.pushError() } /** Pushes a warning message to Godot's built-in debugger and to the OS terminal.**/ fun pushWarning(vararg args: Any?) { - TransferContext.writeArguments(VariantType.STRING to args.joinToString("")) + TransferContext.writeArguments(VariantParser.STRING to args.joinToString("")) Bridge.pushWarning() } diff --git a/kt/godot-library/src/main/kotlin/godot/registration/Registration.kt b/kt/godot-library/src/main/kotlin/godot/registration/Registration.kt index fcfde41173..c13ee98d1a 100644 --- a/kt/godot-library/src/main/kotlin/godot/registration/Registration.kt +++ b/kt/godot-library/src/main/kotlin/godot/registration/Registration.kt @@ -1,7 +1,6 @@ package godot.registration import godot.PropertyHint -import godot.PropertyUsageFlags import godot.core.KtClass import godot.core.KtConstructor import godot.core.KtEnumListProperty @@ -31,9 +30,8 @@ import godot.core.KtPropertyInfo import godot.core.KtRpcConfig import godot.core.KtSignalInfo import godot.core.TypeManager -import godot.core.VariantCaster import godot.core.VariantConverter -import godot.core.VariantType +import godot.core.VariantParser import godot.core.toVariantArray import godot.core.variantArrayOf import godot.tools.common.constants.Constraints @@ -140,7 +138,7 @@ class ClassBuilderDsl( properties[propertyName] = KtEnumProperty( KtPropertyInfo( - VariantType.LONG, + VariantParser.LONG, propertyName, "Int", PropertyHint.PROPERTY_HINT_ENUM, @@ -165,7 +163,7 @@ class ClassBuilderDsl( properties[propertyName] = KtEnumListProperty( KtPropertyInfo( - VariantType.ARRAY, + VariantParser.ARRAY, propertyName, "Int", PropertyHint.PROPERTY_HINT_ENUM, @@ -211,7 +209,7 @@ class ClassBuilderDsl( properties[propertyName] = KtEnumProperty( KtPropertyInfo( - VariantType.LONG, + VariantParser.LONG, propertyName, "Int", PropertyHint.PROPERTY_HINT_FLAGS, diff --git a/kt/godot-library/src/main/kotlin/godot/runtime/Bootstrap.kt b/kt/godot-library/src/main/kotlin/godot/runtime/Bootstrap.kt index b1a562f78b..c24c1c8b5a 100644 --- a/kt/godot-library/src/main/kotlin/godot/runtime/Bootstrap.kt +++ b/kt/godot-library/src/main/kotlin/godot/runtime/Bootstrap.kt @@ -2,7 +2,7 @@ package godot.runtime import godot.core.KtClass import godot.core.TypeManager -import godot.core.VariantType +import godot.core.VariantParser import godot.core.variantMapper import godot.registration.ClassRegistry import godot.registration.Entry @@ -139,7 +139,7 @@ internal class Bootstrap { if (!engineTypesRegistered && isMainEntry) { context.initEngineTypes() for (clazz in context.getRegisteredClasses()) { - variantMapper[clazz] = VariantType.OBJECT + variantMapper[clazz] = VariantParser.OBJECT } registerManagedEngineTypes( TypeManager.engineTypeNames.toTypedArray(), diff --git a/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Classes.kt b/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Classes.kt index 14d55d67fb..7214a6194b 100644 --- a/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Classes.kt +++ b/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Classes.kt @@ -16,13 +16,14 @@ object GodotKotlinJvmTypes { const val resource = "Resource" const val obj = "Object" const val signal = "Signal" + const val variantType = "VariantType" const val ktObject = "KtObject" const val ktFunctionArgument = "KtFunctionArgument" const val ktRpcConfig = "KtRpcConfig" const val variantConverter = "VariantConverter" - const val variantType = "VariantType" + const val variantParser = "VariantParser" const val variantCaster = "VariantCaster" const val variantArray = "VariantArray" const val transferContext = "TransferContext" @@ -210,29 +211,29 @@ val GODOT_DICTIONARY = ClassName(godotCorePackage, GodotKotlinJvmTypes.dictionar val GODOT_OBJECT = ClassName(godotApiPackage, GodotKotlinJvmTypes.obj) val KT_OBJECT = ClassName(godotCorePackage, GodotKotlinJvmTypes.ktObject) -val VARIANT_TYPE_NIL = ClassName(variantTypePackage, "NIL") -val VARIANT_TYPE_BOOL = ClassName(variantTypePackage, "BOOL") -val VARIANT_TYPE_LONG = ClassName(variantTypePackage, "LONG") -val VARIANT_TYPE_DOUBLE = ClassName(variantTypePackage, "DOUBLE") -val VARIANT_TYPE_NODE_PATH = ClassName(variantTypePackage, "NODE_PATH") -val VARIANT_TYPE_STRING_NAME = ClassName(variantTypePackage, "STRING_NAME") -val VARIANT_TYPE_STRING = ClassName(variantTypePackage, "STRING") -val VARIANT_TYPE__RID = ClassName(variantTypePackage, "_RID") -val VARIANT_TYPE_ARRAY = ClassName(variantTypePackage, "ARRAY") -val VARIANT_TYPE_AABB = ClassName(variantTypePackage, "AABB") -val VARIANT_TYPE_TRANSFORM2D = ClassName(variantTypePackage, "TRANSFORM2D") -val VARIANT_TYPE_TRANSFORM3D = ClassName(variantTypePackage, "TRANSFORM3D") -val VARIANT_TYPE_PACKED_BYTE_ARRAY = ClassName(variantTypePackage, "PACKED_BYTE_ARRAY") -val VARIANT_TYPE_PACKED_INT_32_ARRAY = ClassName(variantTypePackage, "PACKED_INT_32_ARRAY") -val VARIANT_TYPE_PACKED_INT_64_ARRAY = ClassName(variantTypePackage, "PACKED_INT_64_ARRAY") -val VARIANT_TYPE_PACKED_FLOAT_32_ARRAY = ClassName(variantTypePackage, "PACKED_FLOAT_32_ARRAY") -val VARIANT_TYPE_PACKED_FLOAT_64_ARRAY = ClassName(variantTypePackage, "PACKED_FLOAT_64_ARRAY") -val VARIANT_TYPE_PACKED_STRING_ARRAY = ClassName(variantTypePackage, "PACKED_STRING_ARRAY") -val VARIANT_TYPE_PACKED_VECTOR2_ARRAY = ClassName(variantTypePackage, "PACKED_VECTOR2_ARRAY") -val VARIANT_TYPE_PACKED_VECTOR3_ARRAY = ClassName(variantTypePackage, "PACKED_VECTOR3_ARRAY") -val VARIANT_TYPE_PACKED_COLOR_ARRAY = ClassName(variantTypePackage, "PACKED_COLOR_ARRAY") -val VARIANT_TYPE_PACKED_CALLABLE = ClassName(variantTypePackage, "CALLABLE") -val VARIANT_TYPE_OBJECT = ClassName(variantTypePackage, "OBJECT") +val VARIANT_PARSER_NIL = ClassName(variantParserPackage, "NIL") +val VARIANT_PARSER_BOOL = ClassName(variantParserPackage, "BOOL") +val VARIANT_PARSER_LONG = ClassName(variantParserPackage, "LONG") +val VARIANT_PARSER_DOUBLE = ClassName(variantParserPackage, "DOUBLE") +val VARIANT_PARSER_NODE_PATH = ClassName(variantParserPackage, "NODE_PATH") +val VARIANT_PARSER_STRING_NAME = ClassName(variantParserPackage, "STRING_NAME") +val VARIANT_PARSER_STRING = ClassName(variantParserPackage, "STRING") +val VARIANT_PARSER__RID = ClassName(variantParserPackage, "_RID") +val VARIANT_PARSER_ARRAY = ClassName(variantParserPackage, "ARRAY") +val VARIANT_PARSER_AABB = ClassName(variantParserPackage, "AABB") +val VARIANT_PARSER_TRANSFORM2D = ClassName(variantParserPackage, "TRANSFORM2D") +val VARIANT_PARSER_TRANSFORM3D = ClassName(variantParserPackage, "TRANSFORM3D") +val VARIANT_PARSER_PACKED_BYTE_ARRAY = ClassName(variantParserPackage, "PACKED_BYTE_ARRAY") +val VARIANT_PARSER_PACKED_INT_32_ARRAY = ClassName(variantParserPackage, "PACKED_INT_32_ARRAY") +val VARIANT_PARSER_PACKED_INT_64_ARRAY = ClassName(variantParserPackage, "PACKED_INT_64_ARRAY") +val VARIANT_PARSER_PACKED_FLOAT_32_ARRAY = ClassName(variantParserPackage, "PACKED_FLOAT_32_ARRAY") +val VARIANT_PARSER_PACKED_FLOAT_64_ARRAY = ClassName(variantParserPackage, "PACKED_FLOAT_64_ARRAY") +val VARIANT_PARSER_PACKED_STRING_ARRAY = ClassName(variantParserPackage, "PACKED_STRING_ARRAY") +val VARIANT_PARSER_PACKED_VECTOR2_ARRAY = ClassName(variantParserPackage, "PACKED_VECTOR2_ARRAY") +val VARIANT_PARSER_PACKED_VECTOR3_ARRAY = ClassName(variantParserPackage, "PACKED_VECTOR3_ARRAY") +val VARIANT_PARSER_PACKED_COLOR_ARRAY = ClassName(variantParserPackage, "PACKED_COLOR_ARRAY") +val VARIANT_PARSER_PACKED_CALLABLE = ClassName(variantParserPackage, "CALLABLE") +val VARIANT_PARSER_OBJECT = ClassName(variantParserPackage, "OBJECT") val VARIANT_CASTER_BYTE = ClassName(variantCasterPackage, "BYTE") val VARIANT_CASTER_INT = ClassName(variantCasterPackage, "INT") diff --git a/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Packages.kt b/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Packages.kt index 03a9de8acf..209d448cdb 100644 --- a/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Packages.kt +++ b/kt/tools-common/src/main/kotlin/godot/tools/common/constants/Packages.kt @@ -12,7 +12,7 @@ const val godotRegistrationPackage = "godot.registration" const val godotEntryBasePackage = "godot.entry" const val variantConverterPackage = "$godotCorePackage.${GodotKotlinJvmTypes.variantConverter}" -const val variantTypePackage = "$godotCorePackage.${GodotKotlinJvmTypes.variantType}" +const val variantParserPackage = "$godotCorePackage.${GodotKotlinJvmTypes.variantParser}" const val variantCasterPackage = "$godotCorePackage.${GodotKotlinJvmTypes.variantCaster}" const val kotlinPackage = "kotlin"