Define BLAM_ASSERT

Define Documentation

BLAM_ASSERT(x)

Invokes an engine assertion.

In general terms, an assertion is used to enforce a specific condition. In this function, if x is not true - be that an actual boolean or an equation test - then the engine will invoke an assertion failure.

Parameters
  • x: - The value, function, or equation that should return true