Fixed virtual method not showing up in autocomplete and docs
(cherry picked from commit aebca30c43)
This commit is contained in:
committed by
Rémi Verschelde
parent
7431d3c3c0
commit
4444bd1fcb
@ -611,6 +611,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() {
|
||||
|
||||
Reference in New Issue
Block a user