godot-cpp/include/godot_cpp
ruffenman 42a35a1852 Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here. 2024-10-14 20:33:20 -04:00
..
classes removes warnings generated by GDCLASS usage 2024-08-08 02:46:28 +02:00
core Implement typed dictionaries 2024-09-17 15:05:16 -05:00
templates Fix GCC 14 -Wtemplate-id-cdtor warning 2024-08-25 07:55:58 +00:00
variant Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here. 2024-10-14 20:33:20 -04:00
godot.hpp Implement typed dictionaries 2024-09-17 15:05:16 -05:00