Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Pattern based bank deposit/withdraw/get

Joined
Nov 15, 2013
Messages
339
Similar to the inventory pattern based get functions. Basically create Bank.withdraw(pattern, amount) etc.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It's not exactly what you asked for but I'm going ahead and adding Bank.deposit/withdraw(SpriteItem), that way you can use a query with a pattern object in it to get a specific item to interact with. Allowing you to pass a pattern in using a special utility method wouldn't really conform with the rest of the api.
 
Top