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

Method uniqueEntity

source/game/StarEntityMap.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155EntityPtr EntityMap::uniqueEntity(String const& uniqueId) const {
156 return entity(uniqueEntityId(uniqueId));
157}
158
159List<EntityPtr> EntityMap::entityQuery(RectF const& boundBox, EntityFilter const& filter) const {
160 List<EntityPtr> values;

Callers 3

handleIncomingPacketsMethod · 0.80
findUniqueEntityMethod · 0.80
sendEntityMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected