mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fix argument name for getSaveGameWidget.
This commit is contained in:
@@ -331,7 +331,7 @@ void registerGameFeaturesPythonConverters()
|
||||
bpy::arg("filepath"))
|
||||
.def("getMissingAssets", bpy::pure_virtual(&SaveGameInfo::getMissingAssets), bpy::arg("filepath"))
|
||||
.def("getSaveGameWidget", bpy::pure_virtual(&SaveGameInfo::getSaveGameWidget), bpy::return_value_policy<bpy::manage_new_object>(),
|
||||
bpy::arg("widget"), "[optional]")
|
||||
bpy::arg("parent"), "[optional]")
|
||||
.def("hasScriptExtenderSave", bpy::pure_virtual(&SaveGameInfo::hasScriptExtenderSave), bpy::arg("filepath"))
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user