FutureProg functions

deepsetownership

Items · computer function, computer program, standard futureprog

Boolean deepsetownership(Item item, Bank bank)
Contexts: computer function, computer program, standard futureprog
Sets the registered owner of the selected item tree to the specified bank.
item: The item whose ownership should be changed
bank: The bank that should own the item

Boolean deepsetownership(Item item, Character character)
Contexts: computer function, computer program, standard futureprog
Sets the registered owner of the item, its nested contents, sheath contents, and belted attachments to the specified character.
item: The root item whose ownership tree should be changed
character: The character who should own the selected items

Boolean deepsetownership(Item item, Clan clan)
Contexts: computer function, computer program, standard futureprog
Sets the registered owner of the item, its nested contents, sheath contents, and belted attachments to the specified clan.
item: The root item whose ownership tree should be changed
clan: The clan that should own the selected items

Boolean deepsetownership(Item item, Shop shop)
Contexts: computer function, computer program, standard futureprog
Sets the registered owner of the selected item tree to the specified shop.
item: The item whose ownership should be changed
shop: The shop that should own the item

← Back to FutureProg functions