summaryrefslogtreecommitdiff
path: root/doc/classes/EditorExportPlugin.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-16 11:53:08 +0100
committerGitHub <noreply@github.com>2022-03-16 11:53:08 +0100
commit9d732aa0cfcfd638c28ac8eb8149d912a5a3a642 (patch)
tree25f86a745f3138fa0201506388e694558e934ed0 /doc/classes/EditorExportPlugin.xml
parentb1fbd8ab40fa133b048fe49928f0a8f1e9bd8527 (diff)
parent98d0af7d5cd5fdba468ab88535a0152022467e85 (diff)
Merge pull request #58973 from bruvzg/gde_export
Diffstat (limited to 'doc/classes/EditorExportPlugin.xml')
-rw-r--r--doc/classes/EditorExportPlugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml
index 698d3bfcce..8aa2db2cf8 100644
--- a/doc/classes/EditorExportPlugin.xml
+++ b/doc/classes/EditorExportPlugin.xml
@@ -108,6 +108,7 @@
<return type="void" />
<argument index="0" name="path" type="String" />
<argument index="1" name="tags" type="PackedStringArray" />
+ <argument index="2" name="target" type="String" />
<description>
Adds a shared object or a directory containing only shared objects with the given [code]tags[/code] and destination [code]path[/code].
[b]Note:[/b] In case of macOS exports, those shared objects will be added to [code]Frameworks[/code] directory of app bundle.