MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / copyManagedPack

Method copyManagedPack

launcher/BaseInstance.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void BaseInstance::copyManagedPack(BaseInstance& other)
170{
171 m_settings->set("ManagedPack", other.isManagedPack());
172 m_settings->set("ManagedPackType", other.getManagedPackType());
173 m_settings->set("ManagedPackID", other.getManagedPackID());
174 m_settings->set("ManagedPackName", other.getManagedPackName());
175 m_settings->set("ManagedPackVersionID", other.getManagedPackVersionID());
176 m_settings->set("ManagedPackVersionName", other.getManagedPackVersionName());
177}
178
179int BaseInstance::getConsoleMaxLines() const
180{

Callers 2

createInstanceMethod · 0.80
createInstanceMethod · 0.80

Calls 7

isManagedPackMethod · 0.80
getManagedPackTypeMethod · 0.80
getManagedPackIDMethod · 0.80
getManagedPackNameMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected