Godot and C++

There is annoying inconsistency with C++ programming in Godot - handling of conversion of basic type to a String. You need to use rtos(), itos() or String constructor. There is no String constructor for integers or floats. Isn't it API design flow?

Comments

Popular posts from this blog