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

Method loadUniqueEntity

source/game/StarWorldServer.cpp:1781–1783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779}
1780
1781EntityId WorldServer::loadUniqueEntity(String const& uniqueId) {
1782 return m_worldStorage->loadUniqueEntity(uniqueId);
1783}
1784
1785WorldTemplatePtr WorldServer::worldTemplate() const {
1786 return m_worldTemplate;

Callers 2

spawnTargetValidMethod · 0.45
addClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected