
simMsgBox
Description
|
Opens a modal message box for interaction with the user. See also simFileDialog and simDisplayDialog
|
C synopsis
|
simInt simMsgBox(simInt dlgType,simInt buttons,const simChar* title,const simChar* message)
|
C parameters |
title: title of the dialog
message: the message to display
|
C return value
|
|
Lua synopsis
|
number returnValue=simMsgBox(number dlgType,number buttons,string title,string message)
|
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|
All regular API functions on one page
|