| /proc/loadout_list_to_datums | Takes a list of paths (such as a loadout list)
and returns a list of their singleton loadout item datums |
|---|
| /proc/get_active_loadout | Gets the active loadout of the passed preference source. |
|---|
| /proc/update_loadout | Calls update_preference on the passed preference datum with the passed loadout list |
|---|
| /proc/save_loadout | Calls write_preference on the passed preference datum with the passed loadout list |
|---|
| /proc/get_updated_loadout_list | Returns a list of all loadouts belonging to the passed preference source,
and appends the passed loadout list to the proper index of the list. |
|---|