diff --git a/.github/workflows/trigger_dev.yml b/.github/workflows/trigger_dev.yml index 4b7f4cb26..34cebe365 100644 --- a/.github/workflows/trigger_dev.yml +++ b/.github/workflows/trigger_dev.yml @@ -66,9 +66,9 @@ jobs: - run: | echo "Setup done" outputs: # defined here explicitly, so it only needs to be defined here. All other workflows can just reference it - godot-kotlin-jvm-version: "0.12.2-4.4" - godot-version: "4.4-stable" - build-version: "0.12.2" + godot-kotlin-jvm-version: "0.12.3-4.4.1" + godot-version: "4.4.1-stable" + build-version: "0.12.3" jvm-version: "17" build-jvm: diff --git a/.github/workflows/trigger_on_pull_request.yml b/.github/workflows/trigger_on_pull_request.yml index fae7e45b8..60648b900 100644 --- a/.github/workflows/trigger_on_pull_request.yml +++ b/.github/workflows/trigger_on_pull_request.yml @@ -14,9 +14,9 @@ jobs: - run: | echo "Setup done" outputs: # defined here explicitly, so it only needs to be defined here. All other workflows can just reference it - godot-kotlin-jvm-version: "0.12.2-4.4" - godot-version: "4.4-stable" - build-version: "0.12.2" + godot-kotlin-jvm-version: "0.12.3-4.4.1" + godot-version: "4.4.1-stable" + build-version: "0.12.3" jvm-version: "17" build-jvm: diff --git a/.github/workflows/trigger_on_push_master.yml b/.github/workflows/trigger_on_push_master.yml index dc4143385..0d977ecf3 100644 --- a/.github/workflows/trigger_on_push_master.yml +++ b/.github/workflows/trigger_on_push_master.yml @@ -19,9 +19,9 @@ jobs: - run: | echo "Setup done" outputs: # defined here explicitly, so it only needs to be defined here. All other workflows can just reference it - godot-kotlin-jvm-version: "0.12.2-4.4" - godot-version: "4.4-stable" - build-version: "0.12.2" + godot-kotlin-jvm-version: "0.12.3-4.4.1" + godot-version: "4.4.1-stable" + build-version: "0.12.3" jvm-version: "17" build-jvm: diff --git a/.github/workflows/trigger_on_tag.yml b/.github/workflows/trigger_on_tag.yml index 639d02280..f86c34c05 100644 --- a/.github/workflows/trigger_on_tag.yml +++ b/.github/workflows/trigger_on_tag.yml @@ -26,9 +26,9 @@ jobs: - run: | echo "Setup done" outputs: # defined here explicitly, so it only needs to be defined here. All other workflows can just reference it - godot-kotlin-jvm-version: "0.12.2-4.4" - godot-version: "4.4-stable" - build-version: "0.12.2" + godot-kotlin-jvm-version: "0.12.3-4.4.1" + godot-version: "4.4.1-stable" + build-version: "0.12.3" jvm-version: "17" build-jvm: diff --git a/config.py b/config.py index de3754a7b..1948c4c41 100644 --- a/config.py +++ b/config.py @@ -2,4 +2,4 @@ def can_build(env, platform): return True def configure(env): - env.add_module_version_string("jvm.0.12.2") \ No newline at end of file + env.add_module_version_string("jvm.0.12.3") \ No newline at end of file diff --git a/docs/src/doc/index.md b/docs/src/doc/index.md index d7e4884b4..73c026450 100644 --- a/docs/src/doc/index.md +++ b/docs/src/doc/index.md @@ -64,11 +64,11 @@ While Kotlin and Godot supports a wide range of platforms, this module for the m The module uses semantic versioning for its own versions but adds a suffix for the supported Godot version: -Full version: `0.12.2-4.4` +Full version: `0.12.3-4.4.1` -Module Version: `0.12.2` +Module Version: `0.12.3` -Supported Godot Version: `4.4` +Supported Godot Version: `4.4.1` This module relies on a Kotlin *compiler plugin* for registering your classes and members to Godot. As the compiler API from Kotlin is not stable yet, at the moment we can only support specific Kotlin version per release. diff --git a/harness/tests/export_presets.cfg b/harness/tests/export_presets.cfg index 99a5d69a1..760bb589a 100644 --- a/harness/tests/export_presets.cfg +++ b/harness/tests/export_presets.cfg @@ -20,8 +20,8 @@ script_export_mode=0 [preset.0.options] -custom_template/debug="D:/Godot/Module/kotlin/bin/godot.windows.template_debug.x86_64.jvm.0.12.2.exe" -custom_template/release="D:/Godot/Module/kotlin/bin/godot.windows.template_release.x86_64.jvm.0.12.2.exe" +custom_template/debug="D:/Godot/Module/kotlin/bin/godot.windows.template_debug.x86_64.jvm.0.12.3.exe" +custom_template/release="D:/Godot/Module/kotlin/bin/godot.windows.template_release.x86_64.jvm.0.12.3.exe" debug/export_console_wrapper=1 binary_format/embed_pck=false texture_format/s3tc_bptc=true diff --git a/kt/api-generator/src/main/resources/api.json b/kt/api-generator/src/main/resources/api.json index 30e5f123e..c78ef2ac2 100644 --- a/kt/api-generator/src/main/resources/api.json +++ b/kt/api-generator/src/main/resources/api.json @@ -2,10 +2,10 @@ "header": { "version_major": 4, "version_minor": 4, - "version_patch": 0, - "version_status": "rc", + "version_patch": 1, + "version_status": "stable", "version_build": "custom_build", - "version_full_name": "Godot Engine v4.4.rc.jvm.0.12.0.custom_build" + "version_full_name": "Godot Engine v4.4.1.stable.jvm.0.12.3.custom_build" }, "builtin_class_sizes": [ { @@ -93070,7 +93070,7 @@ { "name": "DEBUG_FLAG_DUMB_CLIENT", "value": 1, - "description": "Flag is set if remotely debugged project is expected to use remote file system. If set, [method gen_export_flags] will add [code]--remove-fs[/code] and [code]--remote-fs-password[/code] (if password is set in the editor settings) command line arguments to the list." + "description": "Flag is set if remotely debugged project is expected to use remote file system. If set, [method gen_export_flags] will add [code]--remote-fs[/code] and [code]--remote-fs-password[/code] (if password is set in the editor settings) command line arguments to the list." }, { "name": "DEBUG_FLAG_REMOTE_DEBUG", @@ -93309,7 +93309,7 @@ "default_value": "Callable()" } ], - "description": "Exports project files for the specified preset. This method can be used to implement custom export format, other than PCK and ZIP. One of the callbacks is called for each exported file.\n[param save_cb] is called for all exported files and have the following arguments: [code]file_path: String[/code], [code]file_data: PackedByteArray[/code], [code]file_index: int[/code], [code]file_count: int[/code], [code]encryption_include_filters: PackedStringArray[/code], [code]encryption_exclude_filters: PackedStringArray[/code], [code]encryption_key: PackedByteArray[/code].\n[param shared_cb] is called for exported native shared/static libraries and have the following arguments: [code]file_path: String[/code], [code]tags: PackedStringArray[/code], [code]target_folder: String[/code].\n[b]Note:[/b] [code]file_index[/code] and [code]file_count[/code] are intended for progress tracking only and aren't necesserely unique and precise." + "description": "Exports project files for the specified preset. This method can be used to implement custom export format, other than PCK and ZIP. One of the callbacks is called for each exported file.\n[param save_cb] is called for all exported files and have the following arguments: [code]file_path: String[/code], [code]file_data: PackedByteArray[/code], [code]file_index: int[/code], [code]file_count: int[/code], [code]encryption_include_filters: PackedStringArray[/code], [code]encryption_exclude_filters: PackedStringArray[/code], [code]encryption_key: PackedByteArray[/code].\n[param shared_cb] is called for exported native shared/static libraries and have the following arguments: [code]file_path: String[/code], [code]tags: PackedStringArray[/code], [code]target_folder: String[/code].\n[b]Note:[/b] [code]file_index[/code] and [code]file_count[/code] are intended for progress tracking only and aren't necessarily unique and precise." }, { "name": "export_project", @@ -95301,7 +95301,7 @@ "return_value": { "type": "Dictionary" }, - "description": "Returns [Dictionary] of files selected in the \"Resources\" tab of the export dialog. Dictionary keys are file names and values are export mode - [code]\"strip[/code], [code]\"keep\"[/code], or [code]\"remove\"[/code]. See also [method get_file_export_mode]." + "description": "Returns [Dictionary] of files selected in the \"Resources\" tab of the export dialog. Dictionary keys are file names and values are export mode - [code]\"strip\"[/code], [code]\"keep\"[/code], or [code]\"remove\"[/code]. See also [method get_file_export_mode]." }, { "name": "get_customized_files_count", @@ -95391,7 +95391,7 @@ "return_value": { "type": "bool" }, - "description": "Returns [code]true[/code], is \"Advanced\" toggle is enabled in the export dialog." + "description": "Returns [code]true[/code] if \"Advanced\" toggle is enabled in the export dialog." }, { "name": "is_dedicated_server", @@ -144481,7 +144481,7 @@ "type": "String" } ], - "description": "Wraps a class defined in Java, and returns it as a [JavaClass] [Object] type that Godot can interact with.\n[b]Note:[/b] This method only works on Android. On every other platform, this method does nothing and returns an empty [JavaClass]." + "description": "Wraps a class defined in Java, and returns it as a [JavaClass] [Object] type that Godot can interact with.\nWhen wrapping inner (nested) classes, use [code]$[/code] instead of [code].[/code] to separate them. For example, [code]JavaClassWrapper.wrap(\"android.view.WindowManager$LayoutParams\")[/code] wraps the [b]WindowManager.LayoutParams[/b] class.\n[b]Note:[/b] This method only works on Android. On every other platform, this method does nothing and returns an empty [JavaClass]." }, { "name": "get_exception", @@ -152488,7 +152488,7 @@ "name": "caret_force_displayed", "setter": "set_caret_force_displayed", "getter": "is_caret_force_displayed", - "description": "If [code]true[/code], the [LineEdit] will always show the caret, even if focus is lost." + "description": "If [code]true[/code], the [LineEdit] will always show the caret, even if not editing or focus is lost." }, { "type": "bool", @@ -161391,7 +161391,7 @@ "type": "RID" } ], - "description": "Returns global menu open callback.\nb]Note:[/b] This method is implemented only on macOS." + "description": "Returns global menu open callback.\n[b]Note:[/b] This method is implemented only on macOS." }, { "name": "set_popup_close_callback", @@ -176903,6 +176903,11 @@ "value": 1011, "description": "Notification received when the mouse cursor leaves the [Viewport]'s visible area, that is not occluded behind other [Control]s or [Window]s, provided its [member Viewport.gui_disable_input] is [code]false[/code] and regardless if it's currently focused or not." }, + { + "name": "NOTIFICATION_WM_POSITION_CHANGED", + "value": 1012, + "description": "Notification received when the window is moved." + }, { "name": "NOTIFICATION_OS_MEMORY_WARNING", "value": 2009, @@ -186247,7 +186252,7 @@ "is_refcounted": false, "is_instantiable": true, "inherits": "PanelContainer", - "api_type": "core", + "api_type": "editor", "methods": [ { "name": "get_binding_modifier", @@ -188612,7 +188617,7 @@ "is_refcounted": false, "is_instantiable": true, "inherits": "OpenXRInteractionProfileEditorBase", - "api_type": "core", + "api_type": "editor", "brief_description": "Default OpenXR interaction profile editor.", "description": "This is the default OpenXR interaction profile editor that provides a generic interface for editing any interaction profile for which no custom editor has been defined." }, @@ -188621,7 +188626,7 @@ "is_refcounted": false, "is_instantiable": false, "inherits": "HBoxContainer", - "api_type": "core", + "api_type": "editor", "methods": [ { "name": "setup", @@ -233126,8 +233131,78 @@ "description": "16-bit-per-channel unsigned floating-point green/blue/red channel data with normalized value, plus 6 unused bits after each channel. Stored across 3 separate planes (green + blue + red). Values are in the [code][0.0, 1.0][/code] range." }, { - "name": "DATA_FORMAT_MAX", + "name": "DATA_FORMAT_ASTC_4x4_SFLOAT_BLOCK", "value": 218, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_5x4_SFLOAT_BLOCK", + "value": 219, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_5x5_SFLOAT_BLOCK", + "value": 220, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_6x5_SFLOAT_BLOCK", + "value": 221, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_6x6_SFLOAT_BLOCK", + "value": 222, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_8x5_SFLOAT_BLOCK", + "value": 223, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_8x6_SFLOAT_BLOCK", + "value": 224, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_8x8_SFLOAT_BLOCK", + "value": 225, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_10x5_SFLOAT_BLOCK", + "value": 226, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_10x6_SFLOAT_BLOCK", + "value": 227, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_10x8_SFLOAT_BLOCK", + "value": 228, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_10x10_SFLOAT_BLOCK", + "value": 229, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_12x10_SFLOAT_BLOCK", + "value": 230, + "description": "" + }, + { + "name": "DATA_FORMAT_ASTC_12x12_SFLOAT_BLOCK", + "value": 231, + "description": "" + }, + { + "name": "DATA_FORMAT_MAX", + "value": 232, "description": "Represents the size of the [enum DataFormat] enum." } ] diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/RegisterEngineTypes.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/RegisterEngineTypes.kt index 4a6058a87..5e1c87457 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/RegisterEngineTypes.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/RegisterEngineTypes.kt @@ -418,7 +418,6 @@ import godot.api.OpenXRActionMap import godot.api.OpenXRActionSet import godot.api.OpenXRAnalogThresholdModifier import godot.api.OpenXRBindingModifier -import godot.api.OpenXRBindingModifierEditor import godot.api.OpenXRCompositionLayer import godot.api.OpenXRCompositionLayerCylinder import godot.api.OpenXRCompositionLayerEquirect @@ -431,8 +430,6 @@ import godot.api.OpenXRHapticVibration import godot.api.OpenXRIPBinding import godot.api.OpenXRIPBindingModifier import godot.api.OpenXRInteractionProfile -import godot.api.OpenXRInteractionProfileEditor -import godot.api.OpenXRInteractionProfileEditorBase import godot.api.OpenXRInteractionProfileMetadata import godot.api.OpenXRInterface import godot.api.OpenXRVisibilityMask @@ -1495,8 +1492,6 @@ public fun registerEngineTypes(): Unit { OpenXRAnalogThresholdModifier::class, ::OpenXRAnalogThresholdModifier) TypeManager.registerEngineType("OpenXRBindingModifier", OpenXRBindingModifier::class, ::OpenXRBindingModifier) - TypeManager.registerEngineType("OpenXRBindingModifierEditor", OpenXRBindingModifierEditor::class, - ::OpenXRBindingModifierEditor) TypeManager.registerEngineType("OpenXRCompositionLayer", OpenXRCompositionLayer::class, ::OpenXRCompositionLayer) TypeManager.registerEngineType("OpenXRCompositionLayerCylinder", @@ -1518,10 +1513,6 @@ public fun registerEngineTypes(): Unit { ::OpenXRIPBindingModifier) TypeManager.registerEngineType("OpenXRInteractionProfile", OpenXRInteractionProfile::class, ::OpenXRInteractionProfile) - TypeManager.registerEngineType("OpenXRInteractionProfileEditor", - OpenXRInteractionProfileEditor::class, ::OpenXRInteractionProfileEditor) - TypeManager.registerEngineType("OpenXRInteractionProfileEditorBase", - OpenXRInteractionProfileEditorBase::class, ::OpenXRInteractionProfileEditorBase) TypeManager.registerEngineType("OpenXRInteractionProfileMetadata", OpenXRInteractionProfileMetadata::class, ::OpenXRInteractionProfileMetadata) TypeManager.registerEngineType("OpenXRInterface", OpenXRInterface::class, ::OpenXRInterface) @@ -2604,7 +2595,6 @@ public fun registerVariantMapping(): Unit { variantMapper[OpenXRActionSet::class] = OBJECT variantMapper[OpenXRAnalogThresholdModifier::class] = OBJECT variantMapper[OpenXRBindingModifier::class] = OBJECT - variantMapper[OpenXRBindingModifierEditor::class] = OBJECT variantMapper[OpenXRCompositionLayer::class] = OBJECT variantMapper[OpenXRCompositionLayerCylinder::class] = OBJECT variantMapper[OpenXRCompositionLayerEquirect::class] = OBJECT @@ -2617,8 +2607,6 @@ public fun registerVariantMapping(): Unit { variantMapper[OpenXRIPBinding::class] = OBJECT variantMapper[OpenXRIPBindingModifier::class] = OBJECT variantMapper[OpenXRInteractionProfile::class] = OBJECT - variantMapper[OpenXRInteractionProfileEditor::class] = OBJECT - variantMapper[OpenXRInteractionProfileEditorBase::class] = OBJECT variantMapper[OpenXRInteractionProfileMetadata::class] = OBJECT variantMapper[OpenXRInterface::class] = OBJECT variantMapper[OpenXRVisibilityMask::class] = OBJECT @@ -3489,7 +3477,6 @@ public fun registerEngineTypeMethods(): Unit { OpenXRActionSet.MethodBindings OpenXRAnalogThresholdModifier.MethodBindings OpenXRBindingModifier.MethodBindings - OpenXRBindingModifierEditor.MethodBindings OpenXRCompositionLayer.MethodBindings OpenXRCompositionLayerCylinder.MethodBindings OpenXRCompositionLayerEquirect.MethodBindings @@ -3502,8 +3489,6 @@ public fun registerEngineTypeMethods(): Unit { OpenXRIPBinding.MethodBindings OpenXRIPBindingModifier.MethodBindings OpenXRInteractionProfile.MethodBindings - OpenXRInteractionProfileEditor.MethodBindings - OpenXRInteractionProfileEditorBase.MethodBindings OpenXRInteractionProfileMetadata.MethodBindings OpenXRInterface.MethodBindings OpenXRVisibilityMask.MethodBindings diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/JavaClassWrapper.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/JavaClassWrapper.kt index c4d47534b..27b8927a7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/JavaClassWrapper.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/JavaClassWrapper.kt @@ -44,6 +44,9 @@ public object JavaClassWrapper : Object() { /** * Wraps a class defined in Java, and returns it as a [JavaClass] [Object] type that Godot can * interact with. + * When wrapping inner (nested) classes, use `$` instead of `.` to separate them. For example, + * `JavaClassWrapper.wrap("android.view.WindowManager$LayoutParams")` wraps the + * **WindowManager.LayoutParams** class. * **Note:** This method only works on Android. On every other platform, this method does nothing * and returns an empty [JavaClass]. */ diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/LineEdit.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/LineEdit.kt index c0e85ce3e..ad44fec9d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/LineEdit.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/LineEdit.kt @@ -395,7 +395,7 @@ public open class LineEdit : Control() { } /** - * If `true`, the [LineEdit] will always show the caret, even if focus is lost. + * If `true`, the [LineEdit] will always show the caret, even if not editing or focus is lost. */ public final inline var caretForceDisplayed: Boolean @JvmName("caretForceDisplayedProperty") diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/NativeMenu.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/NativeMenu.kt index b8d65fda4..dc8735bdb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/NativeMenu.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/NativeMenu.kt @@ -198,7 +198,7 @@ public object NativeMenu : Object() { /** * Returns global menu open callback. - * b]Note:[/b] This method is implemented only on macOS. + * **Note:** This method is implemented only on macOS. */ @JvmStatic public final fun getPopupOpenCallback(rid: RID): Callable { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Node.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Node.kt index 9e4dcd7f1..6f1b0ffe7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Node.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Node.kt @@ -2691,6 +2691,11 @@ public open class Node : Object() { */ public final const val NOTIFICATION_VP_MOUSE_EXIT: Long = 1011 + /** + * Notification received when the window is moved. + */ + public final const val NOTIFICATION_WM_POSITION_CHANGED: Long = 1012 + /** * Notification received from the OS when the application is exceeding its allocated memory. * Implemented only on iOS. diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRBindingModifierEditor.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRBindingModifierEditor.kt deleted file mode 100644 index 5e3bca64d..000000000 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRBindingModifierEditor.kt +++ /dev/null @@ -1,61 +0,0 @@ -// THIS FILE IS GENERATED! DO NOT EDIT IT MANUALLY! -@file:Suppress("PackageDirectoryMismatch", "unused", "FunctionName", "RedundantModalityModifier", - "UNCHECKED_CAST", "JoinDeclarationAndAssignment", "USELESS_CAST", - "RemoveRedundantQualifierName", "NOTHING_TO_INLINE", "NON_FINAL_MEMBER_IN_OBJECT", - "RedundantVisibilityModifier", "RedundantUnitReturnType", "MemberVisibilityCanBePrivate") - -package godot.api - -import godot.`annotation`.GodotBaseType -import godot.`internal`.memory.TransferContext -import godot.`internal`.reflection.TypeManager -import godot.common.interop.VoidPtr -import godot.core.Signal1 -import godot.core.VariantParser.NIL -import godot.core.VariantParser.OBJECT -import kotlin.Int -import kotlin.Suppress -import kotlin.Unit - -/** - * This is the default binding modifier editor used in the OpenXR action map. - */ -@GodotBaseType -public open class OpenXRBindingModifierEditor : PanelContainer() { - /** - * Signal emitted when the user presses the delete binding modifier button for this modifier. - */ - public val bindingModifierRemoved: Signal1 by Signal1 - - public override fun new(scriptIndex: Int): Unit { - createNativeObject(433, scriptIndex) - } - - /** - * Returns the [OpenXRBindingModifier] currently being edited. - */ - public final fun getBindingModifier(): OpenXRBindingModifier? { - TransferContext.writeArguments() - TransferContext.callMethod(ptr, MethodBindings.getBindingModifierPtr, OBJECT) - return (TransferContext.readReturnValue(OBJECT) as OpenXRBindingModifier?) - } - - /** - * Setup this editor for the provided [actionMap] and [bindingModifier]. - */ - public final fun setup(actionMap: OpenXRActionMap?, bindingModifier: OpenXRBindingModifier?): - Unit { - TransferContext.writeArguments(OBJECT to actionMap, OBJECT to bindingModifier) - TransferContext.callMethod(ptr, MethodBindings.setupPtr, NIL) - } - - public companion object - - public object MethodBindings { - internal val getBindingModifierPtr: VoidPtr = - TypeManager.getMethodBindPtr("OpenXRBindingModifierEditor", "get_binding_modifier", 2930765082) - - internal val setupPtr: VoidPtr = - TypeManager.getMethodBindPtr("OpenXRBindingModifierEditor", "setup", 1284787389) - } -} diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayer.kt index 361231137..671c49626 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayer.kt @@ -118,7 +118,7 @@ public open class OpenXRCompositionLayer internal constructor() : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(434, scriptIndex) + createNativeObject(433, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerCylinder.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerCylinder.kt index 223d09e3f..af2ca506e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerCylinder.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerCylinder.kt @@ -72,7 +72,7 @@ public open class OpenXRCompositionLayerCylinder : OpenXRCompositionLayer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(435, scriptIndex) + createNativeObject(434, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerEquirect.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerEquirect.kt index 36dd1a1eb..0d3a5ee27 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerEquirect.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerEquirect.kt @@ -85,7 +85,7 @@ public open class OpenXRCompositionLayerEquirect : OpenXRCompositionLayer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(436, scriptIndex) + createNativeObject(435, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerQuad.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerQuad.kt index 94f06ab6c..6844d463a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerQuad.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRCompositionLayerQuad.kt @@ -38,7 +38,7 @@ public open class OpenXRCompositionLayerQuad : OpenXRCompositionLayer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(437, scriptIndex) + createNativeObject(436, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRDpadBindingModifier.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRDpadBindingModifier.kt index 6f6b295f2..9b7d3ce67 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRDpadBindingModifier.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRDpadBindingModifier.kt @@ -142,7 +142,7 @@ public open class OpenXRDpadBindingModifier : OpenXRIPBindingModifier() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(438, scriptIndex) + createNativeObject(437, scriptIndex) } public final fun setActionSet(actionSet: OpenXRActionSet?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRExtensionWrapperExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRExtensionWrapperExtension.kt index 66cafb6e0..83e1112c3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRExtensionWrapperExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRExtensionWrapperExtension.kt @@ -30,7 +30,7 @@ import kotlin.Unit @GodotBaseType public open class OpenXRExtensionWrapperExtension : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(439, scriptIndex) + createNativeObject(438, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHand.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHand.kt index b0ee78c15..654d22aee 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHand.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHand.kt @@ -91,7 +91,7 @@ public open class OpenXRHand : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(440, scriptIndex) + createNativeObject(439, scriptIndex) } public final fun setHand(hand: Hands): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticBase.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticBase.kt index 078b195ce..66c636345 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticBase.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticBase.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class OpenXRHapticBase internal constructor() : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(441, scriptIndex) + createNativeObject(440, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticVibration.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticVibration.kt index a14b22e03..57d719d98 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticVibration.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRHapticVibration.kt @@ -63,7 +63,7 @@ public open class OpenXRHapticVibration : OpenXRHapticBase() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(442, scriptIndex) + createNativeObject(441, scriptIndex) } public final fun setDuration(duration: Long): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBinding.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBinding.kt index df783397c..7185e34fd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBinding.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBinding.kt @@ -84,7 +84,7 @@ public open class OpenXRIPBinding : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(443, scriptIndex) + createNativeObject(442, scriptIndex) } public final fun setAction(action: OpenXRAction?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBindingModifier.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBindingModifier.kt index ab22eabc8..799e1eb82 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBindingModifier.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRIPBindingModifier.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class OpenXRIPBindingModifier : OpenXRBindingModifier() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(444, scriptIndex) + createNativeObject(443, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfile.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfile.kt index f84e15eeb..c327f0942 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfile.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfile.kt @@ -67,7 +67,7 @@ public open class OpenXRInteractionProfile : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(445, scriptIndex) + createNativeObject(444, scriptIndex) } public final fun setInteractionProfilePath(interactionProfilePath: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditor.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditor.kt deleted file mode 100644 index c3a5f9069..000000000 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditor.kt +++ /dev/null @@ -1,27 +0,0 @@ -// THIS FILE IS GENERATED! DO NOT EDIT IT MANUALLY! -@file:Suppress("PackageDirectoryMismatch", "unused", "FunctionName", "RedundantModalityModifier", - "UNCHECKED_CAST", "JoinDeclarationAndAssignment", "USELESS_CAST", - "RemoveRedundantQualifierName", "NOTHING_TO_INLINE", "NON_FINAL_MEMBER_IN_OBJECT", - "RedundantVisibilityModifier", "RedundantUnitReturnType", "MemberVisibilityCanBePrivate") - -package godot.api - -import godot.`annotation`.GodotBaseType -import kotlin.Int -import kotlin.Suppress -import kotlin.Unit - -/** - * This is the default OpenXR interaction profile editor that provides a generic interface for - * editing any interaction profile for which no custom editor has been defined. - */ -@GodotBaseType -public open class OpenXRInteractionProfileEditor : OpenXRInteractionProfileEditorBase() { - public override fun new(scriptIndex: Int): Unit { - createNativeObject(446, scriptIndex) - } - - public companion object - - public object MethodBindings -} diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditorBase.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditorBase.kt deleted file mode 100644 index b02efc3b1..000000000 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileEditorBase.kt +++ /dev/null @@ -1,44 +0,0 @@ -// THIS FILE IS GENERATED! DO NOT EDIT IT MANUALLY! -@file:Suppress("PackageDirectoryMismatch", "unused", "FunctionName", "RedundantModalityModifier", - "UNCHECKED_CAST", "JoinDeclarationAndAssignment", "USELESS_CAST", - "RemoveRedundantQualifierName", "NOTHING_TO_INLINE", "NON_FINAL_MEMBER_IN_OBJECT", - "RedundantVisibilityModifier", "RedundantUnitReturnType", "MemberVisibilityCanBePrivate") - -package godot.api - -import godot.`annotation`.GodotBaseType -import godot.`internal`.memory.TransferContext -import godot.`internal`.reflection.TypeManager -import godot.common.interop.VoidPtr -import godot.core.VariantParser.NIL -import godot.core.VariantParser.OBJECT -import kotlin.Int -import kotlin.Suppress -import kotlin.Unit - -/** - * This is a base class for interaction profile editors used by the OpenXR action map editor. It can - * be used to create bespoke editors for specific interaction profiles. - */ -@GodotBaseType -public open class OpenXRInteractionProfileEditorBase internal constructor() : HBoxContainer() { - public override fun new(scriptIndex: Int): Unit { - createNativeObject(447, scriptIndex) - } - - /** - * Setup this editor for the provided [actionMap] and [interactionProfile]. - */ - public final fun setup(actionMap: OpenXRActionMap?, - interactionProfile: OpenXRInteractionProfile?): Unit { - TransferContext.writeArguments(OBJECT to actionMap, OBJECT to interactionProfile) - TransferContext.callMethod(ptr, MethodBindings.setupPtr, NIL) - } - - public companion object - - public object MethodBindings { - internal val setupPtr: VoidPtr = - TypeManager.getMethodBindPtr("OpenXRInteractionProfileEditorBase", "setup", 421962938) - } -} diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileMetadata.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileMetadata.kt index f5771d52c..fcc2e25d9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileMetadata.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInteractionProfileMetadata.kt @@ -27,7 +27,7 @@ import kotlin.Unit @GodotBaseType public open class OpenXRInteractionProfileMetadata : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(448, scriptIndex) + createNativeObject(445, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInterface.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInterface.kt index b0da2870a..87efc26f5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInterface.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRInterface.kt @@ -190,7 +190,7 @@ public open class OpenXRInterface : XRInterface() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(449, scriptIndex) + createNativeObject(446, scriptIndex) } public final fun getDisplayRefreshRate(): Float { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRVisibilityMask.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRVisibilityMask.kt index fa0b11073..7501bc467 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRVisibilityMask.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OpenXRVisibilityMask.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class OpenXRVisibilityMask : VisualInstance3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(450, scriptIndex) + createNativeObject(447, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptimizedTranslation.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptimizedTranslation.kt index a474a151f..f215f5900 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptimizedTranslation.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptimizedTranslation.kt @@ -23,7 +23,7 @@ import kotlin.Unit @GodotBaseType public open class OptimizedTranslation : Translation() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(451, scriptIndex) + createNativeObject(448, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptionButton.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptionButton.kt index 0dc362af1..f2751d1fd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptionButton.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/OptionButton.kt @@ -96,7 +96,7 @@ public open class OptionButton : Button() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(452, scriptIndex) + createNativeObject(449, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PCKPacker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PCKPacker.kt index 1f427dc84..8cc9570a5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PCKPacker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PCKPacker.kt @@ -49,7 +49,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PCKPacker : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(453, scriptIndex) + createNativeObject(450, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainer.kt index 6c9750a52..2ff09dd72 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainer.kt @@ -49,7 +49,7 @@ import kotlin.Unit @GodotBaseType public open class PackedDataContainer : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(454, scriptIndex) + createNativeObject(451, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainerRef.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainerRef.kt index 08539cced..eaf065b89 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainerRef.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedDataContainerRef.kt @@ -46,7 +46,7 @@ import kotlin.Unit @GodotBaseType public open class PackedDataContainerRef internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(455, scriptIndex) + createNativeObject(452, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedScene.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedScene.kt index b52895001..1acc1832b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedScene.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PackedScene.kt @@ -101,7 +101,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PackedScene : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(456, scriptIndex) + createNativeObject(453, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeer.kt index 703957996..404c70334 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeer.kt @@ -53,7 +53,7 @@ public open class PacketPeer internal constructor() : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(457, scriptIndex) + createNativeObject(454, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerDTLS.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerDTLS.kt index 1939f654d..d7cb2e168 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerDTLS.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerDTLS.kt @@ -35,7 +35,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PacketPeerDTLS : PacketPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(458, scriptIndex) + createNativeObject(455, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerExtension.kt index ff5f6f920..77a140c20 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerExtension.kt @@ -15,7 +15,7 @@ import kotlin.Unit @GodotBaseType public open class PacketPeerExtension : PacketPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(459, scriptIndex) + createNativeObject(456, scriptIndex) } public open fun _getAvailablePacketCount(): Int { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerStream.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerStream.kt index f5d059637..440a300cd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerStream.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerStream.kt @@ -57,7 +57,7 @@ public open class PacketPeerStream : PacketPeer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(460, scriptIndex) + createNativeObject(457, scriptIndex) } public final fun setStreamPeer(peer: StreamPeer?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerUDP.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerUDP.kt index 6224e950b..3eb3e566c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerUDP.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PacketPeerUDP.kt @@ -57,7 +57,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PacketPeerUDP : PacketPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(461, scriptIndex) + createNativeObject(458, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Panel.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Panel.kt index f35d6ad12..e49e3c9fc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Panel.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Panel.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class Panel : Control() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(462, scriptIndex) + createNativeObject(459, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanelContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanelContainer.kt index 00cb404ae..fe8203d3c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanelContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanelContainer.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class PanelContainer : Container() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(463, scriptIndex) + createNativeObject(460, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanoramaSkyMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanoramaSkyMaterial.kt index 03d3a66d9..0a39642d7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanoramaSkyMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PanoramaSkyMaterial.kt @@ -68,7 +68,7 @@ public open class PanoramaSkyMaterial : Material() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(464, scriptIndex) + createNativeObject(461, scriptIndex) } public final fun setPanorama(texture: Texture2D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Parallax2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Parallax2D.kt index dd83da4cb..5ffd12e07 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Parallax2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Parallax2D.kt @@ -167,7 +167,7 @@ public open class Parallax2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(465, scriptIndex) + createNativeObject(462, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxBackground.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxBackground.kt index a76bcf42c..ac78e1c22 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxBackground.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxBackground.kt @@ -109,7 +109,7 @@ public open class ParallaxBackground : CanvasLayer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(466, scriptIndex) + createNativeObject(463, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxLayer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxLayer.kt index e73a5249e..0fe75a18d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxLayer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParallaxLayer.kt @@ -82,7 +82,7 @@ public open class ParallaxLayer : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(467, scriptIndex) + createNativeObject(464, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParticleProcessMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParticleProcessMaterial.kt index 7ffdf8866..a074b96f6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParticleProcessMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ParticleProcessMaterial.kt @@ -1412,7 +1412,7 @@ public open class ParticleProcessMaterial : Material() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(468, scriptIndex) + createNativeObject(465, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path2D.kt index 1cb2bd016..5cea7f15e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path2D.kt @@ -37,7 +37,7 @@ public open class Path2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(469, scriptIndex) + createNativeObject(466, scriptIndex) } public final fun setCurve(curve: Curve2D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path3D.kt index d97cc8632..007541de3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Path3D.kt @@ -43,7 +43,7 @@ public open class Path3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(470, scriptIndex) + createNativeObject(467, scriptIndex) } public final fun setCurve(curve: Curve3D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow2D.kt index b692cf5df..4b9a1eef5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow2D.kt @@ -124,7 +124,7 @@ public open class PathFollow2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(471, scriptIndex) + createNativeObject(468, scriptIndex) } public final fun setProgress(progress: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow3D.kt index a978d668d..282dcc388 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PathFollow3D.kt @@ -151,7 +151,7 @@ public open class PathFollow3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(472, scriptIndex) + createNativeObject(469, scriptIndex) } public final fun setProgress(progress: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone2D.kt index 708b5d368..a4fbe6d31 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone2D.kt @@ -98,7 +98,7 @@ public open class PhysicalBone2D : RigidBody2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(473, scriptIndex) + createNativeObject(470, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone3D.kt index 7f3e17650..46893153a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBone3D.kt @@ -242,7 +242,7 @@ public open class PhysicalBone3D : PhysicsBody3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(474, scriptIndex) + createNativeObject(471, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBoneSimulator3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBoneSimulator3D.kt index 4a78ceee4..d7eca0e39 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBoneSimulator3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalBoneSimulator3D.kt @@ -30,7 +30,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PhysicalBoneSimulator3D : SkeletonModifier3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(475, scriptIndex) + createNativeObject(472, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalSkyMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalSkyMaterial.kt index 149439c2a..037bcea42 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalSkyMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicalSkyMaterial.kt @@ -174,7 +174,7 @@ public open class PhysicalSkyMaterial : Material() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(476, scriptIndex) + createNativeObject(473, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody2D.kt index 9aac69489..877fbf21a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody2D.kt @@ -34,7 +34,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PhysicsBody2D internal constructor() : CollisionObject2D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(477, scriptIndex) + createNativeObject(474, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody3D.kt index 09e7cf0b9..ce3fb113b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsBody3D.kt @@ -104,7 +104,7 @@ public open class PhysicsBody3D internal constructor() : CollisionObject3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(478, scriptIndex) + createNativeObject(475, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2D.kt index 738f066dc..8b6e7f526 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2D.kt @@ -147,7 +147,7 @@ public open class PhysicsDirectBodyState2D internal constructor() : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(479, scriptIndex) + createNativeObject(476, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2DExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2DExtension.kt index 088f78870..67c645bd3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2DExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState2DExtension.kt @@ -27,7 +27,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsDirectBodyState2DExtension : PhysicsDirectBodyState2D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(480, scriptIndex) + createNativeObject(477, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3D.kt index 9935177f4..bf15cb56b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3D.kt @@ -164,7 +164,7 @@ public open class PhysicsDirectBodyState3D internal constructor() : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(481, scriptIndex) + createNativeObject(478, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3DExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3DExtension.kt index 9be255564..941404c20 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3DExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectBodyState3DExtension.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsDirectBodyState3DExtension : PhysicsDirectBodyState3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(482, scriptIndex) + createNativeObject(479, scriptIndex) } public open fun _getTotalGravity(): Vector3 { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2D.kt index 9a2ce545d..e638ff855 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2D.kt @@ -32,7 +32,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PhysicsDirectSpaceState2D internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(483, scriptIndex) + createNativeObject(480, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2DExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2DExtension.kt index 9a9cff2b7..332ed87c9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2DExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState2DExtension.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsDirectSpaceState2DExtension : PhysicsDirectSpaceState2D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(484, scriptIndex) + createNativeObject(481, scriptIndex) } public final fun isBodyExcludedFromQuery(body: RID): Boolean { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3D.kt index ef1c44769..a830d652c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3D.kt @@ -32,7 +32,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PhysicsDirectSpaceState3D internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(485, scriptIndex) + createNativeObject(482, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3DExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3DExtension.kt index 03628484b..fc0ae62ba 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3DExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsDirectSpaceState3DExtension.kt @@ -30,7 +30,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsDirectSpaceState3DExtension : PhysicsDirectSpaceState3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(486, scriptIndex) + createNativeObject(483, scriptIndex) } public open fun _getClosestPointToObjectVolume(`object`: RID, point: Vector3): Vector3 { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsMaterial.kt index 22319f8b6..a6c2fcee1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsMaterial.kt @@ -80,7 +80,7 @@ public open class PhysicsMaterial : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(487, scriptIndex) + createNativeObject(484, scriptIndex) } public final fun setFriction(friction: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters2D.kt index 8ca88b8e5..29f50f6e7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters2D.kt @@ -110,7 +110,7 @@ public open class PhysicsPointQueryParameters2D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(488, scriptIndex) + createNativeObject(485, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters3D.kt index a96b59d59..e9a11dd58 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsPointQueryParameters3D.kt @@ -97,7 +97,7 @@ public open class PhysicsPointQueryParameters3D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(489, scriptIndex) + createNativeObject(486, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters2D.kt index 77c4b4611..2e757228e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters2D.kt @@ -123,7 +123,7 @@ public open class PhysicsRayQueryParameters2D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(490, scriptIndex) + createNativeObject(487, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters3D.kt index 4482275ba..b1cfa3d7f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsRayQueryParameters3D.kt @@ -135,7 +135,7 @@ public open class PhysicsRayQueryParameters3D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(491, scriptIndex) + createNativeObject(488, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsServer3DRenderingServerHandler.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsServer3DRenderingServerHandler.kt index 280ddd7f5..8edd34717 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsServer3DRenderingServerHandler.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsServer3DRenderingServerHandler.kt @@ -22,7 +22,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsServer3DRenderingServerHandler : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(492, scriptIndex) + createNativeObject(489, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters2D.kt index a52ce8fba..edf59fe03 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters2D.kt @@ -181,7 +181,7 @@ public open class PhysicsShapeQueryParameters2D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(493, scriptIndex) + createNativeObject(490, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters3D.kt index 2937b387e..7c0c0f28c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsShapeQueryParameters3D.kt @@ -181,7 +181,7 @@ public open class PhysicsShapeQueryParameters3D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(494, scriptIndex) + createNativeObject(491, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters2D.kt index 9c9578df0..b085914f0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters2D.kt @@ -126,7 +126,7 @@ public open class PhysicsTestMotionParameters2D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(495, scriptIndex) + createNativeObject(492, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters3D.kt index 030231096..f84423876 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionParameters3D.kt @@ -139,7 +139,7 @@ public open class PhysicsTestMotionParameters3D : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(496, scriptIndex) + createNativeObject(493, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult2D.kt index 3558b47a2..e172d9390 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult2D.kt @@ -30,7 +30,7 @@ import kotlin.Unit @GodotBaseType public open class PhysicsTestMotionResult2D : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(497, scriptIndex) + createNativeObject(494, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult3D.kt index 0677b80a8..ea424532b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PhysicsTestMotionResult3D.kt @@ -31,7 +31,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class PhysicsTestMotionResult3D : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(498, scriptIndex) + createNativeObject(495, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint2D.kt index 7738ec4e9..df919931b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint2D.kt @@ -96,7 +96,7 @@ public open class PinJoint2D : Joint2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(499, scriptIndex) + createNativeObject(496, scriptIndex) } public final fun setSoftness(softness: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint3D.kt index 23162e67f..b0c58ce70 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PinJoint3D.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class PinJoint3D : Joint3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(500, scriptIndex) + createNativeObject(497, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemap.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemap.kt index f7a63e67c..247388457 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemap.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemap.kt @@ -22,7 +22,7 @@ import kotlin.Unit @GodotBaseType public open class PlaceholderCubemap : PlaceholderTextureLayered() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(501, scriptIndex) + createNativeObject(498, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemapArray.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemapArray.kt index e32a874c9..9e9146c1b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemapArray.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderCubemapArray.kt @@ -23,7 +23,7 @@ import kotlin.Unit @GodotBaseType public open class PlaceholderCubemapArray : PlaceholderTextureLayered() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(502, scriptIndex) + createNativeObject(499, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMaterial.kt index 158886127..44c7e40e1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMaterial.kt @@ -22,7 +22,7 @@ import kotlin.Unit @GodotBaseType public open class PlaceholderMaterial : Material() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(503, scriptIndex) + createNativeObject(500, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMesh.kt index ab1dff3b5..ba0104c6d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderMesh.kt @@ -42,7 +42,7 @@ public open class PlaceholderMesh : Mesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(504, scriptIndex) + createNativeObject(501, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2D.kt index 8ef45d299..8f83c23ed 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2D.kt @@ -45,7 +45,7 @@ public open class PlaceholderTexture2D : Texture2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(505, scriptIndex) + createNativeObject(502, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2DArray.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2DArray.kt index 31e7c3380..fca46d385 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2DArray.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture2DArray.kt @@ -24,7 +24,7 @@ import kotlin.Unit @GodotBaseType public open class PlaceholderTexture2DArray : PlaceholderTextureLayered() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(506, scriptIndex) + createNativeObject(503, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture3D.kt index 9e145607b..48dbe24aa 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTexture3D.kt @@ -45,7 +45,7 @@ public open class PlaceholderTexture3D : Texture3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(507, scriptIndex) + createNativeObject(504, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTextureLayered.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTextureLayered.kt index f19062075..fbc1c2a2d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTextureLayered.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaceholderTextureLayered.kt @@ -57,7 +57,7 @@ public open class PlaceholderTextureLayered internal constructor() : TextureLaye } public override fun new(scriptIndex: Int): Unit { - createNativeObject(508, scriptIndex) + createNativeObject(505, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaneMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaneMesh.kt index b3e611c15..29dbe32cc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaneMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PlaneMesh.kt @@ -92,7 +92,7 @@ public open class PlaneMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(509, scriptIndex) + createNativeObject(506, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointLight2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointLight2D.kt index 5f00b2bfe..d93b47eb3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointLight2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointLight2D.kt @@ -76,7 +76,7 @@ public open class PointLight2D : Light2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(510, scriptIndex) + createNativeObject(507, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointMesh.kt index 970d2dfca..2fc0d2c3f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PointMesh.kt @@ -25,7 +25,7 @@ import kotlin.Unit @GodotBaseType public open class PointMesh : PrimitiveMesh() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(511, scriptIndex) + createNativeObject(508, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Polygon2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Polygon2D.kt index 849e9403b..72d2d0990 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Polygon2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Polygon2D.kt @@ -229,7 +229,7 @@ public open class Polygon2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(512, scriptIndex) + createNativeObject(509, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonOccluder3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonOccluder3D.kt index 748e09811..f17c6dec5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonOccluder3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonOccluder3D.kt @@ -44,7 +44,7 @@ public open class PolygonOccluder3D : Occluder3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(513, scriptIndex) + createNativeObject(510, scriptIndex) } public final fun setPolygon(polygon: PackedVector2Array): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonPathFinder.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonPathFinder.kt index edc186339..e2671783f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonPathFinder.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PolygonPathFinder.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class PolygonPathFinder : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(514, scriptIndex) + createNativeObject(511, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Popup.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Popup.kt index ec515244b..87c927823 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Popup.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Popup.kt @@ -24,7 +24,7 @@ public open class Popup : Window() { public val popupHide: Signal0 by Signal0 public override fun new(scriptIndex: Int): Unit { - createNativeObject(515, scriptIndex) + createNativeObject(512, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupMenu.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupMenu.kt index 691b7e67b..ac74523ce 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupMenu.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupMenu.kt @@ -174,7 +174,7 @@ public open class PopupMenu : Popup() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(516, scriptIndex) + createNativeObject(513, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupPanel.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupPanel.kt index e88249db6..c395e0ca8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupPanel.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PopupPanel.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class PopupPanel : Popup() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(517, scriptIndex) + createNativeObject(514, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PortableCompressedTexture2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PortableCompressedTexture2D.kt index e69c6bf91..b181935e7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PortableCompressedTexture2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PortableCompressedTexture2D.kt @@ -67,7 +67,7 @@ public open class PortableCompressedTexture2D : Texture2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(518, scriptIndex) + createNativeObject(515, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrimitiveMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrimitiveMesh.kt index 71523d7b2..d66141281 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrimitiveMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrimitiveMesh.kt @@ -100,7 +100,7 @@ public open class PrimitiveMesh : Mesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(519, scriptIndex) + createNativeObject(516, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrismMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrismMesh.kt index 77342ef64..d04d09864 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrismMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PrismMesh.kt @@ -88,7 +88,7 @@ public open class PrismMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(520, scriptIndex) + createNativeObject(517, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProceduralSkyMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProceduralSkyMaterial.kt index 450999c47..c37380f15 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProceduralSkyMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProceduralSkyMaterial.kt @@ -209,7 +209,7 @@ public open class ProceduralSkyMaterial : Material() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(521, scriptIndex) + createNativeObject(518, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProgressBar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProgressBar.kt index af48fdbca..efe65956f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProgressBar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ProgressBar.kt @@ -72,7 +72,7 @@ public open class ProgressBar : Range() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(522, scriptIndex) + createNativeObject(519, scriptIndex) } public final fun setFillMode(mode: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PropertyTweener.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PropertyTweener.kt index 9107ce899..f29efabf5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PropertyTweener.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/PropertyTweener.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class PropertyTweener : Tweener() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(523, scriptIndex) + createNativeObject(520, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadMesh.kt index 738ba5a5e..971439cae 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadMesh.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class QuadMesh : PlaneMesh() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(524, scriptIndex) + createNativeObject(521, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadOccluder3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadOccluder3D.kt index c8ed3644c..838f1e0a6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadOccluder3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/QuadOccluder3D.kt @@ -40,7 +40,7 @@ public open class QuadOccluder3D : Occluder3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(525, scriptIndex) + createNativeObject(522, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDAttachmentFormat.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDAttachmentFormat.kt index ea2e1dddc..3a7da927e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDAttachmentFormat.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDAttachmentFormat.kt @@ -57,7 +57,7 @@ public open class RDAttachmentFormat : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(526, scriptIndex) + createNativeObject(523, scriptIndex) } public final fun setFormat(pMember: RenderingDevice.DataFormat): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDFramebufferPass.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDFramebufferPass.kt index 23e31dcd8..326ef00d0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDFramebufferPass.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDFramebufferPass.kt @@ -89,7 +89,7 @@ public open class RDFramebufferPass : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(527, scriptIndex) + createNativeObject(524, scriptIndex) } public final fun setColorAttachments(pMember: PackedInt32Array): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendState.kt index c3e7b5755..110ef29b9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendState.kt @@ -77,7 +77,7 @@ public open class RDPipelineColorBlendState : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(528, scriptIndex) + createNativeObject(525, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendStateAttachment.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendStateAttachment.kt index 51a3e9b96..ef2484a7d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendStateAttachment.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineColorBlendStateAttachment.kt @@ -211,7 +211,7 @@ public open class RDPipelineColorBlendStateAttachment : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(529, scriptIndex) + createNativeObject(526, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineDepthStencilState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineDepthStencilState.kt index 775e81e06..7afa4db01 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineDepthStencilState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineDepthStencilState.kt @@ -269,7 +269,7 @@ public open class RDPipelineDepthStencilState : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(530, scriptIndex) + createNativeObject(527, scriptIndex) } public final fun setEnableDepthTest(pMember: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineMultisampleState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineMultisampleState.kt index f2a87c313..5647f8232 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineMultisampleState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineMultisampleState.kt @@ -111,7 +111,7 @@ public open class RDPipelineMultisampleState : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(531, scriptIndex) + createNativeObject(528, scriptIndex) } public final fun setSampleCount(pMember: RenderingDevice.TextureSamples): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineRasterizationState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineRasterizationState.kt index 8ec2fd818..bfa1b3bd2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineRasterizationState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineRasterizationState.kt @@ -157,7 +157,7 @@ public open class RDPipelineRasterizationState : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(532, scriptIndex) + createNativeObject(529, scriptIndex) } public final fun setEnableDepthClamp(pMember: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineSpecializationConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineSpecializationConstant.kt index 218b5eca6..f55122cab 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineSpecializationConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDPipelineSpecializationConstant.kt @@ -54,7 +54,7 @@ public open class RDPipelineSpecializationConstant : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(533, scriptIndex) + createNativeObject(530, scriptIndex) } public final fun setValue(`value`: Any?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDSamplerState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDSamplerState.kt index cf1469fac..cec14169f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDSamplerState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDSamplerState.kt @@ -213,7 +213,7 @@ public open class RDSamplerState : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(534, scriptIndex) + createNativeObject(531, scriptIndex) } public final fun setMagFilter(pMember: RenderingDevice.SamplerFilter): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderFile.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderFile.kt index f95fa9632..dd49abc78 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderFile.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderFile.kt @@ -46,7 +46,7 @@ public open class RDShaderFile : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(535, scriptIndex) + createNativeObject(532, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSPIRV.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSPIRV.kt index 065e30789..60d5d0ec6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSPIRV.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSPIRV.kt @@ -147,7 +147,7 @@ public open class RDShaderSPIRV : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(536, scriptIndex) + createNativeObject(533, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSource.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSource.kt index 5747c5f1e..9e552c475 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSource.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDShaderSource.kt @@ -95,7 +95,7 @@ public open class RDShaderSource : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(537, scriptIndex) + createNativeObject(534, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureFormat.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureFormat.kt index ba846c446..cd499305e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureFormat.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureFormat.kt @@ -151,7 +151,7 @@ public open class RDTextureFormat : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(538, scriptIndex) + createNativeObject(535, scriptIndex) } public final fun setFormat(pMember: RenderingDevice.DataFormat): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureView.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureView.kt index 0d4b38374..fb8e7d004 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureView.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDTextureView.kt @@ -81,7 +81,7 @@ public open class RDTextureView : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(539, scriptIndex) + createNativeObject(536, scriptIndex) } public final fun setFormatOverride(pMember: RenderingDevice.DataFormat): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDUniform.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDUniform.kt index 59450d774..812d74f53 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDUniform.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDUniform.kt @@ -50,7 +50,7 @@ public open class RDUniform : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(540, scriptIndex) + createNativeObject(537, scriptIndex) } public final fun setUniformType(pMember: RenderingDevice.UniformType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDVertexAttribute.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDVertexAttribute.kt index 09e6536b9..4f75536ff 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDVertexAttribute.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RDVertexAttribute.kt @@ -80,7 +80,7 @@ public open class RDVertexAttribute : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(541, scriptIndex) + createNativeObject(538, scriptIndex) } public final fun setLocation(pMember: Long): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RandomNumberGenerator.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RandomNumberGenerator.kt index 7ffee7ed9..1ad60c25a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RandomNumberGenerator.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RandomNumberGenerator.kt @@ -88,7 +88,7 @@ public open class RandomNumberGenerator : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(542, scriptIndex) + createNativeObject(539, scriptIndex) } public final fun setSeed(seed: Long): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Range.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Range.kt index 0569c3036..a4414bc0d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Range.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Range.kt @@ -161,7 +161,7 @@ public open class Range : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(543, scriptIndex) + createNativeObject(540, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast2D.kt index 6c826369d..274d8e096 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast2D.kt @@ -124,7 +124,7 @@ public open class RayCast2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(544, scriptIndex) + createNativeObject(541, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast3D.kt index 1abf7a8b4..e040ad552 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RayCast3D.kt @@ -168,7 +168,7 @@ public open class RayCast3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(545, scriptIndex) + createNativeObject(542, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RectangleShape2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RectangleShape2D.kt index f57fcacd4..0dc7db647 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RectangleShape2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RectangleShape2D.kt @@ -41,7 +41,7 @@ public open class RectangleShape2D : Shape2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(546, scriptIndex) + createNativeObject(543, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReferenceRect.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReferenceRect.kt index 450eff45a..ba99b6f19 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReferenceRect.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReferenceRect.kt @@ -68,7 +68,7 @@ public open class ReferenceRect : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(547, scriptIndex) + createNativeObject(544, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReflectionProbe.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReflectionProbe.kt index b4485b554..bd5e6f5be 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReflectionProbe.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ReflectionProbe.kt @@ -255,7 +255,7 @@ public open class ReflectionProbe : VisualInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(548, scriptIndex) + createNativeObject(545, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegEx.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegEx.kt index c66ef5092..2e32f47df 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegEx.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegEx.kt @@ -90,7 +90,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class RegEx : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(549, scriptIndex) + createNativeObject(546, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegExMatch.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegExMatch.kt index 19ae3f9ef..612b2e37d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegExMatch.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RegExMatch.kt @@ -57,7 +57,7 @@ public open class RegExMatch : RefCounted() { get() = getStrings() public override fun new(scriptIndex: Int): Unit { - createNativeObject(550, scriptIndex) + createNativeObject(547, scriptIndex) } public final fun getSubject(): String { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform2D.kt index d2d00cb3f..455ed7701 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform2D.kt @@ -84,7 +84,7 @@ public open class RemoteTransform2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(551, scriptIndex) + createNativeObject(548, scriptIndex) } public final fun setRemoteNode(path: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform3D.kt index 1873710a7..1ac290112 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RemoteTransform3D.kt @@ -84,7 +84,7 @@ public open class RemoteTransform3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(552, scriptIndex) + createNativeObject(549, scriptIndex) } public final fun setRemoteNode(path: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderData.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderData.kt index 477fbae6a..d46587210 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderData.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderData.kt @@ -24,7 +24,7 @@ import kotlin.Unit @GodotBaseType public open class RenderData internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(553, scriptIndex) + createNativeObject(550, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataExtension.kt index 39b52e593..ecbc81cfc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataExtension.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class RenderDataExtension : RenderData() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(554, scriptIndex) + createNativeObject(551, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataRD.kt index 151a19660..d5043a403 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderDataRD.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class RenderDataRD : RenderData() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(555, scriptIndex) + createNativeObject(552, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffers.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffers.kt index f31126b33..e227f0b70 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffers.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffers.kt @@ -25,7 +25,7 @@ import kotlin.Unit @GodotBaseType public open class RenderSceneBuffers internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(556, scriptIndex) + createNativeObject(553, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersConfiguration.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersConfiguration.kt index a02ba1c07..9653b751d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersConfiguration.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersConfiguration.kt @@ -147,7 +147,7 @@ public open class RenderSceneBuffersConfiguration : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(557, scriptIndex) + createNativeObject(554, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersExtension.kt index 61ec77283..69c6b4c34 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersExtension.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class RenderSceneBuffersExtension : RenderSceneBuffers() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(558, scriptIndex) + createNativeObject(555, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersRD.kt index a9a000cbf..4bc7f7376 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneBuffersRD.kt @@ -42,7 +42,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class RenderSceneBuffersRD : RenderSceneBuffers() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(559, scriptIndex) + createNativeObject(556, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneData.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneData.kt index e43766c60..63333ba8e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneData.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneData.kt @@ -31,7 +31,7 @@ import kotlin.Unit @GodotBaseType public open class RenderSceneData internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(560, scriptIndex) + createNativeObject(557, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataExtension.kt index 1c0e6bf65..c86f3e6d9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataExtension.kt @@ -23,7 +23,7 @@ import kotlin.Unit @GodotBaseType public open class RenderSceneDataExtension : RenderSceneData() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(561, scriptIndex) + createNativeObject(558, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataRD.kt index b1284034f..0c92648ec 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderSceneDataRD.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class RenderSceneDataRD : RenderSceneData() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(562, scriptIndex) + createNativeObject(559, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderingDevice.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderingDevice.kt index 591131c3f..665a71e9e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderingDevice.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RenderingDevice.kt @@ -210,7 +210,7 @@ public operator fun Long.rem(other: godot.api.RenderingDevice.DrawFlags): Long = @GodotBaseType public open class RenderingDevice internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(563, scriptIndex) + createNativeObject(560, scriptIndex) } /** @@ -3222,10 +3222,24 @@ public open class RenderingDevice internal constructor() : Object() { * Values are in the `[0.0, 1.0]` range. */ DATA_FORMAT_G16_B16_R16_3PLANE_444_UNORM(217), + DATA_FORMAT_ASTC_4x4_SFLOAT_BLOCK(218), + DATA_FORMAT_ASTC_5x4_SFLOAT_BLOCK(219), + DATA_FORMAT_ASTC_5x5_SFLOAT_BLOCK(220), + DATA_FORMAT_ASTC_6x5_SFLOAT_BLOCK(221), + DATA_FORMAT_ASTC_6x6_SFLOAT_BLOCK(222), + DATA_FORMAT_ASTC_8x5_SFLOAT_BLOCK(223), + DATA_FORMAT_ASTC_8x6_SFLOAT_BLOCK(224), + DATA_FORMAT_ASTC_8x8_SFLOAT_BLOCK(225), + DATA_FORMAT_ASTC_10x5_SFLOAT_BLOCK(226), + DATA_FORMAT_ASTC_10x6_SFLOAT_BLOCK(227), + DATA_FORMAT_ASTC_10x8_SFLOAT_BLOCK(228), + DATA_FORMAT_ASTC_10x10_SFLOAT_BLOCK(229), + DATA_FORMAT_ASTC_12x10_SFLOAT_BLOCK(230), + DATA_FORMAT_ASTC_12x12_SFLOAT_BLOCK(231), /** * Represents the size of the [DataFormat] enum. */ - DATA_FORMAT_MAX(218), + DATA_FORMAT_MAX(232), ; public val id: Long diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Resource.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Resource.kt index 35c136469..08ac443f0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Resource.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Resource.kt @@ -123,7 +123,7 @@ public open class Resource : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(564, scriptIndex) + createNativeObject(561, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatLoader.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatLoader.kt index 6844cd8c9..56b7e8add 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatLoader.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatLoader.kt @@ -37,7 +37,7 @@ import kotlin.Unit @GodotBaseType public open class ResourceFormatLoader : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(565, scriptIndex) + createNativeObject(562, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatSaver.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatSaver.kt index f31483110..707e5cfe7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatSaver.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceFormatSaver.kt @@ -30,7 +30,7 @@ import kotlin.Unit @GodotBaseType public open class ResourceFormatSaver : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(566, scriptIndex) + createNativeObject(563, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceImporter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceImporter.kt index 44faa7d37..c76c69398 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceImporter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourceImporter.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class ResourceImporter internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(567, scriptIndex) + createNativeObject(564, scriptIndex) } public enum class ImportOrder( diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourcePreloader.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourcePreloader.kt index 41bddcca4..c5363900e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourcePreloader.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ResourcePreloader.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class ResourcePreloader : Node() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(568, scriptIndex) + createNativeObject(565, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RetargetModifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RetargetModifier3D.kt index f207330e4..36a7cc697 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RetargetModifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RetargetModifier3D.kt @@ -103,7 +103,7 @@ public open class RetargetModifier3D : SkeletonModifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(569, scriptIndex) + createNativeObject(566, scriptIndex) } public final fun setProfile(profile: SkeletonProfile?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RibbonTrailMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RibbonTrailMesh.kt index 0e2d6cd51..bfd04749e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RibbonTrailMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RibbonTrailMesh.kt @@ -102,7 +102,7 @@ public open class RibbonTrailMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(570, scriptIndex) + createNativeObject(567, scriptIndex) } public final fun setSize(size: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextEffect.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextEffect.kt index 60c6ee6ba..8165e476b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextEffect.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextEffect.kt @@ -35,7 +35,7 @@ import kotlin.Unit @GodotBaseType public open class RichTextEffect : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(571, scriptIndex) + createNativeObject(568, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextLabel.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextLabel.kt index 07ef747fa..b3d6c9e20 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextLabel.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RichTextLabel.kt @@ -471,7 +471,7 @@ public open class RichTextLabel : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(572, scriptIndex) + createNativeObject(569, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody2D.kt index 69fc4b357..b1e11137b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody2D.kt @@ -436,7 +436,7 @@ public open class RigidBody2D : PhysicsBody2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(573, scriptIndex) + createNativeObject(570, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody3D.kt index 6d1d48bd0..0f6103db0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RigidBody3D.kt @@ -441,7 +441,7 @@ public open class RigidBody3D : PhysicsBody3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(574, scriptIndex) + createNativeObject(571, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RootMotionView.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RootMotionView.kt index 61841e917..72d2904fa 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RootMotionView.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/RootMotionView.kt @@ -97,7 +97,7 @@ public open class RootMotionView : VisualInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(575, scriptIndex) + createNativeObject(572, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneMultiplayer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneMultiplayer.kt index 5e606f587..b98f78a84 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneMultiplayer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneMultiplayer.kt @@ -180,7 +180,7 @@ public open class SceneMultiplayer : MultiplayerAPI() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(576, scriptIndex) + createNativeObject(573, scriptIndex) } public final fun setRootPath(path: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneReplicationConfig.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneReplicationConfig.kt index 37e57c29c..368044e7e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneReplicationConfig.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneReplicationConfig.kt @@ -27,7 +27,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class SceneReplicationConfig : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(577, scriptIndex) + createNativeObject(574, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneState.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneState.kt index fef393188..c39c5acf5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneState.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneState.kt @@ -42,7 +42,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class SceneState internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(578, scriptIndex) + createNativeObject(575, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTree.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTree.kt index b1defbc10..e0da1d7fe 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTree.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTree.kt @@ -244,7 +244,7 @@ public open class SceneTree : MainLoop() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(579, scriptIndex) + createNativeObject(576, scriptIndex) } public final fun getRoot(): Window? { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTreeTimer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTreeTimer.kt index 0d7a89625..c3b62bc7e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTreeTimer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTreeTimer.kt @@ -67,7 +67,7 @@ public open class SceneTreeTimer internal constructor() : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(580, scriptIndex) + createNativeObject(577, scriptIndex) } public final fun setTimeLeft(time: Double): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Script.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Script.kt index ff8a136f7..6c7abe456 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Script.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Script.kt @@ -56,7 +56,7 @@ public open class Script internal constructor() : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(581, scriptIndex) + createNativeObject(578, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptExtension.kt index 01559d98a..b45a4e03c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptExtension.kt @@ -22,7 +22,7 @@ import kotlin.Unit @GodotBaseType public open class ScriptExtension : Script() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(582, scriptIndex) + createNativeObject(579, scriptIndex) } public open fun _editorCanReloadFromFile(): Boolean { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguage.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguage.kt index a272c8a47..a10bee14f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguage.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguage.kt @@ -15,7 +15,7 @@ import kotlin.Unit @GodotBaseType public open class ScriptLanguage internal constructor() : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(583, scriptIndex) + createNativeObject(580, scriptIndex) } public enum class ScriptNameCasing( diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguageExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguageExtension.kt index 5db03bd23..6e0a4cdde 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguageExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguageExtension.kt @@ -24,7 +24,7 @@ import kotlin.Unit @GodotBaseType public open class ScriptLanguageExtension : ScriptLanguage() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(584, scriptIndex) + createNativeObject(581, scriptIndex) } public open fun _getName(): String { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollBar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollBar.kt index 0a426343c..beba0db31 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollBar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollBar.kt @@ -44,7 +44,7 @@ public open class ScrollBar internal constructor() : Range() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(585, scriptIndex) + createNativeObject(582, scriptIndex) } public final fun setCustomStep(step: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollContainer.kt index b32872081..6fd425c15 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScrollContainer.kt @@ -169,7 +169,7 @@ public open class ScrollContainer : Container() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(586, scriptIndex) + createNativeObject(583, scriptIndex) } public final fun setHScroll(`value`: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SegmentShape2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SegmentShape2D.kt index c1b8d8e75..43c5e808a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SegmentShape2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SegmentShape2D.kt @@ -51,7 +51,7 @@ public open class SegmentShape2D : Shape2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(587, scriptIndex) + createNativeObject(584, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Semaphore.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Semaphore.kt index 4284b9987..dcdd7a9ad 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Semaphore.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Semaphore.kt @@ -34,7 +34,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class Semaphore : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(588, scriptIndex) + createNativeObject(585, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape2D.kt index c440fdd14..77f903312 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape2D.kt @@ -54,7 +54,7 @@ public open class SeparationRayShape2D : Shape2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(589, scriptIndex) + createNativeObject(586, scriptIndex) } public final fun setLength(length: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape3D.kt index 5acf75d4f..98c51ef0a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SeparationRayShape3D.kt @@ -54,7 +54,7 @@ public open class SeparationRayShape3D : Shape3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(590, scriptIndex) + createNativeObject(587, scriptIndex) } public final fun setLength(length: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Separator.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Separator.kt index 654d1972b..528c6a4c3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Separator.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Separator.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class Separator internal constructor() : Control() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(591, scriptIndex) + createNativeObject(588, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shader.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shader.kt index dbfa76378..78a9102e9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shader.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shader.kt @@ -51,7 +51,7 @@ public open class Shader : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(592, scriptIndex) + createNativeObject(589, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderGlobalsOverride.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderGlobalsOverride.kt index 41b99964e..4be87dab6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderGlobalsOverride.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderGlobalsOverride.kt @@ -27,7 +27,7 @@ import kotlin.Unit @GodotBaseType public open class ShaderGlobalsOverride : Node() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(593, scriptIndex) + createNativeObject(590, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderInclude.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderInclude.kt index 1ad110751..23c9a1d3b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderInclude.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderInclude.kt @@ -39,7 +39,7 @@ public open class ShaderInclude : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(594, scriptIndex) + createNativeObject(591, scriptIndex) } public final fun setCode(code: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderIncludeDB.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderIncludeDB.kt index 730a0a2f2..826d106ef 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderIncludeDB.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderIncludeDB.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class ShaderIncludeDB : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(595, scriptIndex) + createNativeObject(592, scriptIndex) } public companion object { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderMaterial.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderMaterial.kt index 354a60da3..20e288c10 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderMaterial.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShaderMaterial.kt @@ -45,7 +45,7 @@ public open class ShaderMaterial : Material() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(596, scriptIndex) + createNativeObject(593, scriptIndex) } public final fun setShader(shader: Shader?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape2D.kt index da5d32541..2ae3dec6b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape2D.kt @@ -56,7 +56,7 @@ public open class Shape2D internal constructor() : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(597, scriptIndex) + createNativeObject(594, scriptIndex) } public final fun setCustomSolverBias(bias: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape3D.kt index 326eb4d82..f6e69e201 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shape3D.kt @@ -58,7 +58,7 @@ public open class Shape3D internal constructor() : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(598, scriptIndex) + createNativeObject(595, scriptIndex) } public final fun setCustomSolverBias(bias: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast2D.kt index 08b79145d..4e637316d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast2D.kt @@ -159,7 +159,7 @@ public open class ShapeCast2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(599, scriptIndex) + createNativeObject(596, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast3D.kt index 48d738c8a..2b21f7a9d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ShapeCast3D.kt @@ -177,7 +177,7 @@ public open class ShapeCast3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(600, scriptIndex) + createNativeObject(597, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shortcut.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shortcut.kt index 03458f5dc..0d922eabe 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shortcut.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Shortcut.kt @@ -46,7 +46,7 @@ public open class Shortcut : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(601, scriptIndex) + createNativeObject(598, scriptIndex) } public final fun setEvents(events: VariantArray): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton2D.kt index 17a13d48c..8325a8738 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton2D.kt @@ -43,7 +43,7 @@ public open class Skeleton2D : Node2D() { public val boneSetupChanged: Signal0 by Signal0 public override fun new(scriptIndex: Int): Unit { - createNativeObject(602, scriptIndex) + createNativeObject(599, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton3D.kt index 2fba08d24..11c75ed91 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skeleton3D.kt @@ -142,7 +142,7 @@ public open class Skeleton3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(603, scriptIndex) + createNativeObject(600, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonIK3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonIK3D.kt index 8d7a991c4..52160c13c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonIK3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonIK3D.kt @@ -193,7 +193,7 @@ public open class SkeletonIK3D : SkeletonModifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(604, scriptIndex) + createNativeObject(601, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2D.kt index c46be3d9b..8a7f5a025 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2D.kt @@ -57,7 +57,7 @@ public open class SkeletonModification2D : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(605, scriptIndex) + createNativeObject(602, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DCCDIK.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DCCDIK.kt index 4ff9243be..cc4e14fc1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DCCDIK.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DCCDIK.kt @@ -77,7 +77,7 @@ public open class SkeletonModification2DCCDIK : SkeletonModification2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(606, scriptIndex) + createNativeObject(603, scriptIndex) } public final fun setTargetNode(targetNodepath: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DFABRIK.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DFABRIK.kt index 8eb3f8264..c9db501e3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DFABRIK.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DFABRIK.kt @@ -69,7 +69,7 @@ public open class SkeletonModification2DFABRIK : SkeletonModification2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(607, scriptIndex) + createNativeObject(604, scriptIndex) } public final fun setTargetNode(targetNodepath: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DJiggle.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DJiggle.kt index 12459bb02..034a430fd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DJiggle.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DJiggle.kt @@ -128,7 +128,7 @@ public open class SkeletonModification2DJiggle : SkeletonModification2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(608, scriptIndex) + createNativeObject(605, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DLookAt.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DLookAt.kt index 6a5f45b24..dec64a2dc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DLookAt.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DLookAt.kt @@ -67,7 +67,7 @@ public open class SkeletonModification2DLookAt : SkeletonModification2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(609, scriptIndex) + createNativeObject(606, scriptIndex) } public final fun setBone2dNode(bone2dNodepath: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DPhysicalBones.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DPhysicalBones.kt index b1d20d58c..6933a09a0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DPhysicalBones.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DPhysicalBones.kt @@ -43,7 +43,7 @@ public open class SkeletonModification2DPhysicalBones : SkeletonModification2D() } public override fun new(scriptIndex: Int): Unit { - createNativeObject(610, scriptIndex) + createNativeObject(607, scriptIndex) } public final fun setPhysicalBoneChainLength(length: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DStackHolder.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DStackHolder.kt index a5a4acf8f..c1c7e0ee6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DStackHolder.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DStackHolder.kt @@ -25,7 +25,7 @@ import kotlin.Unit @GodotBaseType public open class SkeletonModification2DStackHolder : SkeletonModification2D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(611, scriptIndex) + createNativeObject(608, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DTwoBoneIK.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DTwoBoneIK.kt index 70abb7e9e..462d7682b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DTwoBoneIK.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModification2DTwoBoneIK.kt @@ -88,7 +88,7 @@ public open class SkeletonModification2DTwoBoneIK : SkeletonModification2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(612, scriptIndex) + createNativeObject(609, scriptIndex) } public final fun setTargetNode(targetNodepath: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModificationStack2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModificationStack2D.kt index 4ab79c7b0..76c126b4e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModificationStack2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModificationStack2D.kt @@ -72,7 +72,7 @@ public open class SkeletonModificationStack2D : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(613, scriptIndex) + createNativeObject(610, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModifier3D.kt index 297c9879a..4942c02b2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonModifier3D.kt @@ -64,7 +64,7 @@ public open class SkeletonModifier3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(614, scriptIndex) + createNativeObject(611, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfile.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfile.kt index 03e7245bc..8c3457f94 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfile.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfile.kt @@ -97,7 +97,7 @@ public open class SkeletonProfile : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(615, scriptIndex) + createNativeObject(612, scriptIndex) } public final fun setRootBone(boneName: StringName): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfileHumanoid.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfileHumanoid.kt index b2b1a2b93..6206c2672 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfileHumanoid.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkeletonProfileHumanoid.kt @@ -78,7 +78,7 @@ import kotlin.Unit @GodotBaseType public open class SkeletonProfileHumanoid : SkeletonProfile() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(616, scriptIndex) + createNativeObject(613, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skin.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skin.kt index 796b5caa8..a52cfa9f9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skin.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Skin.kt @@ -26,7 +26,7 @@ import kotlin.Unit @GodotBaseType public open class Skin : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(617, scriptIndex) + createNativeObject(614, scriptIndex) } public final fun setBindCount(bindCount: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkinReference.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkinReference.kt index 1fc13f1e8..a48664a61 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkinReference.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SkinReference.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class SkinReference internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(618, scriptIndex) + createNativeObject(615, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sky.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sky.kt index 7d4f13786..473042676 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sky.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sky.kt @@ -66,7 +66,7 @@ public open class Sky : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(619, scriptIndex) + createNativeObject(616, scriptIndex) } public final fun setRadianceSize(size: RadianceSize): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Slider.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Slider.kt index a7fb19ab0..a29bb0e2a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Slider.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Slider.kt @@ -87,7 +87,7 @@ public open class Slider internal constructor() : Range() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(620, scriptIndex) + createNativeObject(617, scriptIndex) } public final fun setTicks(count: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SliderJoint3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SliderJoint3D.kt index 7061a1c20..079183f2b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SliderJoint3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SliderJoint3D.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class SliderJoint3D : Joint3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(621, scriptIndex) + createNativeObject(618, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SoftBody3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SoftBody3D.kt index 785353815..7ebef57f0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SoftBody3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SoftBody3D.kt @@ -181,7 +181,7 @@ public open class SoftBody3D : MeshInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(622, scriptIndex) + createNativeObject(619, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereMesh.kt index ee36b3101..cdb7d0ae6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereMesh.kt @@ -85,7 +85,7 @@ public open class SphereMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(623, scriptIndex) + createNativeObject(620, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereOccluder3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereOccluder3D.kt index 33cc67d3d..31a1c8600 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereOccluder3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereOccluder3D.kt @@ -38,7 +38,7 @@ public open class SphereOccluder3D : Occluder3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(624, scriptIndex) + createNativeObject(621, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereShape3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereShape3D.kt index 9346decce..fe45c0c14 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereShape3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SphereShape3D.kt @@ -39,7 +39,7 @@ public open class SphereShape3D : Shape3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(625, scriptIndex) + createNativeObject(622, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpinBox.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpinBox.kt index a4cb4a4dc..ee8a100a3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpinBox.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpinBox.kt @@ -141,7 +141,7 @@ public open class SpinBox : Range() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(626, scriptIndex) + createNativeObject(623, scriptIndex) } public final fun setHorizontalAlignment(alignment: HorizontalAlignment): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SplitContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SplitContainer.kt index e4901e31b..309d6c316 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SplitContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SplitContainer.kt @@ -153,7 +153,7 @@ public open class SplitContainer : Container() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(627, scriptIndex) + createNativeObject(624, scriptIndex) } public final fun setSplitOffset(offset: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpotLight3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpotLight3D.kt index 2316dcf68..6de24ac1e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpotLight3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpotLight3D.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class SpotLight3D : Light3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(628, scriptIndex) + createNativeObject(625, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringArm3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringArm3D.kt index 90927f17b..cc1da3b5f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringArm3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringArm3D.kt @@ -91,7 +91,7 @@ public open class SpringArm3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(629, scriptIndex) + createNativeObject(626, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollision3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollision3D.kt index 6edd8b259..3ae55ea6b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollision3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollision3D.kt @@ -87,7 +87,7 @@ public open class SpringBoneCollision3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(630, scriptIndex) + createNativeObject(627, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionCapsule3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionCapsule3D.kt index bc2dc954e..f47c29c14 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionCapsule3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionCapsule3D.kt @@ -60,7 +60,7 @@ public open class SpringBoneCollisionCapsule3D : SpringBoneCollision3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(631, scriptIndex) + createNativeObject(628, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionPlane3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionPlane3D.kt index bc3567973..8a0cdb7a4 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionPlane3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionPlane3D.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class SpringBoneCollisionPlane3D : SpringBoneCollision3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(632, scriptIndex) + createNativeObject(629, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionSphere3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionSphere3D.kt index 8c54e23e2..9390bbe5f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionSphere3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneCollisionSphere3D.kt @@ -49,7 +49,7 @@ public open class SpringBoneCollisionSphere3D : SpringBoneCollision3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(633, scriptIndex) + createNativeObject(630, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneSimulator3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneSimulator3D.kt index 72abe1022..3e7484b25 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneSimulator3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpringBoneSimulator3D.kt @@ -61,7 +61,7 @@ public open class SpringBoneSimulator3D : SkeletonModifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(634, scriptIndex) + createNativeObject(631, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite2D.kt index 208853b32..3ef7b47f4 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite2D.kt @@ -194,7 +194,7 @@ public open class Sprite2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(635, scriptIndex) + createNativeObject(632, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite3D.kt index 4925ad960..be907886f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Sprite3D.kt @@ -133,7 +133,7 @@ public open class Sprite3D : SpriteBase3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(636, scriptIndex) + createNativeObject(633, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteBase3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteBase3D.kt index 42248530e..0448ba9ca 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteBase3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteBase3D.kt @@ -285,7 +285,7 @@ public open class SpriteBase3D internal constructor() : GeometryInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(637, scriptIndex) + createNativeObject(634, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteFrames.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteFrames.kt index 250a4290f..44586224f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteFrames.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SpriteFrames.kt @@ -35,7 +35,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class SpriteFrames : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(638, scriptIndex) + createNativeObject(635, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StandardMaterial3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StandardMaterial3D.kt index 1d9ec6709..4ea1b54ce 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StandardMaterial3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StandardMaterial3D.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class StandardMaterial3D : BaseMaterial3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(639, scriptIndex) + createNativeObject(636, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody2D.kt index 5d07f1d3d..8ab2fb0f6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody2D.kt @@ -75,7 +75,7 @@ public open class StaticBody2D : PhysicsBody2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(640, scriptIndex) + createNativeObject(637, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody3D.kt index cbcf6b5e7..24b5a3da9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StaticBody3D.kt @@ -73,7 +73,7 @@ public open class StaticBody3D : PhysicsBody3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(641, scriptIndex) + createNativeObject(638, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StatusIndicator.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StatusIndicator.kt index db3733492..5c3eb7d79 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StatusIndicator.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StatusIndicator.kt @@ -82,7 +82,7 @@ public open class StatusIndicator : Node() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(642, scriptIndex) + createNativeObject(639, scriptIndex) } public final fun setTooltip(tooltip: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeer.kt index ae8738a36..5e2321963 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeer.kt @@ -54,7 +54,7 @@ public open class StreamPeer internal constructor() : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(643, scriptIndex) + createNativeObject(640, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerBuffer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerBuffer.kt index 890d6faad..c8e7e2d72 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerBuffer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerBuffer.kt @@ -43,7 +43,7 @@ public open class StreamPeerBuffer : StreamPeer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(644, scriptIndex) + createNativeObject(641, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerExtension.kt index 185d691ef..3f8478b8a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerExtension.kt @@ -15,7 +15,7 @@ import kotlin.Unit @GodotBaseType public open class StreamPeerExtension : StreamPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(645, scriptIndex) + createNativeObject(642, scriptIndex) } public open fun _getAvailableBytes(): Int { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerGZIP.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerGZIP.kt index 480266058..af038139b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerGZIP.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerGZIP.kt @@ -36,7 +36,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class StreamPeerGZIP : StreamPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(646, scriptIndex) + createNativeObject(643, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTCP.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTCP.kt index da9aa3334..ff6d4ce08 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTCP.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTCP.kt @@ -33,7 +33,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class StreamPeerTCP : StreamPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(647, scriptIndex) + createNativeObject(644, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTLS.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTLS.kt index d6d3003cd..696bb39a8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTLS.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StreamPeerTLS.kt @@ -32,7 +32,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class StreamPeerTLS : StreamPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(648, scriptIndex) + createNativeObject(645, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBox.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBox.kt index 141268ee9..2b8a58439 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBox.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBox.kt @@ -100,7 +100,7 @@ public open class StyleBox : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(649, scriptIndex) + createNativeObject(646, scriptIndex) } public open fun _draw(toCanvasItem: RID, rect: Rect2): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxEmpty.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxEmpty.kt index 334419999..db0865538 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxEmpty.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxEmpty.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class StyleBoxEmpty : StyleBox() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(650, scriptIndex) + createNativeObject(647, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxFlat.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxFlat.kt index 77d757fd5..0a4c6ff03 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxFlat.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxFlat.kt @@ -346,7 +346,7 @@ public open class StyleBoxFlat : StyleBox() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(651, scriptIndex) + createNativeObject(648, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxLine.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxLine.kt index 9da6fde60..375de76e7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxLine.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxLine.kt @@ -92,7 +92,7 @@ public open class StyleBoxLine : StyleBox() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(652, scriptIndex) + createNativeObject(649, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxTexture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxTexture.kt index d3a17b338..9fdc60676 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxTexture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/StyleBoxTexture.kt @@ -215,7 +215,7 @@ public open class StyleBoxTexture : StyleBox() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(653, scriptIndex) + createNativeObject(650, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewport.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewport.kt index e35621ac3..085dfa90d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewport.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewport.kt @@ -98,7 +98,7 @@ public open class SubViewport : Viewport() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(654, scriptIndex) + createNativeObject(651, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewportContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewportContainer.kt index c0e13bb36..e41951899 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewportContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubViewportContainer.kt @@ -75,7 +75,7 @@ public open class SubViewportContainer : Container() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(655, scriptIndex) + createNativeObject(652, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubtweenTweener.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubtweenTweener.kt index d1a4040c0..a499b0a07 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubtweenTweener.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SubtweenTweener.kt @@ -26,7 +26,7 @@ import kotlin.Unit @GodotBaseType public open class SubtweenTweener : Tweener() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(656, scriptIndex) + createNativeObject(653, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SurfaceTool.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SurfaceTool.kt index 3d0f8c2b1..e97d320c1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SurfaceTool.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SurfaceTool.kt @@ -86,7 +86,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class SurfaceTool : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(657, scriptIndex) + createNativeObject(654, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SyntaxHighlighter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SyntaxHighlighter.kt index d0f0b28be..088fb0214 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SyntaxHighlighter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SyntaxHighlighter.kt @@ -29,7 +29,7 @@ import kotlin.Unit @GodotBaseType public open class SyntaxHighlighter : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(658, scriptIndex) + createNativeObject(655, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SystemFont.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SystemFont.kt index 6223f9568..78bbc9222 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SystemFont.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SystemFont.kt @@ -226,7 +226,7 @@ public open class SystemFont : Font() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(659, scriptIndex) + createNativeObject(656, scriptIndex) } public final fun setAntialiasing(antialiasing: TextServer.FontAntialiasing): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TCPServer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TCPServer.kt index 94293c18c..134082772 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TCPServer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TCPServer.kt @@ -34,7 +34,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class TCPServer : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(660, scriptIndex) + createNativeObject(657, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TLSOptions.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TLSOptions.kt index c76251cf4..32aedf819 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TLSOptions.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TLSOptions.kt @@ -41,7 +41,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class TLSOptions internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(661, scriptIndex) + createNativeObject(658, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabBar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabBar.kt index e6d0e8ed6..4b7fb0c07 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabBar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabBar.kt @@ -227,7 +227,7 @@ public open class TabBar : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(662, scriptIndex) + createNativeObject(659, scriptIndex) } public final fun setTabCount(count: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabContainer.kt index c000b5316..77c265fbc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TabContainer.kt @@ -204,7 +204,7 @@ public open class TabContainer : Container() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(663, scriptIndex) + createNativeObject(660, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextEdit.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextEdit.kt index 4494a5f8c..bc393c9ad 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextEdit.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextEdit.kt @@ -608,7 +608,7 @@ public open class TextEdit : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(664, scriptIndex) + createNativeObject(661, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextLine.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextLine.kt index 1ba2bad6d..69fba11bb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextLine.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextLine.kt @@ -150,7 +150,7 @@ public open class TextLine : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(665, scriptIndex) + createNativeObject(662, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextMesh.kt index c6fc7d194..f59b60e59 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextMesh.kt @@ -255,7 +255,7 @@ public open class TextMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(666, scriptIndex) + createNativeObject(663, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextParagraph.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextParagraph.kt index 62b1d05b3..f1063bcae 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextParagraph.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextParagraph.kt @@ -199,7 +199,7 @@ public open class TextParagraph : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(667, scriptIndex) + createNativeObject(664, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServer.kt index 04ad861f2..8744c89d9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServer.kt @@ -173,7 +173,7 @@ public operator fun Long.rem(other: godot.api.TextServer.FontStyle): Long = this @GodotBaseType public open class TextServer internal constructor() : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(668, scriptIndex) + createNativeObject(665, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerAdvanced.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerAdvanced.kt index b16a71fc6..ba462005f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerAdvanced.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerAdvanced.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class TextServerAdvanced : TextServerExtension() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(669, scriptIndex) + createNativeObject(666, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerDummy.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerDummy.kt index 8b26ff0e4..6f92c4cc7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerDummy.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerDummy.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class TextServerDummy : TextServerExtension() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(670, scriptIndex) + createNativeObject(667, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerExtension.kt index 2f6105553..c9a835263 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextServerExtension.kt @@ -38,7 +38,7 @@ import kotlin.Unit @GodotBaseType public open class TextServerExtension : TextServer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(671, scriptIndex) + createNativeObject(668, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture.kt index 073574536..447b7b187 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class Texture : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(672, scriptIndex) + createNativeObject(669, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2D.kt index 85f7c6523..a4c4c266a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2D.kt @@ -41,7 +41,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class Texture2D : Texture() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(673, scriptIndex) + createNativeObject(670, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArray.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArray.kt index 0be89e0cb..289647dd3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArray.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArray.kt @@ -31,7 +31,7 @@ import kotlin.Unit @GodotBaseType public open class Texture2DArray : ImageTextureLayered() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(674, scriptIndex) + createNativeObject(671, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArrayRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArrayRD.kt index c73b907ad..e560bb60a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArrayRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DArrayRD.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class Texture2DArrayRD : TextureLayeredRD() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(675, scriptIndex) + createNativeObject(672, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DRD.kt index 7753f3e24..6580a3932 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture2DRD.kt @@ -36,7 +36,7 @@ public open class Texture2DRD : Texture2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(676, scriptIndex) + createNativeObject(673, scriptIndex) } public final fun setTextureRdRid(textureRdRid: RID): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3D.kt index e023ebb7b..d0e08684b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3D.kt @@ -33,7 +33,7 @@ import kotlin.Unit @GodotBaseType public open class Texture3D : Texture() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(677, scriptIndex) + createNativeObject(674, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3DRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3DRD.kt index fde699cbc..657c97b5b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3DRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Texture3DRD.kt @@ -36,7 +36,7 @@ public open class Texture3DRD : Texture3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(678, scriptIndex) + createNativeObject(675, scriptIndex) } public final fun setTextureRdRid(textureRdRid: RID): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureButton.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureButton.kt index 877b2d7c2..1f0059468 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureButton.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureButton.kt @@ -157,7 +157,7 @@ public open class TextureButton : BaseButton() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(679, scriptIndex) + createNativeObject(676, scriptIndex) } public final fun setTextureNormal(texture: Texture2D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapArrayRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapArrayRD.kt index cbd14d7ac..7c457b6dc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapArrayRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapArrayRD.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class TextureCubemapArrayRD : TextureLayeredRD() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(680, scriptIndex) + createNativeObject(677, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapRD.kt index f3ef8f02b..8672301b8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureCubemapRD.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class TextureCubemapRD : TextureLayeredRD() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(681, scriptIndex) + createNativeObject(678, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayered.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayered.kt index 6b4801e6b..0934cc2c1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayered.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayered.kt @@ -32,7 +32,7 @@ import kotlin.Unit @GodotBaseType public open class TextureLayered : Texture() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(682, scriptIndex) + createNativeObject(679, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayeredRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayeredRD.kt index 52bff400d..ae76ef493 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayeredRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureLayeredRD.kt @@ -36,7 +36,7 @@ public open class TextureLayeredRD internal constructor() : TextureLayered() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(683, scriptIndex) + createNativeObject(680, scriptIndex) } public final fun setTextureRdRid(textureRdRid: RID): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureProgressBar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureProgressBar.kt index 0131c6390..e521cccf0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureProgressBar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureProgressBar.kt @@ -241,7 +241,7 @@ public open class TextureProgressBar : Range() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(684, scriptIndex) + createNativeObject(681, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureRect.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureRect.kt index a745e006a..f87ef715b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureRect.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TextureRect.kt @@ -85,7 +85,7 @@ public open class TextureRect : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(685, scriptIndex) + createNativeObject(682, scriptIndex) } public final fun setTexture(texture: Texture2D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Theme.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Theme.kt index 5f08d9e9e..7493af32f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Theme.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Theme.kt @@ -93,7 +93,7 @@ public open class Theme : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(686, scriptIndex) + createNativeObject(683, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Thread.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Thread.kt index 9665098a8..7955b8ac5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Thread.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Thread.kt @@ -40,7 +40,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class Thread : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(687, scriptIndex) + createNativeObject(684, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileData.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileData.kt index 3c7a5da38..ba306a3ce 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileData.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileData.kt @@ -177,7 +177,7 @@ public open class TileData : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(688, scriptIndex) + createNativeObject(685, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMap.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMap.kt index cc0511a76..7af5c837e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMap.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMap.kt @@ -126,7 +126,7 @@ public open class TileMap : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(689, scriptIndex) + createNativeObject(686, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapLayer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapLayer.kt index 5659dba76..b5c7469d0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapLayer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapLayer.kt @@ -207,7 +207,7 @@ public open class TileMapLayer : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(690, scriptIndex) + createNativeObject(687, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapPattern.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapPattern.kt index aa66e9791..e92e39b39 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapPattern.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileMapPattern.kt @@ -32,7 +32,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class TileMapPattern : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(691, scriptIndex) + createNativeObject(688, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSet.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSet.kt index bfdfd1270..6e4c74210 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSet.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSet.kt @@ -114,7 +114,7 @@ public open class TileSet : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(692, scriptIndex) + createNativeObject(689, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetAtlasSource.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetAtlasSource.kt index 2fc0997a9..9dc00c29f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetAtlasSource.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetAtlasSource.kt @@ -113,7 +113,7 @@ public open class TileSetAtlasSource : TileSetSource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(693, scriptIndex) + createNativeObject(690, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetScenesCollectionSource.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetScenesCollectionSource.kt index ef2724def..4a8ac54d8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetScenesCollectionSource.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetScenesCollectionSource.kt @@ -60,7 +60,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class TileSetScenesCollectionSource : TileSetSource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(694, scriptIndex) + createNativeObject(691, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetSource.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetSource.kt index f65d95660..e0733697a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetSource.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TileSetSource.kt @@ -35,7 +35,7 @@ import kotlin.Unit @GodotBaseType public open class TileSetSource internal constructor() : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(695, scriptIndex) + createNativeObject(692, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Timer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Timer.kt index 5b1c4a205..20874b124 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Timer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Timer.kt @@ -131,7 +131,7 @@ public open class Timer : Node() { get() = getTimeLeft() public override fun new(scriptIndex: Int): Unit { - createNativeObject(696, scriptIndex) + createNativeObject(693, scriptIndex) } public final fun setWaitTime(timeSec: Double): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TorusMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TorusMesh.kt index db5be3fc8..d63738390 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TorusMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TorusMesh.kt @@ -71,7 +71,7 @@ public open class TorusMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(697, scriptIndex) + createNativeObject(694, scriptIndex) } public final fun setInnerRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TouchScreenButton.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TouchScreenButton.kt index 1eeb787ff..e31234cab 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TouchScreenButton.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TouchScreenButton.kt @@ -152,7 +152,7 @@ public open class TouchScreenButton : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(698, scriptIndex) + createNativeObject(695, scriptIndex) } public final fun setTextureNormal(texture: Texture2D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Translation.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Translation.kt index 31a06d5a3..7d05199cf 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Translation.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Translation.kt @@ -45,7 +45,7 @@ public open class Translation : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(699, scriptIndex) + createNativeObject(696, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TranslationDomain.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TranslationDomain.kt index fc5d007cb..fd7390b44 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TranslationDomain.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TranslationDomain.kt @@ -170,7 +170,7 @@ public open class TranslationDomain : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(700, scriptIndex) + createNativeObject(697, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tree.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tree.kt index e93e894a8..57b8fb2c9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tree.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tree.kt @@ -312,7 +312,7 @@ public open class Tree : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(701, scriptIndex) + createNativeObject(698, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TreeItem.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TreeItem.kt index ca0fe49d2..1f775c996 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TreeItem.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TreeItem.kt @@ -99,7 +99,7 @@ public open class TreeItem internal constructor() : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(702, scriptIndex) + createNativeObject(699, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TriangleMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TriangleMesh.kt index 1e9a4a0a7..c774d716b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TriangleMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TriangleMesh.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class TriangleMesh : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(703, scriptIndex) + createNativeObject(700, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TubeTrailMesh.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TubeTrailMesh.kt index 1463f838a..b916c7053 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TubeTrailMesh.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/TubeTrailMesh.kt @@ -129,7 +129,7 @@ public open class TubeTrailMesh : PrimitiveMesh() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(704, scriptIndex) + createNativeObject(701, scriptIndex) } public final fun setRadius(radius: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tween.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tween.kt index 690a6f14a..b375e463d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tween.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tween.kt @@ -182,7 +182,7 @@ public open class Tween : RefCounted() { public val finished: Signal0 by Signal0 public override fun new(scriptIndex: Int): Unit { - createNativeObject(705, scriptIndex) + createNativeObject(702, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tweener.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tweener.kt index 10bf42475..b535d3dd1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tweener.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Tweener.kt @@ -26,7 +26,7 @@ public open class Tweener internal constructor() : RefCounted() { public val finished: Signal0 by Signal0 public override fun new(scriptIndex: Int): Unit { - createNativeObject(706, scriptIndex) + createNativeObject(703, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UDPServer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UDPServer.kt index b8aeaa0cc..32f5fab20 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UDPServer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UDPServer.kt @@ -167,7 +167,7 @@ public open class UDPServer : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(707, scriptIndex) + createNativeObject(704, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNP.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNP.kt index 04e129e95..dcb3ac711 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNP.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNP.kt @@ -142,7 +142,7 @@ public open class UPNP : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(708, scriptIndex) + createNativeObject(705, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNPDevice.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNPDevice.kt index 323ac11d1..99c961fba 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNPDevice.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UPNPDevice.kt @@ -98,7 +98,7 @@ public open class UPNPDevice : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(709, scriptIndex) + createNativeObject(706, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UndoRedo.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UndoRedo.kt index 08a4280ae..0f3d680e7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UndoRedo.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UndoRedo.kt @@ -151,7 +151,7 @@ public open class UndoRedo : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(710, scriptIndex) + createNativeObject(707, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UniformSetCacheRD.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UniformSetCacheRD.kt index 17942f78d..97a93957c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UniformSetCacheRD.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/UniformSetCacheRD.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class UniformSetCacheRD : Object() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(711, scriptIndex) + createNativeObject(708, scriptIndex) } public companion object { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VBoxContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VBoxContainer.kt index 479a15430..840244950 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VBoxContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VBoxContainer.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VBoxContainer : BoxContainer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(712, scriptIndex) + createNativeObject(709, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VFlowContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VFlowContainer.kt index d22fd2bd0..5d39c6816 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VFlowContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VFlowContainer.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VFlowContainer : FlowContainer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(713, scriptIndex) + createNativeObject(710, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VScrollBar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VScrollBar.kt index cd0e13c3b..bef4b6b50 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VScrollBar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VScrollBar.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VScrollBar : ScrollBar() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(714, scriptIndex) + createNativeObject(711, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSeparator.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSeparator.kt index 4197e144c..18ffd74cb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSeparator.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSeparator.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VSeparator : Separator() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(715, scriptIndex) + createNativeObject(712, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSlider.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSlider.kt index 813ac41da..4e81b8840 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSlider.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSlider.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VSlider : Slider() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(716, scriptIndex) + createNativeObject(713, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSplitContainer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSplitContainer.kt index da5fa48ab..8d19f7afb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSplitContainer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VSplitContainer.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VSplitContainer : SplitContainer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(717, scriptIndex) + createNativeObject(714, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleBody3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleBody3D.kt index 79aa52649..5e9a8207e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleBody3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleBody3D.kt @@ -82,7 +82,7 @@ public open class VehicleBody3D : RigidBody3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(718, scriptIndex) + createNativeObject(715, scriptIndex) } public final fun setEngineForce(engineForce: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleWheel3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleWheel3D.kt index 107bb18d3..f12b8a06f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleWheel3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VehicleWheel3D.kt @@ -222,7 +222,7 @@ public open class VehicleWheel3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(719, scriptIndex) + createNativeObject(716, scriptIndex) } public final fun setRadius(length: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStream.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStream.kt index c9407f766..c5b0c2e95 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStream.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStream.kt @@ -39,7 +39,7 @@ public open class VideoStream : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(720, scriptIndex) + createNativeObject(717, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayback.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayback.kt index 1e43f83b4..8ec2927d8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayback.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayback.kt @@ -29,7 +29,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class VideoStreamPlayback : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(721, scriptIndex) + createNativeObject(718, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayer.kt index 78476b3a5..45515f7a1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamPlayer.kt @@ -168,7 +168,7 @@ public open class VideoStreamPlayer : Control() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(722, scriptIndex) + createNativeObject(719, scriptIndex) } public final fun setStream(stream: VideoStream?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamTheora.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamTheora.kt index e0bf2c32b..72f75e84e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamTheora.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VideoStreamTheora.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class VideoStreamTheora : VideoStream() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(723, scriptIndex) + createNativeObject(720, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Viewport.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Viewport.kt index fa4edac02..53c8b2967 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Viewport.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Viewport.kt @@ -750,7 +750,7 @@ public open class Viewport internal constructor() : Node() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(724, scriptIndex) + createNativeObject(721, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ViewportTexture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ViewportTexture.kt index dc1cc7266..2710c1836 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ViewportTexture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ViewportTexture.kt @@ -58,7 +58,7 @@ public open class ViewportTexture : Texture2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(725, scriptIndex) + createNativeObject(722, scriptIndex) } public final fun setViewportPathInScene(path: NodePath): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler2D.kt index 71b7835a7..f210ea09b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler2D.kt @@ -59,7 +59,7 @@ public open class VisibleOnScreenEnabler2D : VisibleOnScreenNotifier2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(726, scriptIndex) + createNativeObject(723, scriptIndex) } public final fun setEnableMode(mode: EnableMode): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler3D.kt index 4e69a053d..5bde45554 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenEnabler3D.kt @@ -60,7 +60,7 @@ public open class VisibleOnScreenEnabler3D : VisibleOnScreenNotifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(727, scriptIndex) + createNativeObject(724, scriptIndex) } public final fun setEnableMode(mode: EnableMode): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier2D.kt index 4079b6cf0..2424ca3f8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier2D.kt @@ -57,7 +57,7 @@ public open class VisibleOnScreenNotifier2D : Node2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(728, scriptIndex) + createNativeObject(725, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier3D.kt index 12386f1d5..6fa5ec887 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisibleOnScreenNotifier3D.kt @@ -58,7 +58,7 @@ public open class VisibleOnScreenNotifier3D : VisualInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(729, scriptIndex) + createNativeObject(726, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualInstance3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualInstance3D.kt index ca628cfbc..dea8bff09 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualInstance3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualInstance3D.kt @@ -90,7 +90,7 @@ public open class VisualInstance3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(730, scriptIndex) + createNativeObject(727, scriptIndex) } public open fun _getAabb(): AABB { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShader.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShader.kt index 62a5a0ad1..74658673f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShader.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShader.kt @@ -57,7 +57,7 @@ public open class VisualShader : Shader() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(731, scriptIndex) + createNativeObject(728, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNode.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNode.kt index 637b2f53c..4ce36e166 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNode.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNode.kt @@ -63,7 +63,7 @@ public open class VisualShaderNode internal constructor() : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(732, scriptIndex) + createNativeObject(729, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBillboard.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBillboard.kt index cc7cc3923..692821422 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBillboard.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBillboard.kt @@ -50,7 +50,7 @@ public open class VisualShaderNodeBillboard : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(733, scriptIndex) + createNativeObject(730, scriptIndex) } public final fun setBillboardType(billboardType: BillboardType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanConstant.kt index bf1bb2585..e9ab6c855 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanConstant.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeBooleanConstant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(734, scriptIndex) + createNativeObject(731, scriptIndex) } public final fun setConstant(constant: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanParameter.kt index 0387bbe59..049b680a2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeBooleanParameter.kt @@ -46,7 +46,7 @@ public open class VisualShaderNodeBooleanParameter : VisualShaderNodeParameter() } public override fun new(scriptIndex: Int): Unit { - createNativeObject(735, scriptIndex) + createNativeObject(732, scriptIndex) } public final fun setDefaultValueEnabled(enabled: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeClamp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeClamp.kt index 8a7eb7ecf..38580c222 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeClamp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeClamp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeClamp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(736, scriptIndex) + createNativeObject(733, scriptIndex) } public final fun setOpType(opType: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorConstant.kt index 5993f9c74..ab8a11616 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorConstant.kt @@ -39,7 +39,7 @@ public open class VisualShaderNodeColorConstant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(737, scriptIndex) + createNativeObject(734, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorFunc.kt index af73fe86c..7555712c1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorFunc.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeColorFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(738, scriptIndex) + createNativeObject(735, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorOp.kt index 403da8834..1dcb33900 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeColorOp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(739, scriptIndex) + createNativeObject(736, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorParameter.kt index 614d2d9f4..c8c19e3cb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeColorParameter.kt @@ -51,7 +51,7 @@ public open class VisualShaderNodeColorParameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(740, scriptIndex) + createNativeObject(737, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeComment.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeComment.kt index a5733721f..0fb0e49be 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeComment.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeComment.kt @@ -37,7 +37,7 @@ public open class VisualShaderNodeComment : VisualShaderNodeFrame() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(741, scriptIndex) + createNativeObject(738, scriptIndex) } public final fun setDescription(description: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCompare.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCompare.kt index e5a4dde5c..55621281e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCompare.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCompare.kt @@ -58,7 +58,7 @@ public open class VisualShaderNodeCompare : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(742, scriptIndex) + createNativeObject(739, scriptIndex) } public final fun setComparisonType(type: ComparisonType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeConstant.kt index 950287711..50b7bbb27 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeConstant.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeConstant internal constructor() : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(743, scriptIndex) + createNativeObject(740, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemap.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemap.kt index 8f4e51a7a..ab9e6201f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemap.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemap.kt @@ -59,7 +59,7 @@ public open class VisualShaderNodeCubemap : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(744, scriptIndex) + createNativeObject(741, scriptIndex) } public final fun setSource(`value`: Source): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemapParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemapParameter.kt index 7e7ba8ae5..ccfcb71ca 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemapParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCubemapParameter.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeCubemapParameter : VisualShaderNodeTextureParameter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(745, scriptIndex) + createNativeObject(742, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveTexture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveTexture.kt index b1c8c5b63..590f61b1c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveTexture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveTexture.kt @@ -34,7 +34,7 @@ public open class VisualShaderNodeCurveTexture : VisualShaderNodeResizableBase() } public override fun new(scriptIndex: Int): Unit { - createNativeObject(746, scriptIndex) + createNativeObject(743, scriptIndex) } public final fun setTexture(texture: CurveTexture?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveXYZTexture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveXYZTexture.kt index c83a15c57..94bbced29 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveXYZTexture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCurveXYZTexture.kt @@ -34,7 +34,7 @@ public open class VisualShaderNodeCurveXYZTexture : VisualShaderNodeResizableBas } public override fun new(scriptIndex: Int): Unit { - createNativeObject(747, scriptIndex) + createNativeObject(744, scriptIndex) } public final fun setTexture(texture: CurveXYZTexture?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCustom.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCustom.kt index 5cbf9571e..a3f16a48c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCustom.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeCustom.kt @@ -37,7 +37,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeCustom : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(748, scriptIndex) + createNativeObject(745, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDerivativeFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDerivativeFunc.kt index 20a54fc68..1eec87102 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDerivativeFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDerivativeFunc.kt @@ -58,7 +58,7 @@ public open class VisualShaderNodeDerivativeFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(749, scriptIndex) + createNativeObject(746, scriptIndex) } public final fun setOpType(type: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDeterminant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDeterminant.kt index c6333701f..98577bca7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDeterminant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDeterminant.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeDeterminant : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(750, scriptIndex) + createNativeObject(747, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDistanceFade.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDistanceFade.kt index 7184a91a6..177216e41 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDistanceFade.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDistanceFade.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeDistanceFade : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(751, scriptIndex) + createNativeObject(748, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDotProduct.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDotProduct.kt index 7f9d768cf..7c1e90bb6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDotProduct.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeDotProduct.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeDotProduct : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(752, scriptIndex) + createNativeObject(749, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeExpression.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeExpression.kt index 6fdeb56a5..e54bcc03d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeExpression.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeExpression.kt @@ -40,7 +40,7 @@ public open class VisualShaderNodeExpression : VisualShaderNodeGroupBase() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(753, scriptIndex) + createNativeObject(750, scriptIndex) } public final fun setExpression(expression: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFaceForward.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFaceForward.kt index e5b20227b..72d31d45b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFaceForward.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFaceForward.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeFaceForward : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(754, scriptIndex) + createNativeObject(751, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatConstant.kt index 6a434e480..bc861e3f7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatConstant.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeFloatConstant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(755, scriptIndex) + createNativeObject(752, scriptIndex) } public final fun setConstant(constant: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatFunc.kt index 0d5f0ece3..a8ed5b06e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatFunc.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeFloatFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(756, scriptIndex) + createNativeObject(753, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatOp.kt index 47c4639c5..934068b4a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeFloatOp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(757, scriptIndex) + createNativeObject(754, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatParameter.kt index 6efe4658c..04f0b602f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFloatParameter.kt @@ -97,7 +97,7 @@ public open class VisualShaderNodeFloatParameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(758, scriptIndex) + createNativeObject(755, scriptIndex) } public final fun setHint(hint: Hint): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFrame.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFrame.kt index 6d786c8b1..7e1b37b45 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFrame.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFrame.kt @@ -93,7 +93,7 @@ public open class VisualShaderNodeFrame : VisualShaderNodeResizableBase() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(759, scriptIndex) + createNativeObject(756, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFresnel.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFresnel.kt index 45212a737..72fd82d4e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFresnel.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeFresnel.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeFresnel : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(760, scriptIndex) + createNativeObject(757, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGlobalExpression.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGlobalExpression.kt index 6a1755cf2..6bee66376 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGlobalExpression.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGlobalExpression.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeGlobalExpression : VisualShaderNodeExpression() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(761, scriptIndex) + createNativeObject(758, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGroupBase.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGroupBase.kt index 78d1b3f27..66f65783c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGroupBase.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeGroupBase.kt @@ -28,7 +28,7 @@ import kotlin.Unit public open class VisualShaderNodeGroupBase internal constructor() : VisualShaderNodeResizableBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(762, scriptIndex) + createNativeObject(759, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIf.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIf.kt index f7fa00a27..3bd041a72 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIf.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIf.kt @@ -22,7 +22,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeIf : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(763, scriptIndex) + createNativeObject(760, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeInput.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeInput.kt index 511919777..2143e03e8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeInput.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeInput.kt @@ -43,7 +43,7 @@ public open class VisualShaderNodeInput : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(764, scriptIndex) + createNativeObject(761, scriptIndex) } public final fun setInputName(name: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntConstant.kt index 061f37c85..7244174cc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntConstant.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeIntConstant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(765, scriptIndex) + createNativeObject(762, scriptIndex) } public final fun setConstant(constant: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntFunc.kt index 9ee180571..eb1b0f1b6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntFunc.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeIntFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(766, scriptIndex) + createNativeObject(763, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntOp.kt index c69300903..ef9631952 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeIntOp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(767, scriptIndex) + createNativeObject(764, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntParameter.kt index f86920d22..b827ff347 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIntParameter.kt @@ -111,7 +111,7 @@ public open class VisualShaderNodeIntParameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(768, scriptIndex) + createNativeObject(765, scriptIndex) } public final fun setHint(hint: Hint): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIs.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIs.kt index 6d511d147..a639ce54b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIs.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeIs.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeIs : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(769, scriptIndex) + createNativeObject(766, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeLinearSceneDepth.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeLinearSceneDepth.kt index e7ec787f2..00e332378 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeLinearSceneDepth.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeLinearSceneDepth.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeLinearSceneDepth : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(770, scriptIndex) + createNativeObject(767, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMix.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMix.kt index c8bcb4aac..58767e45f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMix.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMix.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeMix : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(771, scriptIndex) + createNativeObject(768, scriptIndex) } public final fun setOpType(opType: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMultiplyAdd.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMultiplyAdd.kt index ea79b603d..f8d76c6d2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMultiplyAdd.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeMultiplyAdd.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeMultiplyAdd : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(772, scriptIndex) + createNativeObject(769, scriptIndex) } public final fun setOpType(type: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOuterProduct.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOuterProduct.kt index b63a61af9..40153ed10 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOuterProduct.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOuterProduct.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeOuterProduct : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(773, scriptIndex) + createNativeObject(770, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOutput.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOutput.kt index 82fe7df21..23f4bad9d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOutput.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeOutput.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeOutput internal constructor() : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(774, scriptIndex) + createNativeObject(771, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameter.kt index 1fdfe4337..a4617f5a6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameter.kt @@ -50,7 +50,7 @@ public open class VisualShaderNodeParameter internal constructor() : VisualShade } public override fun new(scriptIndex: Int): Unit { - createNativeObject(775, scriptIndex) + createNativeObject(772, scriptIndex) } public final fun setParameterName(name: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameterRef.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameterRef.kt index 51f3e8ee9..525826cdc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameterRef.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParameterRef.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeParameterRef : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(776, scriptIndex) + createNativeObject(773, scriptIndex) } public final fun setParameterName(name: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleAccelerator.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleAccelerator.kt index cd0f870f3..dc1b154fd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleAccelerator.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleAccelerator.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeParticleAccelerator : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(777, scriptIndex) + createNativeObject(774, scriptIndex) } public final fun setMode(mode: Mode): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleBoxEmitter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleBoxEmitter.kt index 89ce4cbf2..641214be6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleBoxEmitter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleBoxEmitter.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeParticleBoxEmitter : VisualShaderNodeParticleEmitter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(778, scriptIndex) + createNativeObject(775, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleConeVelocity.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleConeVelocity.kt index 33e495885..8ac97812f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleConeVelocity.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleConeVelocity.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeParticleConeVelocity : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(779, scriptIndex) + createNativeObject(776, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmit.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmit.kt index 158ac4cbc..db771c87c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmit.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmit.kt @@ -37,7 +37,7 @@ public open class VisualShaderNodeParticleEmit : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(780, scriptIndex) + createNativeObject(777, scriptIndex) } public final fun setFlags(flags: EmitFlags): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmitter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmitter.kt index e9fbbb02c..0c5d75c69 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmitter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleEmitter.kt @@ -37,7 +37,7 @@ public open class VisualShaderNodeParticleEmitter internal constructor() : Visua } public override fun new(scriptIndex: Int): Unit { - createNativeObject(781, scriptIndex) + createNativeObject(778, scriptIndex) } public final fun setMode2d(enabled: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMeshEmitter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMeshEmitter.kt index 97550f73b..18f1fc235 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMeshEmitter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMeshEmitter.kt @@ -62,7 +62,7 @@ public open class VisualShaderNodeParticleMeshEmitter : VisualShaderNodeParticle } public override fun new(scriptIndex: Int): Unit { - createNativeObject(782, scriptIndex) + createNativeObject(779, scriptIndex) } public final fun setMesh(mesh: Mesh?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMultiplyByAxisAngle.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMultiplyByAxisAngle.kt index 9fd00a7b7..76ae18f5b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMultiplyByAxisAngle.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleMultiplyByAxisAngle.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeParticleMultiplyByAxisAngle : VisualShaderNode } public override fun new(scriptIndex: Int): Unit { - createNativeObject(783, scriptIndex) + createNativeObject(780, scriptIndex) } public final fun setDegreesMode(enabled: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleOutput.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleOutput.kt index 1bddace4d..52b0a8be0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleOutput.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleOutput.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeParticleOutput : VisualShaderNodeOutput() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(784, scriptIndex) + createNativeObject(781, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRandomness.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRandomness.kt index 05b4ed6a6..1d442f58e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRandomness.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRandomness.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeParticleRandomness : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(785, scriptIndex) + createNativeObject(782, scriptIndex) } public final fun setOpType(type: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRingEmitter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRingEmitter.kt index 028846a56..f7bf0ef78 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRingEmitter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleRingEmitter.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeParticleRingEmitter : VisualShaderNodeParticleEmitter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(786, scriptIndex) + createNativeObject(783, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleSphereEmitter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleSphereEmitter.kt index 4e04226ea..934aaf388 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleSphereEmitter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeParticleSphereEmitter.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeParticleSphereEmitter : VisualShaderNodeParticleEmitter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(787, scriptIndex) + createNativeObject(784, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeProximityFade.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeProximityFade.kt index 579aa5947..77a5cd328 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeProximityFade.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeProximityFade.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeProximityFade : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(788, scriptIndex) + createNativeObject(785, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRandomRange.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRandomRange.kt index 80ff9f7a8..2eece6f2b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRandomRange.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRandomRange.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeRandomRange : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(789, scriptIndex) + createNativeObject(786, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRemap.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRemap.kt index 4063af9c2..891de2d31 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRemap.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRemap.kt @@ -33,7 +33,7 @@ public open class VisualShaderNodeRemap : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(790, scriptIndex) + createNativeObject(787, scriptIndex) } public final fun setOpType(opType: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeReroute.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeReroute.kt index cbca34daa..26e4d3811 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeReroute.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeReroute.kt @@ -28,7 +28,7 @@ public open class VisualShaderNodeReroute : VisualShaderNode() { get() = getPortType() public override fun new(scriptIndex: Int): Unit { - createNativeObject(791, scriptIndex) + createNativeObject(788, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeResizableBase.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeResizableBase.kt index 57c9e6dfd..4400a8ee7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeResizableBase.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeResizableBase.kt @@ -38,7 +38,7 @@ public open class VisualShaderNodeResizableBase internal constructor() : VisualS } public override fun new(scriptIndex: Int): Unit { - createNativeObject(792, scriptIndex) + createNativeObject(789, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRotationByAxis.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRotationByAxis.kt index ed483b7c8..da41ed2cd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRotationByAxis.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeRotationByAxis.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeRotationByAxis : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(793, scriptIndex) + createNativeObject(790, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFRaymarch.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFRaymarch.kt index b80a20dd7..7722ac82e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFRaymarch.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFRaymarch.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeSDFRaymarch : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(794, scriptIndex) + createNativeObject(791, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFToScreenUV.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFToScreenUV.kt index e4fbbda2f..488234b56 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFToScreenUV.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSDFToScreenUV.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeSDFToScreenUV : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(795, scriptIndex) + createNativeObject(792, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSample3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSample3D.kt index 4b40819e5..48cdb5234 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSample3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSample3D.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeSample3D internal constructor() : VisualShader } public override fun new(scriptIndex: Int): Unit { - createNativeObject(796, scriptIndex) + createNativeObject(793, scriptIndex) } public final fun setSource(`value`: Source): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenNormalWorldSpace.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenNormalWorldSpace.kt index b5ff553c4..a442b2162 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenNormalWorldSpace.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenNormalWorldSpace.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeScreenNormalWorldSpace : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(797, scriptIndex) + createNativeObject(794, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenUVToSDF.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenUVToSDF.kt index 472ace774..00696ebca 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenUVToSDF.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeScreenUVToSDF.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeScreenUVToSDF : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(798, scriptIndex) + createNativeObject(795, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSmoothStep.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSmoothStep.kt index b3114d8f8..a09382dc2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSmoothStep.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSmoothStep.kt @@ -37,7 +37,7 @@ public open class VisualShaderNodeSmoothStep : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(799, scriptIndex) + createNativeObject(796, scriptIndex) } public final fun setOpType(opType: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeStep.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeStep.kt index 8e4f0a1f5..530b82917 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeStep.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeStep.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeStep : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(800, scriptIndex) + createNativeObject(797, scriptIndex) } public final fun setOpType(opType: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSwitch.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSwitch.kt index 0ebcd10e9..eba2d3b12 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSwitch.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeSwitch.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeSwitch : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(801, scriptIndex) + createNativeObject(798, scriptIndex) } public final fun setOpType(type: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture.kt index 66e7bdc08..5919c3bcd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture.kt @@ -60,7 +60,7 @@ public open class VisualShaderNodeTexture : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(802, scriptIndex) + createNativeObject(799, scriptIndex) } public final fun setSource(`value`: Source): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArray.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArray.kt index 739f5ad70..a74db608d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArray.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArray.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeTexture2DArray : VisualShaderNodeSample3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(803, scriptIndex) + createNativeObject(800, scriptIndex) } public final fun setTextureArray(`value`: TextureLayered?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArrayParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArrayParameter.kt index 73f0f5388..d4acdee76 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArrayParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DArrayParameter.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTexture2DArrayParameter : VisualShaderNodeTextureParameter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(804, scriptIndex) + createNativeObject(801, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DParameter.kt index bc462845f..c198fe4aa 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture2DParameter.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTexture2DParameter : VisualShaderNodeTextureParameter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(805, scriptIndex) + createNativeObject(802, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3D.kt index 9606bf7b9..2d6ed7eef 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3D.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeTexture3D : VisualShaderNodeSample3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(806, scriptIndex) + createNativeObject(803, scriptIndex) } public final fun setTexture(`value`: Texture3D?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3DParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3DParameter.kt index d8eab5293..315e11fec 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3DParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTexture3DParameter.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTexture3DParameter : VisualShaderNodeTextureParameter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(807, scriptIndex) + createNativeObject(804, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameter.kt index 3eebc0c6f..60cfcb344 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameter.kt @@ -81,7 +81,7 @@ public open class VisualShaderNodeTextureParameter internal constructor() : } public override fun new(scriptIndex: Int): Unit { - createNativeObject(808, scriptIndex) + createNativeObject(805, scriptIndex) } public final fun setTextureType(type: TextureType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameterTriplanar.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameterTriplanar.kt index 5472a2c15..a33b50a3c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameterTriplanar.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureParameterTriplanar.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTextureParameterTriplanar : VisualShaderNodeTextureParameter() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(809, scriptIndex) + createNativeObject(806, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDF.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDF.kt index 1d4ddc787..1b7800c0a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDF.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDF.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTextureSDF : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(810, scriptIndex) + createNativeObject(807, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDFNormal.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDFNormal.kt index bcbff93bc..5cd920362 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDFNormal.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTextureSDFNormal.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTextureSDFNormal : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(811, scriptIndex) + createNativeObject(808, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformCompose.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformCompose.kt index 07294e32a..f68dd1139 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformCompose.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformCompose.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTransformCompose : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(812, scriptIndex) + createNativeObject(809, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformConstant.kt index b4e441180..ac19a746a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformConstant.kt @@ -38,7 +38,7 @@ public open class VisualShaderNodeTransformConstant : VisualShaderNodeConstant() } public override fun new(scriptIndex: Int): Unit { - createNativeObject(813, scriptIndex) + createNativeObject(810, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformDecompose.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformDecompose.kt index b74ec277e..ddbb48045 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformDecompose.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformDecompose.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeTransformDecompose : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(814, scriptIndex) + createNativeObject(811, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformFunc.kt index 1fbcca783..5740ac4fb 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformFunc.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeTransformFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(815, scriptIndex) + createNativeObject(812, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformOp.kt index 79e85d664..e93ead246 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeTransformOp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(816, scriptIndex) + createNativeObject(813, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformParameter.kt index ebb704c1e..716750e74 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformParameter.kt @@ -51,7 +51,7 @@ public open class VisualShaderNodeTransformParameter : VisualShaderNodeParameter } public override fun new(scriptIndex: Int): Unit { - createNativeObject(817, scriptIndex) + createNativeObject(814, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformVecMult.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformVecMult.kt index a656bec1b..a0e4e2126 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformVecMult.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeTransformVecMult.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeTransformVecMult : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(818, scriptIndex) + createNativeObject(815, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntConstant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntConstant.kt index cf7af8599..0cc666acf 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntConstant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntConstant.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeUIntConstant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(819, scriptIndex) + createNativeObject(816, scriptIndex) } public final fun setConstant(constant: Int): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntFunc.kt index 7667258c4..65db099e7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntFunc.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeUIntFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(820, scriptIndex) + createNativeObject(817, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntOp.kt index 6bcf23a96..502ea241c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeUIntOp : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(821, scriptIndex) + createNativeObject(818, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntParameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntParameter.kt index 53c170d6f..6cec84001 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntParameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUIntParameter.kt @@ -50,7 +50,7 @@ public open class VisualShaderNodeUIntParameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(822, scriptIndex) + createNativeObject(819, scriptIndex) } public final fun setDefaultValueEnabled(enabled: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVFunc.kt index a496bc2d5..da2b2de51 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVFunc.kt @@ -36,7 +36,7 @@ public open class VisualShaderNodeUVFunc : VisualShaderNode() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(823, scriptIndex) + createNativeObject(820, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVPolarCoord.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVPolarCoord.kt index 268313464..73392ff6f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVPolarCoord.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeUVPolarCoord.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeUVPolarCoord : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(824, scriptIndex) + createNativeObject(821, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVarying.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVarying.kt index 295f4689f..5893d3249 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVarying.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVarying.kt @@ -49,7 +49,7 @@ public open class VisualShaderNodeVarying internal constructor() : VisualShaderN } public override fun new(scriptIndex: Int): Unit { - createNativeObject(825, scriptIndex) + createNativeObject(822, scriptIndex) } public final fun setVaryingName(name: String): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingGetter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingGetter.kt index a0920def4..0736c16dc 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingGetter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingGetter.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVaryingGetter : VisualShaderNodeVarying() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(826, scriptIndex) + createNativeObject(823, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingSetter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingSetter.kt index 498b4cd92..a2a7855cd 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingSetter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVaryingSetter.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVaryingSetter : VisualShaderNodeVarying() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(827, scriptIndex) + createNativeObject(824, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Constant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Constant.kt index 8cf64bf08..8f778d274 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Constant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Constant.kt @@ -38,7 +38,7 @@ public open class VisualShaderNodeVec2Constant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(828, scriptIndex) + createNativeObject(825, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Parameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Parameter.kt index 55368eac4..7a460fcb5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Parameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec2Parameter.kt @@ -51,7 +51,7 @@ public open class VisualShaderNodeVec2Parameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(829, scriptIndex) + createNativeObject(826, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Constant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Constant.kt index aad1f219f..fccacce81 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Constant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Constant.kt @@ -38,7 +38,7 @@ public open class VisualShaderNodeVec3Constant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(830, scriptIndex) + createNativeObject(827, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Parameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Parameter.kt index 07fd38451..a2767c98c 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Parameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec3Parameter.kt @@ -51,7 +51,7 @@ public open class VisualShaderNodeVec3Parameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(831, scriptIndex) + createNativeObject(828, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Constant.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Constant.kt index bee736895..c64d09208 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Constant.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Constant.kt @@ -38,7 +38,7 @@ public open class VisualShaderNodeVec4Constant : VisualShaderNodeConstant() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(832, scriptIndex) + createNativeObject(829, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Parameter.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Parameter.kt index 01ebc3b21..170613af6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Parameter.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVec4Parameter.kt @@ -51,7 +51,7 @@ public open class VisualShaderNodeVec4Parameter : VisualShaderNodeParameter() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(833, scriptIndex) + createNativeObject(830, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorBase.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorBase.kt index 9195be027..b53828a61 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorBase.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorBase.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeVectorBase internal constructor() : VisualShad } public override fun new(scriptIndex: Int): Unit { - createNativeObject(834, scriptIndex) + createNativeObject(831, scriptIndex) } public final fun setOpType(type: OpType): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorCompose.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorCompose.kt index faf0f1769..92326c51d 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorCompose.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorCompose.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVectorCompose : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(835, scriptIndex) + createNativeObject(832, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDecompose.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDecompose.kt index 5b904bfe0..bfa50d3e8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDecompose.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDecompose.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVectorDecompose : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(836, scriptIndex) + createNativeObject(833, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDistance.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDistance.kt index 9600f64fc..6543a0076 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDistance.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorDistance.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVectorDistance : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(837, scriptIndex) + createNativeObject(834, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorFunc.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorFunc.kt index 5795d00a8..97fd05452 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorFunc.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorFunc.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeVectorFunc : VisualShaderNodeVectorBase() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(838, scriptIndex) + createNativeObject(835, scriptIndex) } public final fun setFunction(func: Function): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorLen.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorLen.kt index 22447dc5e..e4a5f4f0f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorLen.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorLen.kt @@ -17,7 +17,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVectorLen : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(839, scriptIndex) + createNativeObject(836, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorOp.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorOp.kt index f459d6f7f..de7703d71 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorOp.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorOp.kt @@ -35,7 +35,7 @@ public open class VisualShaderNodeVectorOp : VisualShaderNodeVectorBase() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(840, scriptIndex) + createNativeObject(837, scriptIndex) } public final fun setOperator(op: Operator): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorRefract.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorRefract.kt index 412ce7376..3ede5945f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorRefract.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeVectorRefract.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeVectorRefract : VisualShaderNodeVectorBase() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(841, scriptIndex) + createNativeObject(838, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeWorldPositionFromDepth.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeWorldPositionFromDepth.kt index f244f388f..bdd728cd5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeWorldPositionFromDepth.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VisualShaderNodeWorldPositionFromDepth.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class VisualShaderNodeWorldPositionFromDepth : VisualShaderNode() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(842, scriptIndex) + createNativeObject(839, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGI.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGI.kt index 68919263e..56490655f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGI.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGI.kt @@ -106,7 +106,7 @@ public open class VoxelGI : VisualInstance3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(843, scriptIndex) + createNativeObject(840, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGIData.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGIData.kt index 2594b9458..3027e2a88 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGIData.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/VoxelGIData.kt @@ -140,7 +140,7 @@ public open class VoxelGIData : Resource() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(844, scriptIndex) + createNativeObject(841, scriptIndex) } public final fun allocate( diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WeakRef.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WeakRef.kt index e0070ece2..53cda18e5 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WeakRef.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WeakRef.kt @@ -28,7 +28,7 @@ import kotlin.Unit @GodotBaseType public open class WeakRef : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(845, scriptIndex) + createNativeObject(842, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannel.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannel.kt index 142a3f3e7..2f28a64a2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannel.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannel.kt @@ -37,7 +37,7 @@ public open class WebRTCDataChannel internal constructor() : PacketPeer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(846, scriptIndex) + createNativeObject(843, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannelExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannelExtension.kt index 77c440e7c..284e5035f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannelExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCDataChannelExtension.kt @@ -18,7 +18,7 @@ import kotlin.Unit @GodotBaseType public open class WebRTCDataChannelExtension : WebRTCDataChannel() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(847, scriptIndex) + createNativeObject(844, scriptIndex) } public open fun _getAvailablePacketCount(): Int { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCMultiplayerPeer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCMultiplayerPeer.kt index aaf0ca086..47f9dc012 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCMultiplayerPeer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCMultiplayerPeer.kt @@ -44,7 +44,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class WebRTCMultiplayerPeer : MultiplayerPeer() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(848, scriptIndex) + createNativeObject(845, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnection.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnection.kt index 24e540071..db766a837 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnection.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnection.kt @@ -66,7 +66,7 @@ public open class WebRTCPeerConnection : RefCounted() { public val dataChannelReceived: Signal1 by Signal1 public override fun new(scriptIndex: Int): Unit { - createNativeObject(849, scriptIndex) + createNativeObject(846, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnectionExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnectionExtension.kt index 8fc8f4192..69b07c6be 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnectionExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebRTCPeerConnectionExtension.kt @@ -19,7 +19,7 @@ import kotlin.Unit @GodotBaseType public open class WebRTCPeerConnectionExtension : WebRTCPeerConnection() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(850, scriptIndex) + createNativeObject(847, scriptIndex) } public open fun _getConnectionState(): WebRTCPeerConnection.ConnectionState { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketMultiplayerPeer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketMultiplayerPeer.kt index 88cf28544..a314465d4 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketMultiplayerPeer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketMultiplayerPeer.kt @@ -108,7 +108,7 @@ public open class WebSocketMultiplayerPeer : MultiplayerPeer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(851, scriptIndex) + createNativeObject(848, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketPeer.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketPeer.kt index c3c75b862..4f8cc62a4 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketPeer.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebSocketPeer.kt @@ -143,7 +143,7 @@ public open class WebSocketPeer : PacketPeer() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(852, scriptIndex) + createNativeObject(849, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebXRInterface.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebXRInterface.kt index a2436c78e..4563eaf81 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebXRInterface.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WebXRInterface.kt @@ -334,7 +334,7 @@ public open class WebXRInterface internal constructor() : XRInterface() { get() = getVisibilityState() public override fun new(scriptIndex: Int): Unit { - createNativeObject(853, scriptIndex) + createNativeObject(850, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Window.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Window.kt index 9c833ffe6..94eaeb794 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Window.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Window.kt @@ -606,7 +606,7 @@ public open class Window : Viewport() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(854, scriptIndex) + createNativeObject(851, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World2D.kt index 0c8ceafa1..4d29e846e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World2D.kt @@ -56,7 +56,7 @@ public open class World2D : Resource() { get() = getDirectSpaceState() public override fun new(scriptIndex: Int): Unit { - createNativeObject(855, scriptIndex) + createNativeObject(852, scriptIndex) } public final fun getCanvas(): RID { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World3D.kt index a75151c94..4d996c4c7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/World3D.kt @@ -89,7 +89,7 @@ public open class World3D : Resource() { get() = getDirectSpaceState() public override fun new(scriptIndex: Int): Unit { - createNativeObject(856, scriptIndex) + createNativeObject(853, scriptIndex) } public final fun getSpace(): RID { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape2D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape2D.kt index c8f8637f7..5867db9b9 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape2D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape2D.kt @@ -60,7 +60,7 @@ public open class WorldBoundaryShape2D : Shape2D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(857, scriptIndex) + createNativeObject(854, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape3D.kt index cd927a356..0d150c918 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldBoundaryShape3D.kt @@ -45,7 +45,7 @@ public open class WorldBoundaryShape3D : Shape3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(858, scriptIndex) + createNativeObject(855, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldEnvironment.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldEnvironment.kt index b7fb83864..462889fd7 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldEnvironment.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/WorldEnvironment.kt @@ -63,7 +63,7 @@ public open class WorldEnvironment : Node() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(859, scriptIndex) + createNativeObject(856, scriptIndex) } public final fun setEnvironment(env: Environment?): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/X509Certificate.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/X509Certificate.kt index 49874313a..a1b9f89a3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/X509Certificate.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/X509Certificate.kt @@ -29,7 +29,7 @@ import kotlin.Unit @GodotBaseType public open class X509Certificate : Resource() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(860, scriptIndex) + createNativeObject(857, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XMLParser.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XMLParser.kt index 4e5e9a011..948c00e42 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XMLParser.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XMLParser.kt @@ -68,7 +68,7 @@ import kotlin.Unit @GodotBaseType public open class XMLParser : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(861, scriptIndex) + createNativeObject(858, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRAnchor3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRAnchor3D.kt index 56e45a0c4..bae516cf2 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRAnchor3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRAnchor3D.kt @@ -33,7 +33,7 @@ import kotlin.Unit @GodotBaseType public open class XRAnchor3D : XRNode3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(862, scriptIndex) + createNativeObject(859, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyModifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyModifier3D.kt index 8b616df32..c6db1237e 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyModifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyModifier3D.kt @@ -86,7 +86,7 @@ public open class XRBodyModifier3D : SkeletonModifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(863, scriptIndex) + createNativeObject(860, scriptIndex) } public final fun setBodyTracker(trackerName: StringName): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyTracker.kt index efd4f95b1..89ef503ba 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRBodyTracker.kt @@ -92,7 +92,7 @@ public open class XRBodyTracker : XRPositionalTracker() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(864, scriptIndex) + createNativeObject(861, scriptIndex) } public final fun setHasTrackingData(hasData: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRCamera3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRCamera3D.kt index 1a87d556f..7f29117b1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRCamera3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRCamera3D.kt @@ -24,7 +24,7 @@ import kotlin.Unit @GodotBaseType public open class XRCamera3D : Camera3D() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(865, scriptIndex) + createNativeObject(862, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRController3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRController3D.kt index d76183d46..fe199f83a 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRController3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRController3D.kt @@ -70,7 +70,7 @@ public open class XRController3D : XRNode3D() { public val profileChanged: Signal1 by Signal1 public override fun new(scriptIndex: Int): Unit { - createNativeObject(866, scriptIndex) + createNativeObject(863, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRControllerTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRControllerTracker.kt index e6aea616e..b02e7d8b6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRControllerTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRControllerTracker.kt @@ -20,7 +20,7 @@ import kotlin.Unit @GodotBaseType public open class XRControllerTracker : XRPositionalTracker() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(867, scriptIndex) + createNativeObject(864, scriptIndex) } public companion object diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceModifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceModifier3D.kt index 8708ab8c9..c2453e302 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceModifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceModifier3D.kt @@ -55,7 +55,7 @@ public open class XRFaceModifier3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(868, scriptIndex) + createNativeObject(865, scriptIndex) } public final fun setFaceTracker(trackerName: StringName): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceTracker.kt index 795379314..f72bc8df6 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRFaceTracker.kt @@ -48,7 +48,7 @@ public open class XRFaceTracker : XRTracker() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(869, scriptIndex) + createNativeObject(866, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandModifier3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandModifier3D.kt index 3d6e46820..2e0cffa53 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandModifier3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandModifier3D.kt @@ -53,7 +53,7 @@ public open class XRHandModifier3D : SkeletonModifier3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(870, scriptIndex) + createNativeObject(867, scriptIndex) } public final fun setHandTracker(trackerName: StringName): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandTracker.kt index 509eede8e..68d5bd7d0 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRHandTracker.kt @@ -82,7 +82,7 @@ public open class XRHandTracker : XRPositionalTracker() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(871, scriptIndex) + createNativeObject(868, scriptIndex) } public final fun setHasTrackingData(hasData: Boolean): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterface.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterface.kt index 34f19bd46..f1fd9c29b 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterface.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterface.kt @@ -94,7 +94,7 @@ public open class XRInterface internal constructor() : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(872, scriptIndex) + createNativeObject(869, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterfaceExtension.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterfaceExtension.kt index 4f57cea76..28597446f 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterfaceExtension.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRInterfaceExtension.kt @@ -44,7 +44,7 @@ import kotlin.Unit @GodotBaseType public open class XRInterfaceExtension : XRInterface() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(873, scriptIndex) + createNativeObject(870, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRNode3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRNode3D.kt index 9d6cf46eb..21e60d7e8 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRNode3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRNode3D.kt @@ -79,7 +79,7 @@ public open class XRNode3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(874, scriptIndex) + createNativeObject(871, scriptIndex) } public final fun setTracker(trackerName: StringName): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XROrigin3D.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XROrigin3D.kt index 1826b698d..97b0ae6aa 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XROrigin3D.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XROrigin3D.kt @@ -62,7 +62,7 @@ public open class XROrigin3D : Node3D() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(875, scriptIndex) + createNativeObject(872, scriptIndex) } public final fun setWorldScale(worldScale: Float): Unit { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPose.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPose.kt index 34befd9fe..e5dfcdcc3 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPose.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPose.kt @@ -115,7 +115,7 @@ public open class XRPose : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(876, scriptIndex) + createNativeObject(873, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPositionalTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPositionalTracker.kt index 5ff2647e2..5d65fbbb1 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPositionalTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRPositionalTracker.kt @@ -106,7 +106,7 @@ public open class XRPositionalTracker : XRTracker() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(877, scriptIndex) + createNativeObject(874, scriptIndex) } public final fun getTrackerProfile(): String { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRTracker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRTracker.kt index ddb9baadf..9cf9e09bf 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRTracker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRTracker.kt @@ -70,7 +70,7 @@ public open class XRTracker internal constructor() : RefCounted() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(878, scriptIndex) + createNativeObject(875, scriptIndex) } public final fun getTrackerType(): XRServer.TrackerType { diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRVRS.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRVRS.kt index abe35bfe0..7b5863056 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRVRS.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/XRVRS.kt @@ -72,7 +72,7 @@ public open class XRVRS : Object() { } public override fun new(scriptIndex: Int): Unit { - createNativeObject(879, scriptIndex) + createNativeObject(876, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPPacker.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPPacker.kt index 3f9c9b4c7..13b2a4879 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPPacker.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPPacker.kt @@ -43,7 +43,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class ZIPPacker : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(880, scriptIndex) + createNativeObject(877, scriptIndex) } /** diff --git a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPReader.kt b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPReader.kt index a2f219119..a8dccba47 100644 --- a/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPReader.kt +++ b/kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ZIPReader.kt @@ -72,7 +72,7 @@ import kotlin.jvm.JvmOverloads @GodotBaseType public open class ZIPReader : RefCounted() { public override fun new(scriptIndex: Int): Unit { - createNativeObject(881, scriptIndex) + createNativeObject(878, scriptIndex) } /** diff --git a/kt/gradle/libs.versions.toml b/kt/gradle/libs.versions.toml index 00487bfb5..a185c512c 100644 --- a/kt/gradle/libs.versions.toml +++ b/kt/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -godotKotlinJvm = "0.12.2" +godotKotlinJvm = "0.12.3" kotlin = "2.1.10" # https://kotlinlang.org/docs/releases.html#release-details kotlinCoroutine = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines/releases -godot = "4.4" +godot = "4.4.1" ideaPluginDefaultIntellijVersion = "2024.3.3" toolchain-jvm="11" diff --git a/src/version.h b/src/version.h index 25b9ba13a..053c3762e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #ifndef GODOT_JVM_VERSION_H #define GODOT_JVM_VERSION_H -constexpr const char* GODOT_KOTLIN_VERSION = "0.12.2-4.4"; +constexpr const char* GODOT_KOTLIN_VERSION = "0.12.3-4.4.1"; #endif// GODOT_JVM_VERSION_H