[NativeScript] added global type tag system

This commit is contained in:
karroffel
2018-04-04 21:32:49 +02:00
parent c5bb997a8f
commit ad93d3e277
5 changed files with 64 additions and 24 deletions
+17
View File
@@ -5821,6 +5821,23 @@
["godot_string", "p_documentation"]
]
},
{
"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",