1
0
Fork 0
godot/modules/gdnative/gdnative
Rémi Verschelde 4455b6c4a8 GDNative: Expose `String::num_uint64`, and use bool in `capitalized` versions
Exposed in Core API 1.3 added in 3.5.
2022-07-18 09:47:30 +02:00
..
aabb.cpp
array.cpp
basis.cpp
color.cpp
dictionary.cpp [GDNative] Expose `Dictionary::merge()` over to GDNative CORE API v1.3 2022-07-17 19:12:51 +02:00
gdnative.cpp
node_path.cpp
plane.cpp
pool_arrays.cpp [GDNative] Refactoring: add `const` to `has` and `join` methods of pooled arrays 2022-07-16 14:08:42 +02:00
quat.cpp
rect2.cpp
rid.cpp
string.cpp GDNative: Expose `String::num_uint64`, and use bool in `capitalized` versions 2022-07-18 09:47:30 +02:00
string_name.cpp GDNative: fix StringName equal and less operators 2022-07-17 11:17:35 +02:00
transform.cpp
transform2d.cpp
variant.cpp
vector2.cpp
vector3.cpp