Created AnimViewMap

This commit is contained in:
2021-01-22 19:10:47 -05:00
parent b0440a4e12
commit 827a114752
10 changed files with 302 additions and 266 deletions

View File

@@ -82,11 +82,12 @@ public:
//
lua_State *get_lua_state() { return lua_state_; }
// scan_near
// update_view_map
//
// Get a list of the tangibles near the specified player ID.
// Update the view map with information about all the tangibles near
// the specified player.
//
std::vector<int64_t> scan_radius(const std::string &plane, float x, float y, float radius);
void update_view_map(AnimViewMap *vm, int64_t player_id, float radius);
// Make a tangible.
//