diff options
author | Karroffel <therzog@mail.de> | 2017-11-20 14:49:22 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-11-20 14:49:22 +0100 |
commit | 5d666319e3f3ca784658b1d7f45f5f9a09929583 (patch) | |
tree | e8f2579d0306e23f0019d53997dd84ba1593e5c5 /modules/gdnative/gdnative_api.json | |
parent | 89fc4536693a2b31ed1423998525cfd03fbfec16 (diff) |
[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": [ |