We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c47cea commit 84bf90dCopy full SHA for 84bf90d
src/mobase/wrappers/basic_classes.cpp
@@ -324,6 +324,8 @@ namespace mo2::python {
324
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
325
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
326
327
+ .def("formVersion", &IPluginList::formVersion, "name"_a)
328
+ .def("headerVersion", &IPluginList::headerVersion, "name"_a)
329
.def("author", &IPluginList::author, "name"_a)
330
.def("description", &IPluginList::description, "name"_a)
331
0 commit comments