/tg/ Station 13 - Modules - Types

maplestation_modules/code/modules/loadouts/loadout_ui/loadout_outfit_helpers.dm

/proc/loadout_list_to_datumsTakes a list of paths (such as a loadout list) and returns a list of their singleton loadout item datums
/proc/get_active_loadoutGets the active loadout of the passed preference source.
/proc/update_loadoutCalls update_preference on the passed preference datum with the passed loadout list
/proc/save_loadoutCalls write_preference on the passed preference datum with the passed loadout list
/proc/get_updated_loadout_listReturns a list of all loadouts belonging to the passed preference source, and appends the passed loadout list to the proper index of the list.