PlaneMap now tracks all tangibles, including those on nowhere plane.

This commit is contained in:
2021-03-25 15:34:43 -04:00
parent e06bae63f7
commit 3e424f3fa6
5 changed files with 36 additions and 59 deletions

View File

@@ -129,9 +129,10 @@ public:
// get_near
//
// Get a list of the tangibles that are near the player.
// Get a list of the tangibles that are near the player. If 'exclude_nowhere' is
// true, exclude any tangibles on the nowhere plane.
//
std::vector<int64_t> get_near(int64_t player_id, float radius);
std::vector<int64_t> get_near(int64_t player_id, float radius, bool exclude_nowhere);
// Make a tangible.
//