Regular API function

simEndDialog / sim.endDialog

Description Deprecated. See simUI.msgBox or simUI.inputDialog instead.
C/C++
synopsis
int simEndDialog(int genericDialogHandle)
C/C++
parameters
genericDialogHandle: handle of generic dialog (return value of simDisplayDialog)
C/C++
return value
-1 if operation was not successful
Lua
synopsis
sim.endDialog(int genericDialogHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values