pyui.alert - pytha-3d-cad/pytha-lua-api GitHub Wiki
Display a simple message to the user. There is only one button (ok) to dismiss the message window.
pyui.alert(message)
Parameters
| Type | Description | |
|---|---|---|
message |
string |
The message to be displayed |
Return value
None