godot/modules/gdnative/gdnative
Aaron Franke 83e324d670
Update core documentation to match recent C# changes
Also a few minor API changes like adding AABB.abs()

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-07-21 14:44:53 -04:00
..
aabb.cpp Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
array.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
basis.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
callable.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
color.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
dictionary.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
gdnative.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
node_path.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
packed_arrays.cpp Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
plane.cpp Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
quat.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
rect2.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
rid.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
string_name.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
string.cpp Remove String::find_last (same as rfind) 2020-07-03 15:26:22 +02:00
transform2d.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
transform.cpp Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checking static asserts. 2020-05-16 13:58:42 +03:00
variant.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
vector2.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00
vector3.cpp GDNative add new core types. 2020-05-18 15:52:20 +03:00