Godot Version
4.3
Question
I have C++ GDVirutal function that is overriden in GDScript... It is expecting a ruturn of an INT, but when putting an await function in GDScript it seems to return a Callable. I would like to be able to handle it when a GDScript override function calls await in my C++ chain, or know what to do with the callable