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

Method writeEntitySector

source/game/StarWorldStorage.cpp:476–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476ByteArray WorldStorage::writeEntitySector(EntitySectorStore const& store) {
477 return compressData(DataStreamBuffer::serialize(store));
478}
479
480ByteArray WorldStorage::tileSectorKey(Sector const& sector) {
481 DataStreamBuffer ds(5);

Callers

nothing calls this directly

Calls 1

compressDataFunction · 0.85

Tested by

no test coverage detected