Merge pull request #43 from Holt59/add-utility-functions

Add bindings for utility functions from uibase.
This commit is contained in:
Al
2020-06-10 04:00:05 -07:00
committed by GitHub
+4
View File
@@ -801,6 +801,10 @@ BOOST_PYTHON_MODULE(mobase)
;
registerGameFeaturesPythonConverters();
bpy::def("getFileVersion", &MOBase::getFileVersion);
bpy::def("getProductVersion", &MOBase::getProductVersion);
bpy::def("getIconForExecutable", &MOBase::iconForExecutable);
}
/**