Enum ErrorDisplayType

Enum Documentation

enum Blam::Error::ErrorDisplayType

Enumerator used to control how error info from Blam::Error::ShowLastErrorInfo is displayed.

Values:

Log

Writes the error to the game log.

Dialog

Shows an engine Error dialog.

MessageBox

Shows a generic message box.