Regular API function
simMsgBox / sim.msgBox
Description
Deprecated. See
simUI.msgBox
instead.
C/C++
synopsis
simInt simMsgBox(simInt dlgType,simInt buttons,const simChar* title,const simChar* 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