binding for getPluginDataPath()

This commit is contained in:
isanae
2020-11-06 09:22:23 -05:00
parent 6a73c23a4b
commit 78e4e5c548
+3
View File
@@ -362,6 +362,9 @@ BOOST_PYTHON_MODULE(mobase)
return organizer->modList()->onModInstalled([func](MOBase::IModInterface* m) { func(m->name()); });;
}, bpy::arg("callback"))
.def("getPluginDataPath", &IOrganizer::getPluginDataPath)
.staticmethod("getPluginDataPath")
;
// FileTreeEntry Scope: