godot/modules/gdnative/include/gdnative
George Marques 8fddab9209
Further changes in GDNative API
- Added new_copy to all types, since trivial copy won't work for all
  types.
- Added functions to convert from String to char array types, which is
  not provided by the methods bound in Variant.
- Added operator index to String.
- Added missing cstring version of some Variant functions. They existed
  in the header but didn't have the implementation and were missing from
  the gdnative_api.json file.
- Added support for static calls on Variant types.
2021-03-17 08:26:10 -03:00
..
aabb.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
array.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
basis.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
callable.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
color.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
dictionary.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
gdnative.h Merge pull request #44671 from o01eg/fix-gcc-visibility 2021-03-12 09:41:56 +01:00
math_defs.h C conformance: Include stdbool.h to define bool 2021-02-02 18:11:00 +01:00
node_path.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
packed_arrays.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
plane.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
quat.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
rect2.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
rid.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
signal.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
string.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
string_name.h GDNative: New core API 2021-01-25 09:28:02 -03:00
transform.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
transform2d.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
variant.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
variant_struct.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
vector2.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00
vector3.h Further changes in GDNative API 2021-03-17 08:26:10 -03:00