godot-cpp/include/godot_cpp
Marc Gilleron 6f3bdab090 Fix issues with `_get` and `_get_property_list`
`_get` was using `_set` internally, and should be `const`.
`_get_property_list` should be `const`.
2022-09-15 23:46:50 +01:00
..
classes Fix issues with `_get` and `_get_property_list` 2022-09-15 23:46:50 +01:00
core Ensure GDCLASS can be used outside the godot namespace. 2022-09-01 04:11:23 +02:00
templates Add bindings for Vector4, Vector4i, Projection built-in types. 2022-07-21 09:36:38 +03:00
variant Basis constructor: row vectors -> column vectors 2022-08-31 19:06:07 -07:00
godot.hpp Change registered initializers / terminators to the single function with level argument. 2022-05-04 11:14:51 +03:00