MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / entityIds

Method entityIds

source/game/StarEntityMap.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88List<EntityId> EntityMap::entityIds() const {
89 return m_spatialMap.keys();
90}
91
92void EntityMap::updateAllEntities(EntityCallback const& callback, function<bool(EntityPtr const&, EntityPtr const&)> sortOrder) {
93 auto updateEntityInfo = [&](SpatialMap::Entry const& entry) {

Callers 2

clearWorldMethod · 0.80
removeClientMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected