- Edited
hello,
if i use @export var for a value to be saved in the inspector
that var will show on the inspector, i already have a menu to deal with this ( var )
Is there a way to make it so the ( var ) gets saved but it doesnt show in the inspector for editing ?
Has i mention theres already a menu dealing with this var it just doesnt get saved... If the user switches between nodes or scenes the ( var ) will return to its default value.
chat GTP told me i should use "@internal var" instead of "@export var"
but it doesnt work... and i cant find anything on google or forum about it...