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

Method setLaunchError

editor/src/java/com/defold/editor/Splash.java:162–164  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

160 }
161
162 public void setLaunchError(String value) {
163 launchError.setValue(value);
164 }
165
166 public String getLaunchError() {
167 return launchError.getValue();

Callers 1

kickLoadingMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected