Wiki

Clone wiki

Mono:UI / Scripts / __m_error

INTRODUCED: v0.1.0
LAST UPDATED: v0.1.1

__m_error

Throws an error relating to Mono:UI functionality. Please do not use this yourself, as it is meant to identify problems with your usage of Mono:UI, not as a way to log your own messages.

Usage

__m_error( "This is an error." );

Parameters

Type Name Default Description
String error "An error occurred in Mono:UI" The error message to throw.
Boolean abort false Whether to end the game.

See Also

Updated