MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / installMod

Method installMod

launcher/minecraft/mod/ModFolderModel.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 [[nodiscard]] Task* createParseTask(Resource&) override;
87
88 bool installMod(QString file_path) { return ResourceFolderModel::installResource(file_path); }
89 bool uninstallMod(const QString& filename, bool preserve_metadata = false);
90
91 /// Deletes all the selected mods

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected