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

Method getPostExitCommand

launcher/BaseInstance.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112QString BaseInstance::getPostExitCommand()
113{
114 return settings()->get("PostExitCommand").toString();
115}
116
117bool BaseInstance::isManagedPack() const
118{

Callers 1

PostLaunchCommandMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected