FutureProg functions

additemtooutfit

Outfits · computer function, computer program, standard futureprog

OutfitItem additemtooutfit(Outfit outfit, Item item)
Contexts: computer function, computer program, standard futureprog
This function adds an item to an outfit through a prog. It is the equivalent of a player using the OUTFIT SET ADD command. Returns the outfititem that is added, or null if there is an error.
outfit: The outfit to add the item to
item: The item to add to the outfit

OutfitItem additemtooutfit(Outfit outfit, Item item, Item container)
Contexts: computer function, computer program, standard futureprog
This function adds an item to an outfit through a prog. It is the equivalent of a player using the OUTFIT SET ADD command. Returns the outfititem that is added, or null if there is an error.
outfit: The outfit to add the item to
item: The item to add to the outfit
container: The preferred container for the item

OutfitItem additemtooutfit(Outfit outfit, Item item, Item container, Text profile)
Contexts: computer function, computer program, standard futureprog
This function adds an item to an outfit through a prog. It is the equivalent of a player using the OUTFIT SET ADD command. Returns the outfititem that is added, or null if there is an error.
outfit: The outfit to add the item to
item: The item to add to the outfit
container: The preferred container for the item
profile: The preferred wear profile for the item

OutfitItem additemtooutfit(Outfit outfit, Item item, Text profile)
Contexts: computer function, computer program, standard futureprog
This function adds an item to an outfit through a prog. It is the equivalent of a player using the OUTFIT SET ADD command. Returns the outfititem that is added, or null if there is an error.
outfit: The outfit to add the item to
item: The item to add to the outfit
profile: The preferred wear profile for the item

← Back to FutureProg functions