MCPcopy Create free account
hub / github.com/defold/defold / setErrorShowing

Method setErrorShowing

editor/src/java/com/defold/editor/Splash.java:174–176  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

172 }
173
174 public void setErrorShowing(boolean value) {
175 errorShowing.setValue(value);
176 }
177
178 public boolean getErrorShowing() {
179 return errorShowing.getValue();

Callers 1

kickLoadingMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected