mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
binding for getPluginDataPath()
This commit is contained in:
@@ -362,6 +362,9 @@ BOOST_PYTHON_MODULE(mobase)
|
||||
return organizer->modList()->onModInstalled([func](MOBase::IModInterface* m) { func(m->name()); });;
|
||||
}, bpy::arg("callback"))
|
||||
|
||||
.def("getPluginDataPath", &IOrganizer::getPluginDataPath)
|
||||
.staticmethod("getPluginDataPath")
|
||||
|
||||
;
|
||||
|
||||
// FileTreeEntry Scope:
|
||||
|
||||
Reference in New Issue
Block a user