ButtonType
Jump to navigation
Jump to search
The following button types are defined in defines.lua
Button Types
Constant | Value | Description |
---|---|---|
mbYes | 0 | Yes |
mbNo | 1 | No |
mbOK | 2 | OK |
mbCancel | 3 | Cancel |
mbAbort | 4 | Abort |
mbRetry | 5 | Retry |
mbIgnore | 6 | Ignore |
mbAll | 7 | All |
mbNoToAll | 8 | No to All |
mbYesToAll | 9 | Yes to All |
mbHelp | 10 | Help |
mbClose | 11 | Close |