Merge pull request #28738 from 2shady4u/master

Added native binding for dictionary duplication
This commit is contained in:
Rémi Verschelde
2019-05-23 13:47:36 +02:00
committed by GitHub
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",