forked from GodotVR/godot_openxr_vendors
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
extension_api.json
to Godot Engine v4.3.dev5.official
- Loading branch information
Showing
3 changed files
with
436 additions
and
58 deletions.
There are no files selected for viewing
Submodule godot-cpp
updated
19 files
+45 −19 | binding_generator.py | |
+112 −6 | gdextension/gdextension_interface.h | |
+7 −2 | include/godot_cpp/classes/wrapped.hpp | |
+4 −4 | include/godot_cpp/core/class_db.hpp | |
+5 −5 | include/godot_cpp/core/object.hpp | |
+1 −1 | include/godot_cpp/core/type_info.hpp | |
+2 −2 | include/godot_cpp/godot.hpp | |
+1 −0 | include/godot_cpp/variant/callable_custom.hpp | |
+25 −0 | include/godot_cpp/variant/callable_method_pointer.hpp | |
+1 −2 | include/godot_cpp/variant/variant.hpp | |
+4 −4 | src/godot.cpp | |
+16 −2 | src/variant/callable_custom.cpp | |
+11 −2 | src/variant/callable_method_pointer.cpp | |
+33 −51 | src/variant/variant.cpp | |
+15 −0 | test/project/main.gd | |
+2 −0 | test/project/main.tscn | |
+33 −0 | test/src/example.cpp | |
+26 −0 | test/src/example.h | |
+2 −0 | test/src/register_types.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.