VladX 0 Share Posted May 25, 2020 I wonder what method calling on entities exactly do, becouse i recently noticed that Rocks can not exists (on method) while i see that rocks with specific ore (on screen). I think about: GameObject obj = getGameObjects().closest("Rocks"); if(obj.exists()){ interaction things; } else { log("Object "+obj.getTile()+" doesnt exists); // <--- i saw that it exists, 100% sure } i notice that issue with oak tree but i think its doesnt matter on wchich object i notice it. So what this methot exactly do? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now