A function defined in bbmod_assert.gml
bbmod_assert(_expr[, _error])
Show an error if given expression is false and quits the game.
Name | Type | Description |
---|---|---|
_expr | Bool |
The expression to check. |
_error | String |
The error message to show. |
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.