In GDscript it is simply YouDictionary.value
but how is it in c ++? I tried to do it the same way but it just gives me an error
In GDscript it is simply YouDictionary.value
but how is it in c ++? I tried to do it the same way but it just gives me an error
So something like dictionary["key"]
?