Forum: PogamutUT2004

Player Updated Listener

Can I always tell the player's location, regardless of it's distance from me (i.e., the bot)

For example, what if there are walls between me and the player? Can I still access the player's location (and will the PlayerUpdated Listener be triggered in such a case?)
No, location gets updated only when you see the player. If the bot does not see it, the location won't get updated and the listener will not be called. player.getLocation() then returns last known location.