From 260c906d92b9629d57fc160cbb14d3b0f6455620 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:01:30 +0300 Subject: [PATCH] Update docstring of ExtensionsAPI's `add_export_option()` method --- src/Autoload/ExtensionsApi.gd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Autoload/ExtensionsApi.gd b/src/Autoload/ExtensionsApi.gd index abd912b09..8805ef4d5 100644 --- a/src/Autoload/ExtensionsApi.gd +++ b/src/Autoload/ExtensionsApi.gd @@ -646,8 +646,10 @@ class ExportAPI: ## [param exporter_generator] is a node with a script containing the method ## [method override_export] which takes 1 argument of type Dictionary which is automatically ## passed to [method override_export] at time of export and contains - ## keys: [code]processed_images[/code], [code]durations[/code], [code]export_dialog[/code], + ## keys: [code]processed_images[/code], [code]export_dialog[/code], ## [code]export_paths[/code], [code]project[/code][br] + ## (Note: [code]processed_images[/code] is an array of ProcessedImage resource which further + ## has parameters [param image] and [param duration])[br] ## If the value of [param tab] is not in [constant ExportTab] then the format will be added to ## both tabs. Returns the index of exporter, which can be used to remove exporter later. func add_export_option(