Welcome!

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

Sign up now!

Rejected Bank#isVisible()

12 year old normie
Joined
Jan 8, 2015
Messages
2,768
An implementation of Bank#isVisible() would be great.

At the moment you're confined to using LocatableEntity querying to check if a bank is nearby and ready to be opened using Bank.open(). I'm assuming Bank.open() already relies on some sort of visibility check, maybe that can be exposed?

@Cloud @Party @SlashnHax
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Support, the current Bank#open() method I feel I never use because of the fact that it doesn't do a variety of the things like allowing me to check if the Bank it is trying to open is visible.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,781
Don't be lazy. You have Bank.open(LocatableEntity) - you can figure out the rest.
 
Top