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