mirror of https://github.com/godotengine/godot
Merge pull request #14679 from touilleMan/add-godot_get_global_constants-to-gdnative-wrapper
[GDnative] missing godot_get_stack_bottom and godot_get_global_constants
This commit is contained in:
commit
f680c6fab0
|
|
@ -5532,6 +5532,12 @@
|
||||||
["char *", "p_name"]
|
["char *", "p_name"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "godot_get_stack_bottom",
|
||||||
|
"return_type": "void *",
|
||||||
|
"arguments": [
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "godot_method_bind_get_method",
|
"name": "godot_method_bind_get_method",
|
||||||
"return_type": "godot_method_bind *",
|
"return_type": "godot_method_bind *",
|
||||||
|
|
@ -5568,6 +5574,12 @@
|
||||||
["const char *", "p_classname"]
|
["const char *", "p_classname"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "godot_get_global_constants",
|
||||||
|
"return_type": "godot_dictionary",
|
||||||
|
"arguments": [
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "godot_register_native_call_type",
|
"name": "godot_register_native_call_type",
|
||||||
"return_type": "void",
|
"return_type": "void",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue