feat(Scripts/Commands): debug objectcount

This commit is contained in:
IntelligentQuantum
2022-04-01 14:27:26 +04:30
committed by GitHub
parent cc5f26db7f
commit 6e2e73d6ae
3 changed files with 89 additions and 0 deletions

View File

@@ -635,6 +635,11 @@ public:
_updateObjects.erase(obj);
}
size_t GetActiveNonPlayersCount() const
{
return m_activeNonPlayers.size();
}
private:
void LoadMapAndVMap(int gx, int gy);
void LoadVMap(int gx, int gy);