Skip to content

Commit f9834ec

Browse files
committed
Regen API
1 parent a77581e commit f9834ec

File tree

309 files changed

+309
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+309
-309
lines changed

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScalaScript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import kotlin.Unit
1414
@GodotBaseType
1515
public open class ScalaScript : JvmScript() {
1616
public override fun new(scriptIndex: Int): Unit {
17-
createNativeObject(567, scriptIndex)
17+
createNativeObject(582, scriptIndex)
1818
}
1919

2020
public companion object

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneMultiplayer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public open class SceneMultiplayer : MultiplayerAPI() {
190190
}
191191

192192
public override fun new(scriptIndex: Int): Unit {
193-
createNativeObject(582, scriptIndex)
193+
createNativeObject(583, scriptIndex)
194194
}
195195

196196
public final fun setRootPath(path: NodePath): Unit {

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneReplicationConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import kotlin.jvm.JvmOverloads
3030
@GodotBaseType
3131
public open class SceneReplicationConfig : Resource() {
3232
public override fun new(scriptIndex: Int): Unit {
33-
createNativeObject(583, scriptIndex)
33+
createNativeObject(584, scriptIndex)
3434
}
3535

3636
/**

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import kotlin.jvm.JvmOverloads
4444
@GodotBaseType
4545
public open class SceneState internal constructor() : RefCounted() {
4646
public override fun new(scriptIndex: Int): Unit {
47-
createNativeObject(584, scriptIndex)
47+
createNativeObject(585, scriptIndex)
4848
}
4949

5050
/**

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTree.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public open class SceneTree : MainLoop() {
277277
}
278278

279279
public override fun new(scriptIndex: Int): Unit {
280-
createNativeObject(585, scriptIndex)
280+
createNativeObject(586, scriptIndex)
281281
}
282282

283283
public final fun getRoot(): Window? {

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/SceneTreeTimer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public open class SceneTreeTimer internal constructor() : RefCounted() {
7070
}
7171

7272
public override fun new(scriptIndex: Int): Unit {
73-
createNativeObject(586, scriptIndex)
73+
createNativeObject(587, scriptIndex)
7474
}
7575

7676
public final fun setTimeLeft(time: Double): Unit {

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/Script.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public open class Script internal constructor() : Resource() {
5959
}
6060

6161
public override fun new(scriptIndex: Int): Unit {
62-
createNativeObject(587, scriptIndex)
62+
createNativeObject(588, scriptIndex)
6363
}
6464

6565
/**

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptBacktrace.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import kotlin.jvm.JvmOverloads
3434
@GodotBaseType
3535
public open class ScriptBacktrace : RefCounted() {
3636
public override fun new(scriptIndex: Int): Unit {
37-
createNativeObject(588, scriptIndex)
37+
createNativeObject(589, scriptIndex)
3838
}
3939

4040
/**

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlin.Unit
2222
@GodotBaseType
2323
public abstract class ScriptExtension : Script() {
2424
public override fun new(scriptIndex: Int): Unit {
25-
createNativeObject(589, scriptIndex)
25+
createNativeObject(590, scriptIndex)
2626
}
2727

2828
public abstract fun _editorCanReloadFromFile(): Boolean

kt/godot-library/godot-api-library/src/main/kotlin/godot/api/ScriptLanguage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import kotlin.Unit
1616
@GodotBaseType
1717
public open class ScriptLanguage internal constructor() : Object() {
1818
public override fun new(scriptIndex: Int): Unit {
19-
createNativeObject(590, scriptIndex)
19+
createNativeObject(591, scriptIndex)
2020
}
2121

2222
public enum class ScriptNameCasing(

0 commit comments

Comments
 (0)