Skip to content

ShowMsgBoxOKInform

Athanatos edited this page Jun 29, 2019 · 1 revision

Behiavour

Shows a message box with an OK button and a information icon.

Definition

void DLLEXPORT ShowMsgBoxOKInform(float *args)
{
	ShowMessageBoxFlags(args, MB_OK+MB_ICONINFORMATION);
}

Notes

Uses the internal ShowMessageBoxFlags function.

Clone this wiki locally