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.
2 parents 889e9d8 + 4409375 commit 4f5eb39Copy full SHA for 4f5eb39
src/mobase/wrappers/basic_classes.cpp
@@ -323,6 +323,9 @@ namespace mo2::python {
323
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
324
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
325
326
+ .def("author", &IPluginList::author, "name"_a)
327
+ .def("description", &IPluginList::description, "name"_a)
328
+
329
// Kept but deprecated for backward compatibility:
330
.def(
331
"onPluginStateChanged",
0 commit comments