feat: modules moved and engine moved to submodule

This commit is contained in:
Jan van der Weide 2025-04-12 18:40:44 +02:00
parent dfb5e645cd
commit c33d2130cc
5136 changed files with 225275 additions and 64485 deletions

View file

@ -241,6 +241,16 @@
Return [code]true[/code] if the plugin supports the given [param platform].
</description>
</method>
<method name="_update_android_prebuilt_manifest" qualifiers="virtual const">
<return type="PackedByteArray" />
<param index="0" name="platform" type="EditorExportPlatform" />
<param index="1" name="manifest_data" type="PackedByteArray" />
<description>
Provide access to the Android prebuilt manifest and allows the plugin to modify it if needed.
Implementers of this virtual method should take the binary manifest data from [param manifest_data], copy it, modify it, and then return it with the modifications.
If no modifications are needed, then an empty [PackedByteArray] should be returned.
</description>
</method>
<method name="add_file">
<return type="void" />
<param index="0" name="path" type="String" />