MCPcopy
hub / github.com/4ian/GDevelop / warn

Method warn

GDJS/Runtime/logger.ts:91–94  ·  view source on GitHub ↗
(...messages: any[])

Source from the content-addressed store, hash-verified

89 }
90
91 warn(...messages: any[]): void {
92 if (!this.enabled) return;
93 loggerOutput.log(this.group, objectsToString(messages), 'warning');
94 }
95
96 error(...messages: any[]): void {
97 if (!this.enabled) return;

Callers 15

skipWhitespacesMethod · 0.45
generate-dts.mjsFile · 0.45
_processResourceMethod · 0.45
_loadResourceMethod · 0.45
_doLoadResourcesMethod · 0.45
processResourcesMethod · 0.45
registerGlobalCallbacksFunction · 0.45
getObjectConstructorFunction · 0.45
getBehaviorConstructorFunction · 0.45

Calls 2

objectsToStringFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected