Regular API function

simMsgBox / sim.msgBox

Description Deprecated. See simUI.msgBox instead.
C/C++
synopsis
int simMsgBox(int dlgType,int buttons,const char* title,const char* message)
C/C++
parameters
dlgType: the message box type.
buttons: the buttons to display.
title: title of the dialog
message: the message to display
C/C++
return value
a message box return value.
Lua
synopsis
int returnValue=sim.msgBox(int dlgType,int buttons,string title,string message)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart