diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-23 13:47:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 13:47:36 +0200 |
commit | 1deb41226d5219346157744eed5fe85b7069c3d4 (patch) | |
tree | 26a1fc7e52a3e5a69b005b2f7570df683cd0af2c /modules/gdnative/gdnative_api.json | |
parent | 2b1c3878f9b36cb52a5d2f654fdebb1b809167dd (diff) | |
parent | 48bd2e459fe4c0ca7dc2a29446128eff9fa99070 (diff) |
Merge pull request #28738 from 2shady4u/master
Added native binding for dictionary duplication
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 93f4d75330..8afe988102 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -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", |