FutureProg functions
swapoutfititems
Boolean swapoutfititems(Outfit outfit, OutfitItem item1, OutfitItem item2)
Contexts: computer function, computer program, standard futureprog
Swaps the order of two outfit items in an outfit, so they are worn or removed in a different order. Returns true if the items were swapped.
outfit: The outfit whose items you want to swap the order of
item1: The first item
item2: The second item
Contexts: computer function, computer program, standard futureprog
Swaps the order of two outfit items in an outfit, so they are worn or removed in a different order. Returns true if the items were swapped.
outfit: The outfit whose items you want to swap the order of
item1: The first item
item2: The second item