Black Ops III

Assert

Assert that the given statement is correct. The function will throw a script error if this is false.

Example:

Assert( enemyInSight == true )

Parameters

ParameterSummary
*valuestatement that is asserted to be correct
[desc]string describing the nature of the assert

* = mandatory