We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e52163e + ff3c601 commit 7a885adCopy full SHA for 7a885ad
1 file changed
src/mobase/wrappers/basic_classes.cpp
@@ -324,6 +324,7 @@ namespace mo2::python {
324
.def("isLightFlagged", &IPluginList::isLightFlagged, "name"_a)
325
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
326
.def("isOverlayFlagged", &IPluginList::isOverlayFlagged, "name"_a)
327
+ .def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
328
329
// Kept but deprecated for backward compatibility:
330
.def(
0 commit comments