mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 19:03:21 +00:00
New procs: * module_selected(module) - Checks whether the module slot specified by "module" is currently selected. * module_active(module) - Checks whether there is a module active in the slot specified by "module". * get_selected_module() - Returns the slot number of the currently selected module. Returns 0 if no modules are selected. * select_module(module) - Selects the module slot specified by "module" * deselect_module(module) - Deselects the module slot specified by "module" * toggle_module(module) - Toggles the selection of the module slot specified by "module". * cycle_modules() - Cycles through the list of selected modules. Signed-off-by: Mloc-Argent <colmohici@gmail.com>