Godot Version
4.2 Mono
Question
there’s a variable, for example:
@export var test
or
[Export] private float test; (as in my case, this is C#)
I would be glad to have an answer for C# code, but if the answer is only for GDScript, I’ll try to figure it out by poking around.