Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 420 Bytes

File metadata and controls

18 lines (15 loc) · 420 Bytes

Menu

Example:

 - Id: edit                 # unique identifier
   Name: Edit               # display name
   Submenues:               # list of submenues
    - Id: clear             # unique identifier
      Name: Clear inputs    # display name
      Function: |           # Lua code to run on click
        Lib.Debug.FlashRedraws = not Lib.Debug.FlashRedraws
    - Id: ...
      ...
 - Id: ...
   ...