Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool ParticleTypeExt::LoadGlobals(PhobosStreamReader& Stm)
45
{
46
return Stm
47
.Success();
48
}
49
50
bool ParticleTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
51
{
Callers
nothing calls this directly
Calls
1
Success
Method · 0.80
Tested by
no test coverage detected