mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add bindings for utility functions from uibase.
This commit is contained in:
@@ -801,6 +801,10 @@ BOOST_PYTHON_MODULE(mobase)
|
||||
;
|
||||
|
||||
registerGameFeaturesPythonConverters();
|
||||
|
||||
bpy::def("getFileVersion", &MOBase::getFileVersion);
|
||||
bpy::def("getProductVersion", &MOBase::getProductVersion);
|
||||
bpy::def("getIconForExecutable", &MOBase::iconForExecutable);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user