DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / onready_within_non_node.gd
123456
extends RefCounted @onready var nope := 0 func test(): print("Cannot use @onready without a Node base")