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

Method write

source/game/StarSystemWorld.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void CelestialOrbit::write(DataStream& ds) const {
30 ds.write(target);
31 ds.write(direction);
32 ds.write(enterTime);
33 ds.write(enterPosition);
34}
35
36void CelestialOrbit::read(DataStream& ds) {
37 target = ds.read<CelestialCoordinate>();

Callers 2

netStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected