MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / LoadGlobals

Method LoadGlobals

src/Ext/ParticleType/Body.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool ParticleTypeExt::LoadGlobals(PhobosStreamReader& Stm)
45{
46 return Stm
47 .Success();
48}
49
50bool ParticleTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
51{

Callers

nothing calls this directly

Calls 1

SuccessMethod · 0.80

Tested by

no test coverage detected