godot/modules/gdnative/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.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
array.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
basis.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
callable.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
color.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
dictionary.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
gdnative.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
node_path.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
packed_arrays.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
plane.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
quat.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
rect2.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
rid.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
signal.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
string.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
string_name.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
transform.cpp GDNative: New core API 2021-01-25 09:28:02 -03:00
transform2d.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
variant.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
vector2.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00
vector3.cpp Further changes to GDNative API 2021-02-09 11:33:35 -03:00