We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Shows a message box with an OK button and a information icon.
void DLLEXPORT ShowMsgBoxOKInform(float *args) { ShowMessageBoxFlags(args, MB_OK+MB_ICONINFORMATION); }
Uses the internal ShowMessageBoxFlags function.
There was an error while loading. Please reload this page.