Autocompletion: Add support for global enums
This commit is contained in:
parent
019ab8745f
commit
af54b13603
13 changed files with 106 additions and 9 deletions
|
|
@ -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.➡
|
||||
Loading…
Add table
Add a link
Reference in a new issue