Difference between revisions of "ButtonResult"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'The following button results are defined in defines.lua *mrNone (0): Returned when the dialog is closed or the Close button is pressed *mrOK (1): Returned when the 'ok' button i…')
 
 
Line 1: Line 1:
 +
[[Category:Lua]]
 
The following button results are defined in defines.lua
 
The following button results are defined in defines.lua
  

Latest revision as of 11:41, 19 March 2017

The following button results are defined in defines.lua

  • mrNone (0): Returned when the dialog is closed or the Close button is pressed
  • mrOK (1): Returned when the 'ok' button is pressed
  • mrCancel (2): Returned when the 'cancel' button is pressed
  • mrAbort (3): Returned when the 'abort' button is pressed
  • mrRetry (4): Returned when the 'retry' button is pressed
  • mrIgnore (5): Returned when the 'ignore' button is pressed
  • mrYes (6): Returned when the 'yes' button is pressed
  • mrNo (7): Returned when the 'no' button is pressed
  • mrAll (8): Returned when the 'all' button is pressed
  • mrNoToAll (9): Returned when the 'no to all' button is pressed
  • mrYesToAll (10): Returned when the 'yes to all' button is pressed
  • mrLast (10): Returned when the 'last' button is pressed

See also[edit]