1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Bind EditorExportPlugin::_get_export_features

This commit is contained in:
RedworkDE
2023-02-07 22:33:19 +01:00
parent 929333fe26
commit 2e167ca943
2 changed files with 9 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ void EditorExportPlugin::_bind_methods() {
GDVIRTUAL_BIND(_end_customize_scenes);
GDVIRTUAL_BIND(_end_customize_resources);
GDVIRTUAL_BIND(_get_export_features, "platform", "debug");
GDVIRTUAL_BIND(_get_name);
}