Blamite Game Engine - Guerilla  00272.10.26.20.0001.blamite
The tag editor for the Blamite Game Engine.
guerilla.dialogs.msghandler Class Reference
+ Inheritance diagram for guerilla.dialogs.msghandler:

Public Member Functions

 msghandler (string message, bool allow_kill, bool allow_ok)
 An error dialog used to display error messages to the user. More...
 

Public Attributes

System.Windows.Forms.TextBox tb_message
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Constructor & Destructor Documentation

◆ msghandler()

guerilla.dialogs.msghandler.msghandler ( string  message,
bool  allow_kill,
bool  allow_ok 
)
inline

An error dialog used to display error messages to the user.

Parameters
messageThe text to display to the user
allow_killWhether or not to enable the 'Kill Guerilla' button
allow_okWhether or not to enable the 'OK' button

Member Function Documentation

◆ Dispose()

override void guerilla.dialogs.msghandler.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Member Data Documentation

◆ tb_message

System.Windows.Forms.TextBox guerilla.dialogs.msghandler.tb_message

The documentation for this class was generated from the following files: