Warning

Kategorie: Entwickler
Ab Engineversion: 9.0 OC

Beschreibung

Prints out the specified warning message and the call stack, see LogCallStack, but continues the execution of the function it was called in. This function can e.g. be used to debug scripts.

Syntax

any Warning(string message,  ...);

Parameter

message:
[opt] Warning message to be displayed, gets the prefix WARNING: from the function.
...:
[opt] Zusätzliche Parameter, mit denen der Text formatiert wird
Siehe auch: FatalError
Marky, 2019-04