You've already forked godot
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:
@@ -0,0 +1,9 @@
|
||||
[output]
|
||||
include=[
|
||||
{"display": "DrawMode",
|
||||
"location": 256},
|
||||
{"display": "Anchor",
|
||||
"location": 257},
|
||||
{"display": "TextureRepeat",
|
||||
"location": 258},
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
var t = BaseButton.➡
|
||||
@@ -0,0 +1,5 @@
|
||||
[output]
|
||||
include=[
|
||||
{"display": "HEURISTIC_MAX"},
|
||||
{"display": "HEURISTIC_OCTILE"},
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
AStarGrid2D.Heuristic.➡
|
||||
Reference in New Issue
Block a user