virtualx-engine/modules/gdnative/include/gdnative
George Marques 66ed69edb3
Further changes to GDNative API
- Moved Variant struct definition to its own file so it can be used
  without include cycles (like on Dictionary).
- Add `index` operator function so bindings like C++ can implement the
  operator[] overload (which needs a reference to the actual value).
- Added missing new/destroy functions to Vector3i array.
- Added print error/warning functions as helpers so bindings can print
  messages in the same manner as Godot itself does.
2021-02-09 11:33:35 -03:00
..
aabb.h Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t) 2021-01-25 16:42:14 -05:00
array.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
basis.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
callable.h GDNative: New core API 2021-01-25 09:28:02 -03:00
color.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
dictionary.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
gdnative.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
math_defs.h C conformance: Include stdbool.h to define bool 2021-02-02 18:11:00 +01:00
node_path.h GDNative: New core API 2021-01-25 09:28:02 -03:00
packed_arrays.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
plane.h Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t) 2021-01-25 16:42:14 -05:00
quat.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
rect2.h Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t) 2021-01-25 16:42:14 -05:00
rid.h GDNative: New core API 2021-01-25 09:28:02 -03:00
signal.h GDNative: New core API 2021-01-25 09:28:02 -03:00
string.h GDNative: New core API 2021-01-25 09:28:02 -03:00
string_name.h GDNative: New core API 2021-01-25 09:28:02 -03:00
transform.h Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t) 2021-01-25 16:42:14 -05:00
transform2d.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
variant.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
variant_struct.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
vector2.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00
vector3.h Further changes to GDNative API 2021-02-09 11:33:35 -03:00