Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/ParticleType/Body.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void ParticleTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
39
{
40
Extension<ParticleTypeClass>::SaveToStream(Stm);
41
this->Serialize(Stm);
42
}
43
44
bool ParticleTypeExt::LoadGlobals(PhobosStreamReader& Stm)
45
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected