summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorWiggleWizard <1405402+WiggleWizard@users.noreply.github.com>2019-05-23 22:31:02 +0100
committerWiggleWizard <1405402+WiggleWizard@users.noreply.github.com>2019-05-23 22:31:02 +0100
commitaebca30c43708a2ee6a1abc4d869eda88a3c27bb (patch)
treefee520e6414f8263e0cf545f06e0deb247647ace /editor
parent9738ed567cb9b75e11af3d7c361a2d77e60a5753 (diff)
Fixed virtual method not showing up in autocomplete and docs
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index 6751e58bb2..df481e0855 100644
--- a/editor/editor_export.cpp
+++ b/editor/editor_export.cpp
@@ -615,6 +615,7 @@ void EditorExportPlugin::_bind_methods() {
BIND_VMETHOD(MethodInfo("_export_file", PropertyInfo(Variant::STRING, "path"), PropertyInfo(Variant::STRING, "type"), PropertyInfo(Variant::POOL_STRING_ARRAY, "features")));
BIND_VMETHOD(MethodInfo("_export_begin", PropertyInfo(Variant::POOL_STRING_ARRAY, "features"), PropertyInfo(Variant::BOOL, "is_debug"), PropertyInfo(Variant::STRING, "path"), PropertyInfo(Variant::INT, "flags")));
+ BIND_VMETHOD(MethodInfo("_export_end"));
}
EditorExportPlugin::EditorExportPlugin() {