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

Method setCrashed

launcher/BaseInstance.h:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 return m_crashed;
259 }
260 void setCrashed(bool value)
261 {
262 if(m_crashed != value)
263 {
264 m_crashed = value;
265 emit propertiesChanged(this);
266 }
267 }
268
269 virtual bool canLaunch() const;
270 virtual bool canEdit() const = 0;

Callers 2

executeTaskMethod · 0.80
emitFailedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected