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

Method storeVersionedEntity

source/game/StarEntityFactory.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169VersionedJson EntityFactory::storeVersionedEntity(EntityPtr const& entityPtr) const {
170 return storeVersionedJson(entityPtr->entityType(), diskStoreEntity(entityPtr));
171}
172
173}

Callers 3

tickMethod · 0.80
unloadSectorToLevelMethod · 0.80
syncSectorMethod · 0.80

Calls 1

entityTypeMethod · 0.45

Tested by

no test coverage detected