summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/get_node/local_scene/native_local_scene.cfg
blob: 174fdcb1840cb83e5675b18b84d3830c9a563ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[input]
scene="res://completion/get_node/get_node.tscn"
[output]
include=[
    ; Node
    {"display": "add_child(…)"},
    {"display": "owner"},
    {"display": "child_entered_tree"},

    ; AnimationPlayer
    {"display": "autoplay"},
    {"display": "play(…)"},
    {"display": "animation_changed"},
]