Skip to content

Commit

Permalink
Add isOverlayFlagged to IPluginList
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Oct 8, 2023
1 parent a644546 commit 431caa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobase/wrappers/basic_classes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ namespace mo2::python {
.def("hasMasterExtension", &IPluginList::hasMasterExtension, "name"_a)
.def("isLightFlagged", &IPluginList::isLightFlagged, "name"_a)
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
.def("isOverlayFlagged", &IPluginList::isOverlayFlagged, "name"_a)

// Kept but deprecated for backward compatibility:
.def(
Expand Down

0 comments on commit 431caa9

Please sign in to comment.