-- PROXY API -- register a menu builder function --- name: menu type name --- builder(add_choices, data) (callback, with custom data table) --- add_choices(choices) (callback to call once to add the built choices to the menu) vRP.registerMenuBuilder(name, builder) -- build a ...