Add form and header versions to IPluginList (#139)

This commit is contained in:
Jonathan Feenstra
2025-01-31 20:07:33 +01:00
committed by GitHub
parent 8c47cea270
commit 84bf90d575
+2
View File
@@ -324,6 +324,8 @@ namespace mo2::python {
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
.def("formVersion", &IPluginList::formVersion, "name"_a)
.def("headerVersion", &IPluginList::headerVersion, "name"_a)
.def("author", &IPluginList::author, "name"_a)
.def("description", &IPluginList::description, "name"_a)