MCPcopy Create free account
hub / github.com/MultiMC/Launcher / getPostExitCommand

Method getPostExitCommand

launcher/BaseInstance.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70QString BaseInstance::getPostExitCommand()
71{
72 return settings()->get("PostExitCommand").toString();
73}
74
75int BaseInstance::getConsoleMaxLines() const
76{

Callers 1

PostLaunchCommandMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected