Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev/blueprint_support
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Oct 1, 2024
2 parents 889e9d8 + 4409375 commit 4f5eb39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mobase/wrappers/basic_classes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ namespace mo2::python {
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)

.def("author", &IPluginList::author, "name"_a)
.def("description", &IPluginList::description, "name"_a)

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

0 comments on commit 4f5eb39

Please sign in to comment.