1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fixed enum autocompletion for core classes (Issue #88858)

Minor fix consisted in the use of [[fallthrough]] macro
This commit is contained in:
Diogo Costa
2024-03-15 20:20:36 +00:00
parent ec901ae16e
commit 935ea10f3a
5 changed files with 59 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
[output]
include=[
{"display": "DrawMode",
"location": 256},
{"display": "Anchor",
"location": 257},
{"display": "TextureRepeat",
"location": 258},
]

View File

@@ -0,0 +1,4 @@
extends Control
func _ready():
var t = BaseButton.

View File

@@ -0,0 +1,5 @@
[output]
include=[
{"display": "HEURISTIC_MAX"},
{"display": "HEURISTIC_OCTILE"},
]

View File

@@ -0,0 +1,4 @@
extends Control
func _ready():
AStarGrid2D.Heuristic.