summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-03-10 09:48:25 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-03-16 11:16:19 +0200
commit98d0af7d5cd5fdba468ab88535a0152022467e85 (patch)
treef59fe259ef821b9445a95add1e83774afa6719b1 /doc
parentcfd21adf64087c750dde89191bcfcf4d166adc85 (diff)
Implement GDExtension export plugin.
Diffstat (limited to 'doc')
-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.