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

Method instanceType

launcher/BaseInstance.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282QString BaseInstance::instanceType() const
283{
284 return m_settings->get("InstanceType").toString();
285}
286
287QString BaseInstance::instanceRoot() const
288{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected