File tree Expand file tree Collapse file tree 3 files changed +167
-12
lines changed Expand file tree Collapse file tree 3 files changed +167
-12
lines changed Original file line number Diff line number Diff line change @@ -9625,10 +9625,6 @@ declare module "godot" {
9625
9625
object_id_selected: Signal
9626
9626
selected: Signal
9627
9627
}
9628
- class EditorPropertyArray extends EditorProperty {
9629
- }
9630
- class EditorPropertyArrayObject extends RefCounted {
9631
- }
9632
9628
class EditorPropertyCheck extends EditorProperty {
9633
9629
}
9634
9630
class EditorPropertyColor extends EditorProperty {
@@ -11742,7 +11738,7 @@ declare module "godot" {
11742
11738
}
11743
11739
class GodotJSEditorPlugin extends EditorPlugin {
11744
11740
}
11745
- class GodotJSREPL extends VBoxContainer {
11741
+ class GodotJSREPL extends Control {
11746
11742
}
11747
11743
class GodotJSScript extends Script {
11748
11744
}
@@ -12005,4 +12001,9 @@ declare module "godot" {
12005
12001
// // godot.getset: title: string
12006
12002
slot_updated: Signal
12007
12003
}
12004
+ class GridContainer extends Container {
12005
+ set_columns(columns: number /*i64*/): void
12006
+ get_columns(): number /*i64*/
12007
+ // // godot.getset: columns: number /*i64*/
12008
+ }
12008
12009
}
Original file line number Diff line number Diff line change 1
1
// AUTO-GENERATED
2
2
/// <reference no-default-lib="true"/>
3
3
declare module "godot" {
4
- class GridContainer extends Container {
5
- set_columns(columns: number /*i64*/): void
6
- get_columns(): number /*i64*/
7
- // // godot.getset: columns: number /*i64*/
8
- }
9
4
class GridMap extends Node3D {
10
5
static readonly INVALID_CELL_ITEM = -1
11
6
set_collision_layer(layer: number /*i64*/): void
You can’t perform that action at this time.
0 commit comments