virtualx-engine/modules/gdscript/tests/scripts/completion/index/array_value.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
99 B
GDScript3
Raw Normal View History

extends Node
var outer
func _ready() -> void:
var inner
var array = []
array[i]