MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsFalse

Method IsFalse

Source/Engine/Debug/Assert.cs:243–247  ·  view source on GitHub ↗

Asserts that the condition is false.

(bool condition)

Source from the content-addressed store, hash-verified

241 /// </summary>
242 /// <param name="condition"></param>
243 [Conditional("FLAX_ASSERTIONS")]
244 public static void IsFalse(bool condition)
245 {
246 IsFalse(condition, null);
247 }
248
249 /// <summary>
250 /// Asserts that the condition is false.

Callers 9

TestFormatFloatMethod · 0.45
TestMatchingMethod · 0.45
TestArchetypesMethod · 0.45
TestNullable.cppFile · 0.45
ControlTestApiMethod · 0.45
FocusMethod · 0.45
AddReferenceMethod · 0.45
HideMethod · 0.45
AddTabMethod · 0.45

Calls 1

IsFalseFunction · 0.85

Tested by 4

TestFormatFloatMethod · 0.36
TestMatchingMethod · 0.36
TestArchetypesMethod · 0.36
ControlTestApiMethod · 0.36