Define BLAM_ASSERTM

Define Documentation

BLAM_ASSERTM(x, msg)

Invokes an engine assertion, with an optional message.

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

  • msg: - A message shown to the user containing any additional related information.