Skip to content

Commit 84bf90d

Browse files
Add form and header versions to IPluginList (#139)
1 parent 8c47cea commit 84bf90d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mobase/wrappers/basic_classes.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ namespace mo2::python {
324324
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
325325
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
326326

327+
.def("formVersion", &IPluginList::formVersion, "name"_a)
328+
.def("headerVersion", &IPluginList::headerVersion, "name"_a)
327329
.def("author", &IPluginList::author, "name"_a)
328330
.def("description", &IPluginList::description, "name"_a)
329331

0 commit comments

Comments
 (0)