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

Method LoadGlobals

src/Ext/ParticleSystemType/Body.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool ParticleSystemTypeExt::LoadGlobals(PhobosStreamReader& Stm)
38{
39 return Stm
40 .Success();
41}
42
43bool ParticleSystemTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
44{

Callers

nothing calls this directly

Calls 1

SuccessMethod · 0.80

Tested by

no test coverage detected