godot/modules/gdnative
toasteater 677e72d2f6 Expose instance_from_id to GDNative
This function is available to GDScript but not to GDNative. When exposed, it
allows building more ergonomic safe abstractions over the GDNative APIs, and
covers the use cases of the original PR.

Close #28478. Supersedes #28791.

Co-authored-by: Markus Ewald <cygon@nuclex.org>
2020-01-10 11:59:37 +00:00
..
android Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
arvr Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
doc_classes Document the GDNative singleton method prefix being changeable 2019-10-07 15:59:57 +02:00
gdnative Expose instance_from_id to GDNative 2020-01-10 11:59:37 +00:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
include Expose instance_from_id to GDNative 2020-01-10 11:59:37 +00:00
nativescript Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
net Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pluginscript Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
videodecoder Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdnative.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_api.json Expose instance_from_id to GDNative 2020-01-10 11:59:37 +00:00
gdnative_builders.py Fix self reference issue in core structures for GDNative plugins 2019-08-12 19:21:32 +10:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00