Skip to content

Commit 7a885ad

Browse files
authored
Merge pull request #117 from ModOrganizer2/plugin_updates
Add isDummy to IPluginList
2 parents e52163e + ff3c601 commit 7a885ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mobase/wrappers/basic_classes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ namespace mo2::python {
324324
.def("isLightFlagged", &IPluginList::isLightFlagged, "name"_a)
325325
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
326326
.def("isOverlayFlagged", &IPluginList::isOverlayFlagged, "name"_a)
327+
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
327328

328329
// Kept but deprecated for backward compatibility:
329330
.def(

0 commit comments

Comments
 (0)