Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Assert() [5/6]

static void System.Diagnostics.Debug.Assert ( [DoesNotReturnIf(false)] bool condition,
string? message,
string detailMessageFormat,
params object?[] args )
inlinestatic

Definition at line 291 of file Debug.cs.

292 {
293 Assert(condition, message, string.Format(detailMessageFormat, args));
294 }
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition Debug.cs:258

References System.Diagnostics.Debug.Assert(), and System.Format.