diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-11-20 15:43:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 15:43:36 +0100 |
commit | 30a82e5e007dfa6eca0bc2021381beae57293b91 (patch) | |
tree | 33327035eff99dc07aaf7418054e5905241ea1d3 /modules/gdnative/gdnative_api.json | |
parent | 14ff5aa6ee19ba00237c57ec177ba67075644600 (diff) | |
parent | 5d666319e3f3ca784658b1d7f45f5f9a09929583 (diff) |
Merge pull request #13094 from karroffel/gdnative-api-register-nativecall
[GDNative] add a way to register call types
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 0a1c5095d4..007c7955d4 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5549,6 +5549,14 @@ ] }, { + "name": "godot_register_native_call_type", + "return_type": "void", + "arguments": [ + ["const char *", "call_type"], + ["native_call_cb", "p_callback"] + ] + }, + { "name": "godot_alloc", "return_type": "void *", "arguments": [ |