Added native binding for dictionary duplication

Added entry in gdnative_api.json


Added function to header as well


Fixed versioning
This commit is contained in:
shaderbeast
2019-05-23 10:23:47 +02:00
parent 0239d8bd9f
commit 48bd2e459f
3 changed files with 29 additions and 1 deletions
+18 -1
View File
@@ -11,7 +11,24 @@
"major": 1,
"minor": 1
},
"next": null,
"next": {
"type": "CORE",
"version": {
"major": 1,
"minor": 2
},
"next": null,
"api": [
{
"name": "godot_dictionary_duplicate",
"return_type": "godot_dictionary",
"arguments": [
["const godot_dictionary *", "p_self"],
["const godot_bool", "p_deep"]
]
}
]
},
"api": [
{
"name": "godot_color_to_abgr32",