Have you ever wanted to create a mod options menu for your mod but you're too lazy to bother with menu definition files or create a menu in code? Want to quickly add a menu to your mod to allow tweaking settings ingame? Auto Menu builder allows you to quickly create a mod options menu from a table that contains the mods settings. Just pass the table, an identifier and the parent menu to the function to setup your automatic menu.
Check the included example mod to see how it's used.
A very similiar functionality is also included in HopLib so you can also utilize that if you don't want to manually include any files.