Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_GameErrorMessage Interface Reference

Wrapper for error messages. More...

Public Member Functions

string GetMessage ()
 
string GetTitle ()
 
void SCR_GameErrorMessage (string message, string title="Error")
 

Protected Attributes

string m_sMessage
 
string m_sTitle
 

Detailed Description

Wrapper for error messages.

Constructor & Destructor Documentation

◆ SCR_GameErrorMessage()

void SCR_GameErrorMessage.SCR_GameErrorMessage ( string  message,
string  title = "Error" 
)

Member Function Documentation

◆ GetMessage()

string SCR_GameErrorMessage.GetMessage ( )

◆ GetTitle()

string SCR_GameErrorMessage.GetTitle ( )

Member Data Documentation

◆ m_sMessage

string SCR_GameErrorMessage.m_sMessage
protected

◆ m_sTitle

string SCR_GameErrorMessage.m_sTitle
protected

The documentation for this interface was generated from the following file: