mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add form and header versions to IPluginList (#139)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user