FutureProg functions

isowner

Items · computer function, computer program, standard futureprog

Boolean isowner(Item item, Bank bank)
Contexts: computer function, computer program, standard futureprog
Returns true if the specified bank is the registered owner of the item.
item: The item whose ownership you want to check
bank: The bank whose ownership is being tested

Boolean isowner(Item item, Character character)
Contexts: computer function, computer program, standard futureprog
Returns true if the specified character is the registered owner of the item.
item: The item whose ownership you want to check
character: The character whose ownership is being tested

Boolean isowner(Item item, Shop shop)
Contexts: computer function, computer program, standard futureprog
Returns true if the specified shop is the registered owner of the item.
item: The item whose ownership you want to check
shop: The shop whose ownership is being tested

← Back to FutureProg functions