From 3e719ac547da0c1052d387998304fec4d726ca89 Mon Sep 17 00:00:00 2001 From: werner mendizabal Date: Sat, 28 Oct 2023 17:26:46 -0500 Subject: [PATCH] GDExtension expose add_move_array_element_function Add function to editor plugin to allow use in GDExtension --- gdextension/extension_api.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index c4d11e719..a64d1c932 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -83790,6 +83790,38 @@ } ] }, + { + "name": "add_move_array_element_function", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2137474292, + "arguments": [ + { + "name": "class", + "type": "String" + }, + { + "name": "callable", + "type": "Callable" + } + ] + }, + { + "name": "remove_move_array_element_function", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "class", + "type": "String" + } + ] + }, { "name": "queue_save_layout", "is_const": false,