diff options
author | karroffel <therzog@mail.de> | 2018-04-04 21:32:49 +0200 |
---|---|---|
committer | karroffel <therzog@mail.de> | 2018-04-05 00:06:33 +0200 |
commit | ad93d3e277e9cf8f9081b4a09d2832f0fbc95dcf (patch) | |
tree | 616ed30f1c20d13d854bcf07cc9f6f2386731af4 /modules/gdnative/gdnative_api.json | |
parent | c5bb997a8f2d538cc89ac09ddd0ea8d5cf69df88 (diff) |
[NativeScript] added global type tag system
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index a8919f7130..f41c3859bd 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5822,6 +5822,23 @@ ] }, { + "name": "godot_nativescript_set_global_type_tag", + "return_type": "void", + "arguments": [ + ["int", "p_idx"], + ["const char *", "p_name"], + ["const void *", "p_type_tag"] + ] + }, + { + "name": "godot_nativescript_get_global_type_tag", + "return_type": "const void *", + "arguments": [ + ["int", "p_idx"], + ["const char *", "p_name"] + ] + }, + { "name": "godot_nativescript_set_type_tag", "return_type": "void", "arguments": [ |