aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative
diff options
context:
space:
mode:
authorEmmanuel Leblond2017-12-15 00:37:46 +0100
committerEmmanuel Leblond2017-12-15 00:37:46 +0100
commit29df438f9a2f84249f0cdae15c0a231ef6f7ef9e (patch)
treebb25c8fb8239fd059a9ed076e8bc4dd10bab358e /modules/gdnative
parente3fd61b63860cd82dee12bf77550c1a5cf1373f5 (diff)
downloadgodot-29df438f9a2f84249f0cdae15c0a231ef6f7ef9e.tar.gz
godot-29df438f9a2f84249f0cdae15c0a231ef6f7ef9e.tar.zst
godot-29df438f9a2f84249f0cdae15c0a231ef6f7ef9e.zip
Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative_api.json
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/gdnative_api.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json
index 31f3b0b77..b7b255343 100644
--- a/modules/gdnative/gdnative_api.json
+++ b/modules/gdnative/gdnative_api.json
@@ -5533,6 +5533,12 @@
]
},
{
+ "name": "godot_get_stack_bottom",
+ "return_type": "void *",
+ "arguments": [
+ ]
+ },
+ {
"name": "godot_method_bind_get_method",
"return_type": "godot_method_bind *",
"arguments": [
@@ -5569,6 +5575,12 @@
]
},
{
+ "name": "godot_get_global_constants",
+ "return_type": "godot_dictionary",
+ "arguments": [
+ ]
+ },
+ {
"name": "godot_register_native_call_type",
"return_type": "void",
"arguments": [