Function DebugMessageBox

Source
pub fn DebugMessageBox(message: &CStr)
Expand description

Display a simple dialog box with the given message.

§Message Box Layout

+--------------------------+
|    This is a message     |
|                          |
|          [OK]            |  <-- Primary Buttons
+--------------------------+

§Example

commonlibsse_ng::re::Misc::DebugMessageBox(c"This is a message");