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

Method forAllEntities

source/game/StarWorldClient.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void WorldClient::forAllEntities(EntityCallback callback) const {
224 m_entityMap->forAllEntities(callback);
225}
226
227void WorldClient::forEachEntity(RectF const& boundBox, EntityCallback callback) const {
228 if (!inWorld())

Callers 3

renderMethod · 0.45
handleIncomingPacketsMethod · 0.45
queueUpdatePacketsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected